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

  /external/libavc/decoder/
ih264d_cabac.h 174 FLUSHBITS(u4_offset_m,(u4_clz_m)) \
257 FLUSHBITS(u4_offset,(u4_clz_m)) \
ih264d_bitstrm.h 188 /* Define a macro for inlining of FLUSHBITS */
190 #define FLUSHBITS(u4_offset, u4_no_bits) \
ih264d_parse_cabac.c 205 FLUSHBITS(u4_offset, (u4_clz))
411 FLUSHBITS(u4_offset, u4_clz)
461 FLUSHBITS(u4_offset, u4_clz)
694 FLUSHBITS(u4_offset, (u4_clz))
    [all...]
ih264d_parse_cavlc.c 602 FLUSHBITS(u4_bitstream_offset, (u4_total_zeroes >> 4));
628 FLUSHBITS(u4_bitstream_offset, 3);
657 FLUSHBITS(u4_bitstream_offset, (u4_code & 0x03));
    [all...]
ih264d_cabac.c 70 FLUSHBITS(ps_bitstrm->u4_ofst, 9)
ih264d_parse_mb_header.c 821 FLUSHBITS(u4_offset, u4_clz)
    [all...]

Completed in 947 milliseconds