Searched refs:throw_residual (Results 1 – 2 of 2) sorted by relevance
124 int throw_residual; in mt_decode_macroblock() local128 throw_residual = (!pbi->independent_partitions && in mt_decode_macroblock()130 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in mt_decode_macroblock()132 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual)) in mt_decode_macroblock()
128 int throw_residual; in decode_macroblock() local132 throw_residual = (!pbi->independent_partitions && in decode_macroblock()134 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in decode_macroblock()136 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual)) in decode_macroblock()