Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c630 WORD32 ampres2, ampres3; in ixheaacd_huffman_dec_word2_quad() local
712 ampres3 = *ptr_scratch++; in ixheaacd_huffman_dec_word2_quad()
748 ampres3 = ampres3 - z; in ixheaacd_huffman_dec_word2_quad()
749 ampres3 = ixheaacd_pow_table_Q13[ampres3]; in ixheaacd_huffman_dec_word2_quad()
750 ampres3 = -ampres3; in ixheaacd_huffman_dec_word2_quad()
752 ampres3 += z; in ixheaacd_huffman_dec_word2_quad()
753 ampres3 = ixheaacd_pow_table_Q13[ampres3]; in ixheaacd_huffman_dec_word2_quad()
759 *x_invquant++ = ampres3; in ixheaacd_huffman_dec_word2_quad()