Searched refs:BITS_GET (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_cabac.c | 151 BITS_GET(ps_cabac->u4_ofst, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, in ihevcd_cabac_init() 156 BITS_GET(ps_cabac->u4_ofst, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, in ihevcd_cabac_init() 191 BITS_GET(ps_cabac->u4_ofst, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, in ihevcd_cabac_reset() 196 BITS_GET(ps_cabac->u4_ofst, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, in ihevcd_cabac_reset() 288 BITS_GET(u4_bits, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, in ihevcd_cabac_decode_bin() 428 BITS_GET(u4_bits, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, in ihevcd_cabac_decode_terminate() 486 BITS_GET(u4_bits, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, in ihevcd_cabac_decode_bypass_bins()
|
D | ihevcd_bitstream.c | 374 BITS_GET(u4_bits_read, in ihevcd_bits_get() 510 BITS_GET(u4_bits_read, in ihevcd_uev() 570 BITS_GET(u4_bits_read, in ihevcd_sev()
|
D | ihevcd_cabac.h | 103 BITS_GET(u4_bits, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, \ 171 BITS_GET(u4_bits, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, \
|
D | ihevcd_bitstream.h | 149 #define BITS_GET(m_u4_bits, m_pu4_buf, m_u4_bit_ofst, \ macro
|