Searched refs:num_code_word (Results 1 – 2 of 2) sorted by relevance
420 UWORD32 num_code_word; in ixheaacd_huff_calc_num_cwd() local429 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() local1712 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()
231 UWORD32 num_code_word; member