Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_rev_vlc.c922 WORD8 len_longest_code_word; in ixheaacd_hcr_read() local
948 len_longest_code_word = ixheaacd_read_bits_buf(it_bit_buff, 6); in ixheaacd_hcr_read()
949 if ((len_longest_code_word >= 0) && (len_longest_code_word <= 49)) { in ixheaacd_hcr_read()
950 ptr_aac_dec_channel_info->longest_cw_len = len_longest_code_word; in ixheaacd_hcr_read()
952 if (len_longest_code_word > 49) { in ixheaacd_hcr_read()