Searched refs:num_code_word (Results 1 – 2 of 2) sorted by relevance
411 UWORD32 num_code_word; in ixheaacd_huff_calc_num_cwd() local420 num_code_word = 0; in ixheaacd_huff_calc_num_cwd()425 num_code_word += *ptr_num_cw_in_sect; in ixheaacd_huff_calc_num_cwd()430 ptr_hcr_info->sect_info.num_code_word = num_code_word; in ixheaacd_huff_calc_num_cwd()1686 WORD32 num_code_word; in ixheaacd_decode_non_pcw() local1698 num_code_word = ptr_hcr_info->sect_info.num_code_word; in ixheaacd_decode_non_pcw()1699 num_set = ((num_code_word - 1) / num_segment) + 1; in ixheaacd_decode_non_pcw()1704 num_code_word -= num_segment; in ixheaacd_decode_non_pcw()1705 if (num_code_word < num_segment) { in ixheaacd_decode_non_pcw()1706 code_word_set = num_code_word; in ixheaacd_decode_non_pcw()
230 UWORD32 num_code_word; member