Searched refs:ixheaacd_pow_table_Q13 (Results 1 – 5 of 5) sorted by relevance
148 WORD32 *ixheaacd_pow_table_Q13, in ixheaacd_inverse_quantize() argument156 temp = (ixheaacd_pow_table_Q13[q_abs]); in ixheaacd_inverse_quantize()164 WORD32 *ixheaacd_pow_table_Q13, const UWORD32 *idx_table) { in ixheaacd_huffman_dec_word1() argument249 i = ixheaacd_pow_table_Q13[i]; in ixheaacd_huffman_dec_word1()251 err_code |= ixheaacd_inv_quant(&i, ixheaacd_pow_table_Q13); in ixheaacd_huffman_dec_word1()263 out1 = ixheaacd_pow_table_Q13[out1]; in ixheaacd_huffman_dec_word1()266 out1 = ixheaacd_pow_table_Q13[out1]; in ixheaacd_huffman_dec_word1()295 i = ixheaacd_pow_table_Q13[i]; in ixheaacd_huffman_dec_word1()297 err_code |= ixheaacd_inv_quant(&i, ixheaacd_pow_table_Q13); in ixheaacd_huffman_dec_word1()309 out2 = ixheaacd_pow_table_Q13[out2]; in ixheaacd_huffman_dec_word1()[all …]
26 WORD32 *ixheaacd_pow_table_Q13,130 WORD32 ixheaacd_inv_quant(WORD32 *x_quant, WORD32 *ixheaacd_pow_table_Q13);
802 ptr_aac_tables->pstr_block_tables->ixheaacd_pow_table_Q13, in ixheaacd_read_spectral_data()1013 WORD32 ixheaacd_inv_quant(WORD32 *px_quant, WORD32 *ixheaacd_pow_table_Q13) in ixheaacd_inv_quant() argument1037 temp = ixheaacd_pow_table_Q13[q1 + 1] - ixheaacd_pow_table_Q13[q1]; in ixheaacd_inv_quant()1041 temp = temp + (ixheaacd_pow_table_Q13[q1] << shift); in ixheaacd_inv_quant()1073 (WORD32 *)ptr_aac_tables->pstr_block_tables->ixheaacd_pow_table_Q13; in ixheaacd_cblock_inv_quant_spect_data()
602 const WORD32 ixheaacd_pow_table_Q13[1025] = {0, variable1956 coef[i] = flag * ixheaacd_pow_table_Q13[q[i]]; in ixheaacd_esc_iquant()1962 coef[i] = ixheaacd_pow_table_Q13[q1 + 1] - ixheaacd_pow_table_Q13[q1]; in ixheaacd_esc_iquant()1966 coef[i] = coef[i] + (ixheaacd_pow_table_Q13[q1] << 3); in ixheaacd_esc_iquant()
27 WORD32 ixheaacd_pow_table_Q13[129]; member