Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c660 WORD32 ampres2, ampres3; in ixheaacd_huffman_dec_word2_quad() local
742 ampres3 = *ptr_scratch++; in ixheaacd_huffman_dec_word2_quad()
778 ampres3 = ampres3 - z; in ixheaacd_huffman_dec_word2_quad()
779 ampres3 = ixheaacd_pow_table_Q13[ampres3]; in ixheaacd_huffman_dec_word2_quad()
780 ampres3 = -ampres3; in ixheaacd_huffman_dec_word2_quad()
782 ampres3 += z; in ixheaacd_huffman_dec_word2_quad()
783 ampres3 = ixheaacd_pow_table_Q13[ampres3]; in ixheaacd_huffman_dec_word2_quad()
789 *x_invquant++ = ampres3; in ixheaacd_huffman_dec_word2_quad()