inline vp9_segfeature_active()
and changed name. Change-Id: Ie023ca66cc2c823032f58d4faeb53fd1863c94f3
This commit is contained in:
@@ -678,7 +678,7 @@ void vp9_init_plane_quantizers(VP9_COMP *cpi, MACROBLOCK *x) {
|
||||
x->plane[i].quant_thred[1] = x->plane[i].zbin[1] * x->plane[i].zbin[1];
|
||||
}
|
||||
|
||||
x->skip_block = vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP);
|
||||
x->skip_block = segfeature_active(&cm->seg, segment_id, SEG_LVL_SKIP);
|
||||
x->q_index = qindex;
|
||||
|
||||
x->errorperbit = rdmult >> 6;
|
||||
|
Reference in New Issue
Block a user