Searched refs:current_bc (Results 1 – 4 of 4) sorted by relevance
74 mbd->current_bc = &pbi->mbc[0]; in setup_decoding_thread_data()107 else if (!vp8dx_bool_error(xd->current_bc)) in mt_decode_macroblock()132 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in mt_decode_macroblock()349 xd->current_bc = &pbi->mbc[mb_row%num_part]; in mt_decode_mb_rows()432 vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()474 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()
112 else if (!vp8dx_bool_error(xd->current_bc)) in decode_macroblock()137 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in decode_macroblock()559 xd->current_bc = & pbi->mbc[ibc]; in decode_mb_rows()611 vp8dx_bool_error(xd->current_bc); in decode_mb_rows()658 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in decode_mb_rows()1196 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