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

  /external/libavc/encoder/
ih264e_bitstream.c 212 UWORD8 u1_next_byte = (u4_cur_word >> (i-8)) & 0xFF; local
214 PUTBYTE_EPB(pu1_strm_buf, u4_strm_buf_offset, u1_next_byte, zero_run);
310 UWORD8 u1_next_byte = (u4_cur_word >> (i-8)) & 0xFF; local
312 PUTBYTE_EPB(pu1_strm_buf, u4_strm_buf_offset, u1_next_byte, zero_run);
ih264e_bitstream.h 186 UWORD8 u1_next_byte = (ps_bitstrm->u4_cur_word >> (i - 8)) & 0xFF; \
188 u1_next_byte, ps_bitstrm->i4_zero_bytes_run); \

Completed in 414 milliseconds