Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c641 WORD32 ampout0, ampout1, ampout2, ampout3; in ixheaacd_huffman_dec_word2_quad() local
652 ampout0 = w + *ptr_scratch++; in ixheaacd_huffman_dec_word2_quad()
653 ampout0 = ixheaacd_pow_table_Q13[ampout0]; in ixheaacd_huffman_dec_word2_quad()
657 ampout0 = -ampout0; in ixheaacd_huffman_dec_word2_quad()
662 ampout0 = -ampout0; in ixheaacd_huffman_dec_word2_quad()
703 *x_invquant++ = ampout0; in ixheaacd_huffman_dec_word2_quad()
894 WORD32 ampout0, ampout1; in ixheaacd_huffman_dec_word2_pair() local
896 ampout0 = *ptr_scratch++; in ixheaacd_huffman_dec_word2_pair()
900 ampout0 += out0; in ixheaacd_huffman_dec_word2_pair()
901 ampout0 = ixheaacd_pow_table_Q13[ampout0]; in ixheaacd_huffman_dec_word2_pair()
[all …]