Home
last modified time | relevance | path

Searched refs:throw_residual (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Dthreading.c127 int throw_residual; in mt_decode_macroblock() local
131 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()
Ddecodeframe.c132 int throw_residual; in decode_macroblock() local
136 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()