Searched refs:ixheaacd_pow_table_Q13 (Results 1 – 5 of 5) sorted by relevance
146 WORD32 *ixheaacd_pow_table_Q13, in ixheaacd_inverse_quantize() argument154 temp = (ixheaacd_pow_table_Q13[q_abs]); in ixheaacd_inverse_quantize()162 WORD32 *ixheaacd_pow_table_Q13, const UWORD32 *idx_table) { in ixheaacd_huffman_dec_word1() argument247 i = ixheaacd_pow_table_Q13[i]; in ixheaacd_huffman_dec_word1()249 err_code |= ixheaacd_inv_quant(&i, ixheaacd_pow_table_Q13); in ixheaacd_huffman_dec_word1()261 out1 = ixheaacd_pow_table_Q13[out1]; in ixheaacd_huffman_dec_word1()264 out1 = ixheaacd_pow_table_Q13[out1]; in ixheaacd_huffman_dec_word1()293 i = ixheaacd_pow_table_Q13[i]; in ixheaacd_huffman_dec_word1()295 err_code |= ixheaacd_inv_quant(&i, ixheaacd_pow_table_Q13); in ixheaacd_huffman_dec_word1()307 out2 = ixheaacd_pow_table_Q13[out2]; in ixheaacd_huffman_dec_word1()[all …]
798 ptr_aac_tables->pstr_block_tables->ixheaacd_pow_table_Q13, in ixheaacd_read_spectral_data()1009 WORD32 ixheaacd_inv_quant(WORD32 *px_quant, WORD32 *ixheaacd_pow_table_Q13) in ixheaacd_inv_quant() argument1033 temp = ixheaacd_pow_table_Q13[q1 + 1] - ixheaacd_pow_table_Q13[q1]; in ixheaacd_inv_quant()1037 temp = temp + (ixheaacd_pow_table_Q13[q1] << shift); in ixheaacd_inv_quant()1068 (WORD32 *)ptr_aac_tables->pstr_block_tables->ixheaacd_pow_table_Q13; in ixheaacd_cblock_inv_quant_spect_data()
26 WORD32 *ixheaacd_pow_table_Q13,130 WORD32 ixheaacd_inv_quant(WORD32 *x_quant, WORD32 *ixheaacd_pow_table_Q13);
602 const WORD32 ixheaacd_pow_table_Q13[1025] = {0, variable1966 coef[i] = flag * ixheaacd_pow_table_Q13[q[i]]; in ixheaacd_esc_iquant()1972 coef[i] = ixheaacd_pow_table_Q13[q1 + 1] - ixheaacd_pow_table_Q13[q1]; in ixheaacd_esc_iquant()1976 coef[i] = coef[i] + (ixheaacd_pow_table_Q13[q1] << 3); in ixheaacd_esc_iquant()
27 WORD32 ixheaacd_pow_table_Q13[129]; member