Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c658 WORD32 ampres2, ampres3; in ixheaacd_huffman_dec_word2_quad() local
740 ampres3 = *ptr_scratch++; in ixheaacd_huffman_dec_word2_quad()
776 ampres3 = ampres3 - z; in ixheaacd_huffman_dec_word2_quad()
777 ampres3 = ixheaacd_pow_table_Q13[ampres3]; in ixheaacd_huffman_dec_word2_quad()
778 ampres3 = -ampres3; in ixheaacd_huffman_dec_word2_quad()
780 ampres3 += z; in ixheaacd_huffman_dec_word2_quad()
781 ampres3 = ixheaacd_pow_table_Q13[ampres3]; in ixheaacd_huffman_dec_word2_quad()
787 *x_invquant++ = ampres3; in ixheaacd_huffman_dec_word2_quad()