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()1654 WORD32 num_code_word; in ixheaacd_decode_non_pcw() local1666 num_code_word = ptr_hcr_info->sect_info.num_code_word; in ixheaacd_decode_non_pcw()1667 num_set = ((num_code_word - 1) / num_segment) + 1; in ixheaacd_decode_non_pcw()1672 num_code_word -= num_segment; in ixheaacd_decode_non_pcw()1673 if (num_code_word < num_segment) { in ixheaacd_decode_non_pcw()1674 code_word_set = num_code_word; in ixheaacd_decode_non_pcw()
230 UWORD32 num_code_word; member