Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c671 WORD32 ampout0, ampout1, ampout2, ampout3; in ixheaacd_huffman_dec_word2_quad() local
695 ampout1 = x + *ptr_scratch++; in ixheaacd_huffman_dec_word2_quad()
696 ampout1 = ixheaacd_pow_table_Q13[ampout1]; in ixheaacd_huffman_dec_word2_quad()
700 ampout1 = -ampout1; in ixheaacd_huffman_dec_word2_quad()
705 ampout1 = -ampout1; in ixheaacd_huffman_dec_word2_quad()
734 *x_invquant++ = ampout1; in ixheaacd_huffman_dec_word2_quad()
938 WORD32 ampout0, ampout1; in ixheaacd_huffman_dec_word2_pair() local
941 ampout1 = *ptr_scratch++; in ixheaacd_huffman_dec_word2_pair()
947 ampout1 += out1; in ixheaacd_huffman_dec_word2_pair()
948 ampout1 = ixheaacd_pow_table_Q13[ampout1]; in ixheaacd_huffman_dec_word2_pair()
[all …]