Inlining vp9_set_segmentation_map() function.
Change-Id: I82f23f0f91a0be8329e20fcd2a5918c6a096dacc
This commit is contained in:
@@ -28,9 +28,6 @@ void vp9_disable_segfeature(struct segmentation *seg,
|
||||
void vp9_clear_segdata(struct segmentation *seg,
|
||||
int segment_id,
|
||||
SEG_LVL_FEATURES feature_id);
|
||||
// Valid values for a segment are 0 to 3
|
||||
// Segmentation map is arrange as [Rows][Columns]
|
||||
void vp9_set_segmentation_map(VP9_COMP *cpi, unsigned char *segmentation_map);
|
||||
|
||||
// The values given for each segment can be either deltas (from the default
|
||||
// value chosen for the frame) or absolute values.
|
||||
|
Reference in New Issue
Block a user