Searched refs:current_bc (Results 1 – 4 of 4) sorted by relevance
74 mbd->current_bc = &pbi->mbc[0]; in setup_decoding_thread_data()105 else if (!vp8dx_bool_error(xd->current_bc)) in mt_decode_macroblock()130 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in mt_decode_macroblock()347 xd->current_bc = &pbi->mbc[mb_row%num_part]; in mt_decode_mb_rows()430 vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()472 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in mt_decode_mb_rows()
109 else if (!vp8dx_bool_error(xd->current_bc)) in decode_macroblock()134 throw_residual = (throw_residual || vp8dx_bool_error(xd->current_bc)); in decode_macroblock()556 xd->current_bc = & pbi->mbc[ibc]; in decode_mb_rows()608 vp8dx_bool_error(xd->current_bc); in decode_mb_rows()647 xd->corrupted |= vp8dx_bool_error(xd->current_bc); in decode_mb_rows()1187 xd->current_bc = &pbi->mbc[0]; in vp8_decode_frame()
172 BOOL_DECODER *bc = x->current_bc; in vp8_decode_mb_tokens()
287 void *current_bc; member