HomeSort by relevance Sort by last modified time
    Searched refs:current_bc (Results 1 - 6 of 6) sorted by null

  /external/libvpx/vp8/decoder/
asm_dec_offsets.c 39 DEFINE(detok_current_bc, offsetof(DETOK, current_bc));
onyxd_int.h 62 BOOL_DECODER *current_bc; member in struct:__anon8473
detokenize.c 186 BOOL_DECODER *bc = x->current_bc;
threading.c 77 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);
    [all...]
decodframe.c 399 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/
blockd.h 281 void *current_bc; member in struct:__anon8427

Completed in 629 milliseconds