Merge "Pick up correct dequant for segment with new-quant." into nextgenv2
This commit is contained in:
@@ -511,7 +511,7 @@ int vp10_decode_block_tokens(MACROBLOCKD *const xd,
|
|||||||
pd->dqcoeff, tx_size, tx_type,
|
pd->dqcoeff, tx_size, tx_type,
|
||||||
dequant,
|
dequant,
|
||||||
#if CONFIG_NEW_QUANT
|
#if CONFIG_NEW_QUANT
|
||||||
pd->seg_dequant_nuq[0],
|
pd->seg_dequant_nuq[seg_id],
|
||||||
#endif // CONFIG_NEW_QUANT
|
#endif // CONFIG_NEW_QUANT
|
||||||
ctx, sc->scan, sc->neighbors, r);
|
ctx, sc->scan, sc->neighbors, r);
|
||||||
#else
|
#else
|
||||||
@@ -519,7 +519,7 @@ int vp10_decode_block_tokens(MACROBLOCKD *const xd,
|
|||||||
pd->dqcoeff, tx_size, tx_type,
|
pd->dqcoeff, tx_size, tx_type,
|
||||||
dequant,
|
dequant,
|
||||||
#if CONFIG_NEW_QUANT
|
#if CONFIG_NEW_QUANT
|
||||||
pd->seg_dequant_nuq[0],
|
pd->seg_dequant_nuq[seg_id],
|
||||||
#endif // CONFIG_NEW_QUANT
|
#endif // CONFIG_NEW_QUANT
|
||||||
ctx, sc->scan, sc->neighbors, r);
|
ctx, sc->scan, sc->neighbors, r);
|
||||||
#endif // !CONFIG_ANS
|
#endif // !CONFIG_ANS
|
||||||
|
Reference in New Issue
Block a user