Lines Matching refs:ampres
657 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()
979 ampres = ampres - y; in ixheaacd_huffman_dec_word2_pair()
980 ampres = ixheaacd_pow_table_Q13[ampres]; in ixheaacd_huffman_dec_word2_pair()
981 *x_invquant++ = -ampres; in ixheaacd_huffman_dec_word2_pair()
983 ampres += y; in ixheaacd_huffman_dec_word2_pair()
984 *x_invquant++ = ixheaacd_pow_table_Q13[ampres]; in ixheaacd_huffman_dec_word2_pair()
986 ampres = *ptr_scratch++; in ixheaacd_huffman_dec_word2_pair()
988 ampres = ampres - z; in ixheaacd_huffman_dec_word2_pair()
989 ampres = ixheaacd_pow_table_Q13[ampres]; in ixheaacd_huffman_dec_word2_pair()
990 *x_invquant++ = -ampres; in ixheaacd_huffman_dec_word2_pair()
992 ampres += z; in ixheaacd_huffman_dec_word2_pair()
993 *x_invquant++ = ixheaacd_pow_table_Q13[ampres]; in ixheaacd_huffman_dec_word2_pair()