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

  /external/libvpx/vp8/decoder/
onyxd_int.h 76 vp8_reader bc, bc2; member in struct:VP8Decompressor
decodframe.c 440 bool_decoder = &pbi->bc2;
734 xd->current_bc = &pbi->bc2;
879 // vpx_log("Decoder: Frame Decoded, Size Roughly:%d bytes \n",bc->pos+pbi->bc2.pos);
896 unsigned int size = pbi->bc2.pos + pbi->bc.pos + 8;
onyxd_if.c 449 pbi->dr[pbi->common.current_video_frame&0xf].size = pbi->bc.pos + pbi->bc2.pos + 4;;
threading.c 71 mbd->current_bc = &pbi->bc2;
134 //mbd->current_bc = &pbi->bc2;
  /external/libvpx/vp8/encoder/arm/
vpx_vp8_enc_asm_offsets.c 60 DEFINE(vp8_comp_bc2, offsetof(VP8_COMP, bc2));
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 82 findMinMergeBits(const Word16 *bc1, const Word16 *bc2)
88 sum = bc1[j] + bc2[j];
97 mergeBitLookUp(Word16 *bc1, const Word16 *bc2)
102 bc1[j] = min(bc1[j] + bc2[j], INVALID_BITCOUNT);
  /external/libvpx/vp8/encoder/
bitstream.c 388 vp8_writer *w = &cpi->bc2;
    [all...]
onyx_int.h 258 vp8_writer bc, bc2; member in struct:__anon5299
259 // bool_writer *bc2;

Completed in 54 milliseconds