Home
last modified time | relevance | path

Searched refs:ampout1 (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
693 ampout1 = x + *ptr_scratch++; in ixheaacd_huffman_dec_word2_quad()
694 ampout1 = ixheaacd_pow_table_Q13[ampout1]; in ixheaacd_huffman_dec_word2_quad()
698 ampout1 = -ampout1; in ixheaacd_huffman_dec_word2_quad()
703 ampout1 = -ampout1; in ixheaacd_huffman_dec_word2_quad()
732 *x_invquant++ = ampout1; in ixheaacd_huffman_dec_word2_quad()
936 WORD32 ampout0, ampout1; in ixheaacd_huffman_dec_word2_pair() local
939 ampout1 = *ptr_scratch++; in ixheaacd_huffman_dec_word2_pair()
945 ampout1 += out1; in ixheaacd_huffman_dec_word2_pair()
946 ampout1 = ixheaacd_pow_table_Q13[ampout1]; in ixheaacd_huffman_dec_word2_pair()
[all …]