Searched refs:current_bc (Results 1 – 4 of 4) sorted by relevance
75 mbd->current_bc = &pbi->mbc[0]; in setup_decoding_thread_data()108 else if (!vp8dx_bool_error(xd->current_bc)) in mt_decode_macroblock()133 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in mt_decode_macroblock()350 xd->current_bc = &pbi->mbc[mb_row%num_part]; in mt_decode_mb_rows()433 vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()475 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()
113 else if (!vp8dx_bool_error(xd->current_bc)) in decode_macroblock()138 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in decode_macroblock()560 xd->current_bc = & pbi->mbc[ibc]; in decode_mb_rows()612 vp8dx_bool_error(xd->current_bc); in decode_mb_rows()659 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in decode_mb_rows()1201 xd->current_bc = &pbi->mbc[0]; in vp8_decode_frame()
172 BOOL_DECODER *bc = x->current_bc; in vp8_decode_mb_tokens()
291 void *current_bc; member