Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c660 WORD32 ampres2, ampres3; in ixheaacd_huffman_dec_word2_quad() local
741 ampres2 = *ptr_scratch++; in ixheaacd_huffman_dec_word2_quad()
769 ampres2 = ampres2 - y; in ixheaacd_huffman_dec_word2_quad()
770 ampres2 = ixheaacd_pow_table_Q13[ampres2]; in ixheaacd_huffman_dec_word2_quad()
771 ampres2 = -ampres2; in ixheaacd_huffman_dec_word2_quad()
773 ampres2 += y; in ixheaacd_huffman_dec_word2_quad()
774 ampres2 = ixheaacd_pow_table_Q13[ampres2]; in ixheaacd_huffman_dec_word2_quad()
788 *x_invquant++ = ampres2; in ixheaacd_huffman_dec_word2_quad()