Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_lpp_tran.h69 WORD32 *sbr_invf_mode_prev, WORD32 norm_max, WORD32 *ptr_qmf_matrix);
77 WORD32 *sbr_invf_mode_prev, WORD32 *ptr_qmf_matrix,
Dixheaacd_env_calc.h43 ixheaacd_misc_tables *pstr_common_tables, WORD32 *ptr_qmf_matrix,
121 WORD32 *ptr_qmf_matrix);
127 WORD32 *ptr_qmf_matrix);
Dixheaacd_env_calc.c676 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/
Dixheaacd_function_selector_arm_non_neon.c127 WORD32 *ptr_qmf_matrix) = &ixheaacd_enery_calc_per_subband_dec;
Dixheaacd_function_selector_armv7.c134 WORD32 *ptr_qmf_matrix) = &ixheaacd_enery_calc_per_subband_armv7;
/external/libxaac/decoder/x86_64/
Dixheaacd_function_selector_x86_64.c132 WORD32 *ptr_qmf_matrix) = &ixheaacd_enery_calc_per_subband_dec;
/external/libxaac/decoder/x86/
Dixheaacd_function_selector_x86.c132 WORD32 *ptr_qmf_matrix) = &ixheaacd_enery_calc_per_subband_dec;
/external/libxaac/decoder/armv8/
Dixheaacd_function_selector_armv8.c132 WORD32 *ptr_qmf_matrix) = &ixheaacd_enery_calc_per_subband_dec;
/external/libxaac/decoder/generic/
Dixheaacd_function_selector_generic.c133 WORD32 *ptr_qmf_matrix) = &ixheaacd_enery_calc_per_subband_dec;