Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_huff_code_reorder.c420 UWORD32 num_code_word; in ixheaacd_huff_calc_num_cwd() local
429 num_code_word = 0; in ixheaacd_huff_calc_num_cwd()
434 num_code_word += *ptr_num_cw_in_sect; in ixheaacd_huff_calc_num_cwd()
439 ptr_hcr_info->sect_info.num_code_word = num_code_word; in ixheaacd_huff_calc_num_cwd()
1700 WORD32 num_code_word; in ixheaacd_decode_non_pcw() local
1712 num_code_word = ptr_hcr_info->sect_info.num_code_word; in ixheaacd_decode_non_pcw()
1713 num_set = ((num_code_word - 1) / num_segment) + 1; in ixheaacd_decode_non_pcw()
1718 num_code_word -= num_segment; in ixheaacd_decode_non_pcw()
1719 if (num_code_word < num_segment) { in ixheaacd_decode_non_pcw()
1720 code_word_set = num_code_word; in ixheaacd_decode_non_pcw()
H A Dixheaacd_channelinfo.h231 UWORD32 num_code_word; member