Home
last modified time | relevance | path

Searched refs:ixheaacd_pow_table_Q13 (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_block.c148 WORD32 *ixheaacd_pow_table_Q13, in ixheaacd_inverse_quantize() argument
156 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() argument
249 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 …]
Dixheaacd_block.h26 WORD32 *ixheaacd_pow_table_Q13,
130 WORD32 ixheaacd_inv_quant(WORD32 *x_quant, WORD32 *ixheaacd_pow_table_Q13);
Dixheaacd_channel.c802 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() argument
1037 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()
Dixheaacd_arith_dec.c602 const WORD32 ixheaacd_pow_table_Q13[1025] = {0, variable
1956 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()
Dixheaacd_aac_rom.h27 WORD32 ixheaacd_pow_table_Q13[129]; member