Searched refs:ptr_qmf_matrix (Results 1 – 9 of 9) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_lpp_tran.h | 69 WORD32 *sbr_invf_mode_prev, WORD32 norm_max, WORD32 *ptr_qmf_matrix); 77 WORD32 *sbr_invf_mode_prev, WORD32 *ptr_qmf_matrix,
|
D | ixheaacd_env_calc.h | 43 ixheaacd_misc_tables *pstr_common_tables, WORD32 *ptr_qmf_matrix, 121 WORD32 *ptr_qmf_matrix); 127 WORD32 *ptr_qmf_matrix);
|
D | ixheaacd_env_calc.c | 676 ixheaacd_misc_tables *pstr_common_tables, WORD32 *ptr_qmf_matrix, in ixheaacd_calc_sbrenvelope() argument 835 input_e, nrg_est, low_pow_flag, ptr_sbr_tables, ptr_qmf_matrix); in ixheaacd_calc_sbrenvelope() 1148 WORD32 *ptr_qmf_matrix) { in ixheaacd_enery_calc_per_subband_dec() argument 1163 p_real = ptr_qmf_matrix + sub_band_start + (start_pos << 6); in ixheaacd_enery_calc_per_subband_dec() 1166 p_real = ptr_qmf_matrix + sub_band_start + (start_pos << 7); in ixheaacd_enery_calc_per_subband_dec()
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_arm_non_neon.c | 127 WORD32 *ptr_qmf_matrix) = &ixheaacd_enery_calc_per_subband_dec;
|
D | ixheaacd_function_selector_armv7.c | 134 WORD32 *ptr_qmf_matrix) = &ixheaacd_enery_calc_per_subband_armv7;
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 132 WORD32 *ptr_qmf_matrix) = &ixheaacd_enery_calc_per_subband_dec;
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 132 WORD32 *ptr_qmf_matrix) = &ixheaacd_enery_calc_per_subband_dec;
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 132 WORD32 *ptr_qmf_matrix) = &ixheaacd_enery_calc_per_subband_dec;
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 133 WORD32 *ptr_qmf_matrix) = &ixheaacd_enery_calc_per_subband_dec;
|