Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c657 WORD32 ampres, ampres1; in ixheaacd_huffman_dec_word2_quad() local
738 ampres1 = *ptr_scratch++; in ixheaacd_huffman_dec_word2_quad()
758 ampres1 = ampres1 - x; in ixheaacd_huffman_dec_word2_quad()
759 ampres1 = ixheaacd_pow_table_Q13[ampres1]; in ixheaacd_huffman_dec_word2_quad()
760 ampres1 = -ampres1; in ixheaacd_huffman_dec_word2_quad()
762 ampres1 += x; in ixheaacd_huffman_dec_word2_quad()
763 ampres1 = ixheaacd_pow_table_Q13[ampres1]; in ixheaacd_huffman_dec_word2_quad()
785 *x_invquant++ = ampres1; in ixheaacd_huffman_dec_word2_quad()