Searched refs:u1_next_byte (Results 1 – 3 of 3) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_bitstream.c | 212 UWORD8 u1_next_byte = (u4_cur_word >> (i-8)) & 0xFF; in ih264e_put_bits() local 214 PUTBYTE_EPB(pu1_strm_buf, u4_strm_buf_offset, u1_next_byte, zero_run); in ih264e_put_bits() 310 UWORD8 u1_next_byte = (u4_cur_word >> (i-8)) & 0xFF; in ih264e_put_rbsp_trailing_bits() local 312 PUTBYTE_EPB(pu1_strm_buf, u4_strm_buf_offset, u1_next_byte, zero_run); in ih264e_put_rbsp_trailing_bits()
|
D | 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); \
|
/external/libhevc/encoder/ |
D | ihevce_bitstream.c | 199 UWORD8 u1_next_byte = (u4_cur_word >> (i - 8)) & 0xFF; in ihevce_put_bits() local 201 PUTBYTE_EPB(pu1_strm_buf, u4_strm_buf_offset, u1_next_byte, zero_run); in ihevce_put_bits() 296 UWORD8 u1_next_byte = (u4_cur_word >> (i - 8)) & 0xFF; in ihevce_put_rbsp_trailing_bits() local 298 PUTBYTE_EPB(pu1_strm_buf, u4_strm_buf_offset, u1_next_byte, zero_run); in ihevce_put_rbsp_trailing_bits()
|