Deprecate the newbintramode experiment.
Clean out code relating to newbintramode. Change-Id: Ie91f4f156cdf60ce0da8ca407c1c9cb00c7d0705
This commit is contained in:

committed by
Gerrit Code Review

parent
9afb6700c2
commit
8c1b516d10
@@ -61,11 +61,6 @@ static void encode_intra4x4block(MACROBLOCK *x, int ib,
|
||||
|
||||
assert(ib < (1 << (bwl + bhl)));
|
||||
|
||||
#if CONFIG_NEWBINTRAMODES
|
||||
xd->mode_info_context->bmi[ib].as_mode.context =
|
||||
vp9_find_bpred_context(&x->e_mbd, ib, dst, xd->plane[0].dst.stride);
|
||||
#endif
|
||||
|
||||
vp9_intra4x4_predict(&x->e_mbd, ib, bsize,
|
||||
xd->mode_info_context->bmi[ib].as_mode.first,
|
||||
dst, xd->plane[0].dst.stride);
|
||||
|
Reference in New Issue
Block a user