Home
last modified time | relevance | path

Searched refs:read_bit_offset (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_huff_code_reorder.c660 WORD32 read_bit_offset = in ixheaacd_huff_dec_pair_hcr_pcw() local
663 if (read_bit_offset) { in ixheaacd_huff_dec_pair_hcr_pcw()
664 *read_bits -= read_bit_offset; in ixheaacd_huff_dec_pair_hcr_pcw()
665 *bit_pos += read_bit_offset; in ixheaacd_huff_dec_pair_hcr_pcw()
799 WORD32 read_bit_offset = in ixheaacd_huff_dec_quad_hcr_pcw() local
802 if (read_bit_offset) { in ixheaacd_huff_dec_quad_hcr_pcw()
803 *read_bits -= read_bit_offset; in ixheaacd_huff_dec_quad_hcr_pcw()
804 *bit_pos += read_bit_offset; in ixheaacd_huff_dec_quad_hcr_pcw()
929 WORD32 read_bit_offset = in ixheaacd_huff_dec_word_hcr_pcw() local
932 if (read_bit_offset) { in ixheaacd_huff_dec_word_hcr_pcw()
[all …]
Dixheaacd_rev_vlc.c410 WORD32 read_bit_offset = in ixheaacd_rvlc_read_bits() local
413 if (read_bit_offset) it_bit_buff->cnt_bits -= read_bit_offset; in ixheaacd_rvlc_read_bits()