Searched refs:throw_residual (Results 1 – 2 of 2) sorted by relevance
127 int throw_residual; in mt_decode_macroblock() local131 throw_residual = (!pbi->independent_partitions && in mt_decode_macroblock()133 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in mt_decode_macroblock()135 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual)) in mt_decode_macroblock()
132 int throw_residual; in decode_macroblock() local136 throw_residual = (!pbi->independent_partitions && in decode_macroblock()138 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in decode_macroblock()140 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual)) in decode_macroblock()