Simple implicit segmentation experiment.

Change-Id: Iaef16122732c2a81e0927f9862b51b68dc788712
This commit is contained in:
Paul Wilkins
2013-04-23 14:01:55 +01:00
parent 2a40085cb5
commit 27bb4777cd
6 changed files with 122 additions and 4 deletions

View File

@@ -55,5 +55,9 @@ int vp9_check_segref(const MACROBLOCKD *xd,
int segment_id,
MV_REFERENCE_FRAME ref_frame);
#if CONFIG_IMPLICIT_SEGMENTATION
void vp9_implicit_segment_map_update(VP9_COMMON * cm);
#endif
#endif // VP9_COMMON_VP9_SEG_COMMON_H_