Home
last modified time | relevance | path

Searched refs:ampout0 (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
682 ampout0 = w + *ptr_scratch++; in ixheaacd_huffman_dec_word2_quad()
683 ampout0 = ixheaacd_pow_table_Q13[ampout0]; in ixheaacd_huffman_dec_word2_quad()
687 ampout0 = -ampout0; in ixheaacd_huffman_dec_word2_quad()
692 ampout0 = -ampout0; in ixheaacd_huffman_dec_word2_quad()
733 *x_invquant++ = ampout0; in ixheaacd_huffman_dec_word2_quad()
938 WORD32 ampout0, ampout1; in ixheaacd_huffman_dec_word2_pair() local
940 ampout0 = *ptr_scratch++; in ixheaacd_huffman_dec_word2_pair()
944 ampout0 += out0; in ixheaacd_huffman_dec_word2_pair()
945 ampout0 = ixheaacd_pow_table_Q13[ampout0]; in ixheaacd_huffman_dec_word2_pair()
[all …]