Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_huff_code_reorder.c1465 UWORD8 tot_bits_to_save, code_bits_to_save, extra_code_bits; in ixheaacd_decode_hcr_non_pcw() local
1637 tot_bits_to_save = in ixheaacd_decode_hcr_non_pcw()
1640 extra_code_bits = max(tot_bits_to_save - 32, 0); in ixheaacd_decode_hcr_non_pcw()
1641 code_bits_to_save = min(tot_bits_to_save, 32); in ixheaacd_decode_hcr_non_pcw()
1648 tot_bits_to_save; in ixheaacd_decode_hcr_non_pcw()