Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c657 WORD32 ampres, ampres1; in ixheaacd_huffman_dec_word2_quad() local
737 ampres = *ptr_scratch++; in ixheaacd_huffman_dec_word2_quad()
749 ampres = ampres - w; in ixheaacd_huffman_dec_word2_quad()
750 ampres = ixheaacd_pow_table_Q13[ampres]; in ixheaacd_huffman_dec_word2_quad()
751 ampres = -ampres; in ixheaacd_huffman_dec_word2_quad()
753 ampres += w; in ixheaacd_huffman_dec_word2_quad()
754 ampres = ixheaacd_pow_table_Q13[ampres]; in ixheaacd_huffman_dec_word2_quad()
784 *x_invquant++ = ampres; in ixheaacd_huffman_dec_word2_quad()
911 WORD32 ampres; in ixheaacd_huffman_dec_word2_pair() local
977 ampres = *ptr_scratch++; in ixheaacd_huffman_dec_word2_pair()
[all …]