Searched refs:x_invquant (Results 1 – 8 of 8) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_block.c | 147 VOID ixheaacd_inverse_quantize(WORD32 *x_invquant, WORD no_band, in ixheaacd_inverse_quantize() argument 157 *x_invquant++ = -temp; in ixheaacd_inverse_quantize() 341 WORD32 *x_invquant, WORD32 *ixheaacd_pow_table_Q13, WORD8 *ptr_scratch, in ixheaacd_huffman_dec_word2_11() argument 429 *x_invquant++ = i; in ixheaacd_huffman_dec_word2_11() 435 *x_invquant++ = -out1; in ixheaacd_huffman_dec_word2_11() 439 *x_invquant++ = out1; in ixheaacd_huffman_dec_word2_11() 475 *x_invquant++ = i; in ixheaacd_huffman_dec_word2_11() 482 *x_invquant++ = -out2; in ixheaacd_huffman_dec_word2_11() 486 *x_invquant++ = out2; in ixheaacd_huffman_dec_word2_11() 645 WORD32 *x_invquant, WORD32 *ixheaacd_pow_table_Q13, WORD8 *ptr_scratch, in ixheaacd_huffman_dec_word2_quad() argument [all …]
|
D | ixheaacd_block.h | 25 VOID ixheaacd_inverse_quantize(WORD32 *x_invquant, WORD no_band, 29 VOID ixheaacd_scale_factor_process_dec(WORD32 *x_invquant, WORD16 *scale_fact, 36 VOID ixheaacd_scale_factor_process_armv7(WORD32 *x_invquant, WORD16 *scale_fact, 43 VOID ixheaacd_scale_factor_process_armv8(WORD32 *x_invquant, WORD16 *scale_fact, 61 WORD32 *x_invquant, WORD8 *scratch_ptr); 180 VOID ixheaacd_process_single_scf(WORD32 scale_factor, WORD32 *x_invquant,
|
D | ixheaacd_function_selector.h | 197 WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 248 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_armv7.c | 248 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|