Home
last modified time | relevance | path

Searched refs:u4_nxt_word (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/decoder/
Dihevcd_bitstream.c110 UWORD32 u4_nxt_word; in ihevcd_bits_init() local
118 u4_nxt_word = ITT_BIG_ENDIAN(u4_temp); in ihevcd_bits_init()
124 ps_bitstrm->u4_nxt_word = u4_nxt_word; in ihevcd_bits_init()
161 ps_bitstrm->u4_nxt_word, in ihevcd_bits_flush()
197 ps_bitstrm->u4_nxt_word, in ihevcd_bits_flush_to_byte_boundary()
255 ps_bitstrm->u4_nxt_word = ps_bitstrm->u4_cur_word; in ihevcd_bits_seek()
267 ps_bitstrm->u4_nxt_word, in ihevcd_bits_seek()
306 ps_bitstrm->u4_nxt_word, in ihevcd_bits_nxt()
342 ps_bitstrm->u4_nxt_word); in ihevcd_bits_nxt32()
378 ps_bitstrm->u4_nxt_word, in ihevcd_bits_get()
[all …]
Dihevcd_cabac.c152 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, (9 + RANGE_SHIFT)); in ihevcd_cabac_init()
157 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, 9); in ihevcd_cabac_init()
192 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, (9 + RANGE_SHIFT)); in ihevcd_cabac_reset()
197 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, 9); in ihevcd_cabac_reset()
289 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, numbits); in ihevcd_cabac_decode_bin()
337 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word); in ihevcd_cabac_decode_bypass_bin()
429 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, numbits); in ihevcd_cabac_decode_terminate()
487 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, numbins); in ihevcd_cabac_decode_bypass_bins()
618 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, (UWORD32)c_max); in ihevcd_cabac_decode_bypass_bins_tunary()
635 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, u4_sym); in ihevcd_cabac_decode_bypass_bins_tunary()
Dihevcd_cabac.h104 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, numbits); \
134 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word); \
172 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, numbins); \
Dihevcd_bitstream.h65 m_u4_nxt_word = m_ps_bitstrm->u4_nxt_word; \
79 m_ps_bitstrm->u4_nxt_word = m_u4_nxt_word; \
Dihevcd_structs.h87 UWORD32 u4_nxt_word; member