HomeSort by relevance Sort by last modified time
    Searched refs:throw_residual (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
threading.c 124 int throw_residual; local
128 throw_residual = (!pbi->independent_partitions &&
130 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc));
132 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual))
decodframe.c 128 int throw_residual; local
132 throw_residual = (!pbi->independent_partitions &&
134 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc));
136 if ((mb_idx >= pbi->mvs_corrupt_from_mb || throw_residual))
    [all...]

Completed in 34 milliseconds