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() 182 BITS_GET(ps_cabac->u4_ofst, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, in ihevcd_cabac_reset() 187 BITS_GET(ps_cabac->u4_ofst, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, in ihevcd_cabac_reset() 279 BITS_GET(u4_bits, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, in ihevcd_cabac_decode_bin() 419 BITS_GET(u4_bits, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, in ihevcd_cabac_decode_terminate() 477 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() 502 BITS_GET(u4_bits_read, in ihevcd_uev() 562 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
|