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

  /external/libavc/encoder/
ih264e_bitstream.h 158 + 32 - ps_bitstream->i4_bits_left_in_cw);
168 if (ps_bitstrm->i4_bits_left_in_cw & 0x07) \
170 const WORD32 len = (WORD32)((ps_bitstrm->i4_bits_left_in_cw) & 0x07);\
184 for (i = WORD_SIZE; i > ps_bitstrm->i4_bits_left_in_cw; i -= 8) \
191 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE; \
233 * bits from msb to i4_bits_left_in_cw of u4_cur_word have already been
234 * inserted next bits would be inserted from pos [i4_bits_left_in_cw-1]
237 WORD32 i4_bits_left_in_cw; member in struct:bitstrm
326 * i4_bits_left_in_cw. If the total words (u4_strm_buf_offset) exceeds max
356 * i4_bits_left_in_cw and flushes the same in the bitstream buffer. If th
    [all...]
ih264e_bitstream.c 105 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE;
119 * i4_bits_left_in_cw. If the total words (u4_strm_buf_offset) exceeds max
145 WORD32 bits_left_in_cw = ps_bitstrm->i4_bits_left_in_cw;
172 ps_bitstrm->i4_bits_left_in_cw = bits_left_in_cw;
222 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE - rem_bits;
237 * i4_bits_left_in_cw. If the total words (u4_strm_buf_offset) exceeds max
267 * i4_bits_left_in_cw and flushes the same in the bitstream buffer. If the
282 WORD32 bits_left_in_cw = ps_bitstrm->i4_bits_left_in_cw;
320 ps_bitstrm->i4_bits_left_in_cw = WORD_SIZE;
ih264e_cabac.c 325 ps_stream->i4_bits_left_in_cw = WORD_SIZE;

Completed in 132 milliseconds