Some build fixes
Fixes two typos that breaks the build introduced in recent check-ins. Change-Id: I3f15f3c088c48a63fede8941c9a4ba05dd0403c2
This commit is contained in:
parent
39892ccead
commit
32fe72eb3c
@ -712,7 +712,7 @@ void vp8_build_1st_inter16x16_predictors_mbuv(MACROBLOCKD *xd,
|
||||
Temp, len, len, len);
|
||||
|
||||
// Sub-pel filter
|
||||
x->subpixel_predict8x8(pTemp, len,
|
||||
xd->subpixel_predict8x8(pTemp, len,
|
||||
_o16x16mv.as_mv.col & 15,
|
||||
_o16x16mv.as_mv.row & 15,
|
||||
pDst, dst_uvstride);
|
||||
|
@ -106,7 +106,7 @@ void vp8_reset_mb_tokens_context(MACROBLOCKD *xd) {
|
||||
xd->mode_info_context->mbmi.mode != I8X8_PRED &&
|
||||
xd->mode_info_context->mbmi.mode != SPLITMV)
|
||||
#if CONFIG_TX16X16
|
||||
|| x->mode_info_context->mbmi.txfm_size == TX_16X16
|
||||
|| xd->mode_info_context->mbmi.txfm_size == TX_16X16
|
||||
#endif
|
||||
) {
|
||||
vpx_memset(xd->above_context, 0, sizeof(ENTROPY_CONTEXT_PLANES));
|
||||
|
Loading…
x
Reference in New Issue
Block a user