Searched refs:vp8dx_bool_error (Results 1 – 4 of 4) sorted by relevance
106 } else if (!vp8dx_bool_error(xd->current_bc)) { in decode_macroblock()127 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in decode_macroblock()538 vp8dx_bool_error(xd->current_bc); in decode_mb_rows()581 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in decode_mb_rows()735 if (!vp8dx_bool_error(&pbi->mbc[8])) { in setup_token_decoder()1101 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()1108 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()1121 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()1133 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()1145 xd->corrupted |= vp8dx_bool_error(bc); in vp8_decode_frame()[all …]
102 static INLINE int vp8dx_bool_error(BOOL_DECODER *br) { in vp8dx_bool_error() function
98 } else if (!vp8dx_bool_error(xd->current_bc)) { in mt_decode_macroblock()119 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in mt_decode_macroblock()380 vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()419 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()
546 if (vp8dx_bool_error(&pbi->mbc[8]) && in vp8_decode_mode_mvs()