Searched refs:current_bc (Results 1 – 4 of 4) sorted by relevance
70 mbd->current_bc = &pbi->mbc[0]; in setup_decoding_thread_data()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()303 xd->current_bc = &pbi->mbc[mb_row % num_part]; in mt_decode_mb_rows()379 vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()434 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()
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()488 xd->current_bc = &pbi->mbc[ibc]; in decode_mb_rows()538 vp8dx_bool_error(xd->current_bc); in decode_mb_rows()581 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in decode_mb_rows()1081 xd->current_bc = &pbi->mbc[0]; in vp8_decode_frame()
143 BOOL_DECODER *bc = x->current_bc; in vp8_decode_mb_tokens()
289 void *current_bc; member