Home
last modified time | relevance | path

Searched refs:ixheaacd_inv_quant (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_block.c219 err_code |= ixheaacd_inv_quant(&i, ixheaacd_pow_table_Q13); in ixheaacd_huffman_dec_word1()
265 err_code |= ixheaacd_inv_quant(&i, ixheaacd_pow_table_Q13); in ixheaacd_huffman_dec_word1()
403 err_code |= ixheaacd_inv_quant(&i, ixheaacd_pow_table_Q13); in ixheaacd_huffman_dec_word2_11()
448 err_code |= ixheaacd_inv_quant(&i, ixheaacd_pow_table_Q13); in ixheaacd_huffman_dec_word2_11()
Dixheaacd_channel.c1056 WORD32 ixheaacd_inv_quant(WORD32 *px_quant, WORD32 *ixheaacd_pow_table_Q13) in ixheaacd_inv_quant() function
1149 err = ixheaacd_inv_quant(&out1, ptr_pow_table_Q13); in ixheaacd_cblock_inv_quant_spect_data()
1157 err = ixheaacd_inv_quant(&out1, ptr_pow_table_Q13); in ixheaacd_cblock_inv_quant_spect_data()
Dixheaacd_block.h131 WORD32 ixheaacd_inv_quant(WORD32 *x_quant, WORD32 *ixheaacd_pow_table_Q13);