Searched refs:current_bc (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/vp8/decoder/
H A Dasm_dec_offsets.c39 DEFINE(detok_current_bc, offsetof(DETOK, current_bc));
H A Donyxd_int.h62 BOOL_DECODER *current_bc; member in struct:__anon8217
H A Ddetokenize.c186 BOOL_DECODER *bc = x->current_bc;
H A Dthreading.c77 mbd->current_bc = &pbi->bc2;
260 pbi->mb_row_di[ithread].mbd.current_bc = &pbi->mbc[mb_row%num_part];
729 xd->current_bc = &pbi->mbc[mb_row%num_part];
809 xd->corrupted |= vp8dx_bool_error(xd->current_bc);
H A Ddecodframe.c399 xd->corrupted |= vp8dx_bool_error(xd->current_bc);
755 xd->current_bc = &pbi->bc2;
895 xd->current_bc = & pbi->mbc[ibc];
/external/libvpx/vp8/common/
H A Dblockd.h281 void *current_bc; member in struct:__anon8171

Completed in 33 milliseconds