Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_mps_process.c50 ia_mps_dec_reuse_array_struct *p_array_struct = pstr_mps_state->array_struct; in ixheaacd_mdct_2_qmf() local
64 WORD32 *qmf_residual_real_pre = p_array_struct->qmf_residual_real_pre; in ixheaacd_mdct_2_qmf()
65 WORD32 *qmf_residual_real_post = p_array_struct->qmf_residual_real_post; in ixheaacd_mdct_2_qmf()
67 WORD32 *qmf_residual_imag_pre = p_array_struct->qmf_residual_imag_pre; in ixheaacd_mdct_2_qmf()
68 WORD32 *qmf_residual_imag_post = p_array_struct->qmf_residual_imag_post; in ixheaacd_mdct_2_qmf()
70 WORD32 *p_res_mdct = p_array_struct->res_mdct; in ixheaacd_mdct_2_qmf()
114 WORD32 *qmf_residual_real_pre = p_array_struct->qmf_residual_real_pre + offset * QBXTS; in ixheaacd_mdct_2_qmf()
115 WORD32 *qmf_residual_imag_pre = p_array_struct->qmf_residual_imag_pre + offset * QBXTS; in ixheaacd_mdct_2_qmf()
117 WORD32 *qmf_residual_real_post = p_array_struct->qmf_residual_real_post + offset * QBXTS; in ixheaacd_mdct_2_qmf()
118 WORD32 *qmf_residual_imag_post = p_array_struct->qmf_residual_imag_post + offset * QBXTS; in ixheaacd_mdct_2_qmf()
[all …]
H A Dixheaacd_mps_apply_m2.c49 ia_mps_dec_reuse_array_struct *p_array_struct = pstr_mps_state->array_struct; in ixheaacd_apply_m2() local
95 p_hyb_out_dry_real = p_array_struct->hyb_output_real_dry; in ixheaacd_apply_m2()
96 p_hyb_out_dry_imag = p_array_struct->hyb_output_imag_dry; in ixheaacd_apply_m2()
121 p_hyb_out_dry_real = p_array_struct->hyb_output_real_dry; in ixheaacd_apply_m2()
122 p_hyb_out_dry_imag = p_array_struct->hyb_output_imag_dry; in ixheaacd_apply_m2()
125 p_buffer_real = p_array_struct->buf_real; in ixheaacd_apply_m2()
126 p_buffer_imag = p_array_struct->buf_imag; in ixheaacd_apply_m2()
177 WORD32 *p_dry_real = p_array_struct->w_dry_real + res * TSXHB; in ixheaacd_apply_m2()
178 WORD32 *p_dry_imag = p_array_struct->w_dry_imag + res * TSXHB; in ixheaacd_apply_m2()
231 p_hyb_out_dry_real = p_array_struct->hyb_output_real_dry; in ixheaacd_apply_m2()
[all …]
H A Dixheaacd_mps_initfuncs.c316 ia_mps_dec_reuse_array_struct *p_array_struct = pstr_mps_state->array_struct; in ixheaacd_set_mps_persistent_buffers() local
318 p_array_struct->res_mdct = (WORD32 *)((WORD8 *)persistent_mem + used_persistent); in ixheaacd_set_mps_persistent_buffers()
321 p_array_struct->qmf_residual_real = (WORD32 *)((WORD8 *)persistent_mem + used_persistent); in ixheaacd_set_mps_persistent_buffers()
323 p_array_struct->qmf_residual_imag = (WORD32 *)((WORD8 *)persistent_mem + used_persistent); in ixheaacd_set_mps_persistent_buffers()
326 p_array_struct->m_qmf_real = (WORD32 *)((WORD8 *)persistent_mem + used_persistent); in ixheaacd_set_mps_persistent_buffers()
328 p_array_struct->m_qmf_imag = (WORD32 *)((WORD8 *)persistent_mem + used_persistent); in ixheaacd_set_mps_persistent_buffers()
331 p_array_struct->buf_real = (WORD32 *)((WORD8 *)persistent_mem + used_persistent); in ixheaacd_set_mps_persistent_buffers()
333 p_array_struct->buf_imag = (WORD32 *)((WORD8 *)persistent_mem + used_persistent); in ixheaacd_set_mps_persistent_buffers()
336 p_array_struct->hyb_output_real_dry = p_array_struct->res_mdct; in ixheaacd_set_mps_persistent_buffers()
337 p_array_struct->hyb_output_imag_dry = in ixheaacd_set_mps_persistent_buffers()
[all …]
H A Dixheaacd_mps_apply_m1.c45 ia_mps_dec_reuse_array_struct *p_array_struct = pstr_mps_state->array_struct; in ixheaacd_mps_apply_m1() local
46 ia_mps_dec_m1_param_struct *m1_param = p_array_struct->m1_param; in ixheaacd_mps_apply_m1()
82 p_buffer_real = p_array_struct->buf_real; in ixheaacd_mps_apply_m1()
83 p_buffer_imag = p_array_struct->buf_imag; in ixheaacd_mps_apply_m1()
100 p_buffer_real = p_array_struct->buf_real; in ixheaacd_mps_apply_m1()
101 p_buffer_imag = p_array_struct->buf_imag; in ixheaacd_mps_apply_m1()
105 WORD32 *p_x_real = p_array_struct->x_real; in ixheaacd_mps_apply_m1()
106 WORD32 *p_x_imag = p_array_struct->x_imag; in ixheaacd_mps_apply_m1()
167 WORD32 *p_x_real = p_array_struct->x_real; in ixheaacd_mps_apply_m1()
168 WORD32 *p_x_imag = p_array_struct->x_imag; in ixheaacd_mps_apply_m1()
H A Dixheaacd_mps_temp_process.c310 ia_mps_dec_reuse_array_struct *p_array_struct = pstr_mps_state->array_struct; in ixheaacd_subband_tp() local
470 p_buffer_real = p_array_struct->buf_real + offset + HYBRID_BAND_BORDER; in ixheaacd_subband_tp()
471 p_buffer_imag = p_array_struct->buf_imag + offset + HYBRID_BAND_BORDER; in ixheaacd_subband_tp()
492 p_array_struct->hyb_output_real_dry + ts * MAX_HYBRID_BANDS + 6; in ixheaacd_subband_tp()
494 p_array_struct->hyb_output_imag_dry + ts * MAX_HYBRID_BANDS + 6; in ixheaacd_subband_tp()
505 p_array_struct->hyb_output_real_dry + ts * MAX_HYBRID_BANDS + 8; in ixheaacd_subband_tp()
507 p_array_struct->hyb_output_imag_dry + ts * MAX_HYBRID_BANDS + 8; in ixheaacd_subband_tp()
518 p_array_struct->hyb_output_real_dry + ts * MAX_HYBRID_BANDS + 10; in ixheaacd_subband_tp()
520 p_array_struct->hyb_output_imag_dry + ts * MAX_HYBRID_BANDS + 10; in ixheaacd_subband_tp()
1129 p_buffer_real = p_array_struct->buf_real + offset + HYBRID_BAND_BORDER; in ixheaacd_subband_tp()
[all …]