Home
last modified time | relevance | path

Searched refs:current_bc (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Dthreading.c70 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()
Ddecodeframe.c106 } 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()
1083 xd->current_bc = &pbi->mbc[0]; in vp8_decode_frame()
Ddetokenize.c139 BOOL_DECODER *bc = x->current_bc; in vp8_decode_mb_tokens()
/external/libvpx/libvpx/vp8/common/
Dblockd.h289 void *current_bc; member