Searched refs:x_invquant (Results 1 – 8 of 8) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_block.c | 145 VOID ixheaacd_inverse_quantize(WORD32 *x_invquant, WORD no_band, in ixheaacd_inverse_quantize() argument 155 *x_invquant++ = -temp; in ixheaacd_inverse_quantize() 339 WORD32 *x_invquant, WORD32 *ixheaacd_pow_table_Q13, WORD8 *ptr_scratch, in ixheaacd_huffman_dec_word2_11() argument 427 *x_invquant++ = i; in ixheaacd_huffman_dec_word2_11() 433 *x_invquant++ = -out1; in ixheaacd_huffman_dec_word2_11() 437 *x_invquant++ = out1; in ixheaacd_huffman_dec_word2_11() 473 *x_invquant++ = i; in ixheaacd_huffman_dec_word2_11() 480 *x_invquant++ = -out2; in ixheaacd_huffman_dec_word2_11() 484 *x_invquant++ = out2; in ixheaacd_huffman_dec_word2_11() 643 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 | 195 WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 246 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 246 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 246 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_armv7.c | 247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|