Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_sbrdecoder.c532 WORD32 total_bits_read; in ixheaacd_applysbr() local
533 total_bits_read = ixheaacd_no_bits_read(it_bit_buff); in ixheaacd_applysbr()
534 if (total_bits_read > (ptr_bit_str_ele->size_payload << 3) || in ixheaacd_applysbr()
535 total_bits_read < ((ptr_bit_str_ele->size_payload << 3) - 8)) { in ixheaacd_applysbr()