Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c669 WORD32 ampout0, ampout1, ampout2, ampout3; in ixheaacd_huffman_dec_word2_quad() local
680 ampout0 = w + *ptr_scratch++; in ixheaacd_huffman_dec_word2_quad()
681 ampout0 = ixheaacd_pow_table_Q13[ampout0]; in ixheaacd_huffman_dec_word2_quad()
685 ampout0 = -ampout0; in ixheaacd_huffman_dec_word2_quad()
690 ampout0 = -ampout0; in ixheaacd_huffman_dec_word2_quad()
731 *x_invquant++ = ampout0; in ixheaacd_huffman_dec_word2_quad()
936 WORD32 ampout0, ampout1; in ixheaacd_huffman_dec_word2_pair() local
938 ampout0 = *ptr_scratch++; in ixheaacd_huffman_dec_word2_pair()
942 ampout0 += out0; in ixheaacd_huffman_dec_word2_pair()
943 ampout0 = ixheaacd_pow_table_Q13[ampout0]; in ixheaacd_huffman_dec_word2_pair()
[all …]