Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c659 WORD32 ampres, ampres1; in ixheaacd_huffman_dec_word2_quad() local
740 ampres1 = *ptr_scratch++; in ixheaacd_huffman_dec_word2_quad()
760 ampres1 = ampres1 - x; in ixheaacd_huffman_dec_word2_quad()
761 ampres1 = ixheaacd_pow_table_Q13[ampres1]; in ixheaacd_huffman_dec_word2_quad()
762 ampres1 = -ampres1; in ixheaacd_huffman_dec_word2_quad()
764 ampres1 += x; in ixheaacd_huffman_dec_word2_quad()
765 ampres1 = ixheaacd_pow_table_Q13[ampres1]; in ixheaacd_huffman_dec_word2_quad()
787 *x_invquant++ = ampres1; in ixheaacd_huffman_dec_word2_quad()