Home
last modified time | relevance | path

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

/external/libxaac/decoder/
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 …]
Dixheaacd_mps_apply_m2.c49 ia_mps_dec_reuse_array_struct *p_array_struct = pstr_mps_state->array_struct; in ixheaacd_apply_m2() local
94 p_hyb_out_dry_real = p_array_struct->hyb_output_real_dry; in ixheaacd_apply_m2()
95 p_hyb_out_dry_imag = p_array_struct->hyb_output_imag_dry; in ixheaacd_apply_m2()
120 p_hyb_out_dry_real = p_array_struct->hyb_output_real_dry; in ixheaacd_apply_m2()
121 p_hyb_out_dry_imag = p_array_struct->hyb_output_imag_dry; in ixheaacd_apply_m2()
124 p_buffer_real = p_array_struct->buf_real; in ixheaacd_apply_m2()
125 p_buffer_imag = p_array_struct->buf_imag; in ixheaacd_apply_m2()
176 WORD32 *p_dry_real = p_array_struct->w_dry_real + res * TSXHB; in ixheaacd_apply_m2()
177 WORD32 *p_dry_imag = p_array_struct->w_dry_imag + res * TSXHB; in ixheaacd_apply_m2()
230 p_hyb_out_dry_real = p_array_struct->hyb_output_real_dry; in ixheaacd_apply_m2()
[all …]
Dixheaacd_mps_initfuncs.c270 ia_mps_dec_reuse_array_struct *p_array_struct = pstr_mps_state->array_struct; in ixheaacd_set_scratch_buffers() local
272 p_array_struct->qmf_residual_real = scratch_mem; in ixheaacd_set_scratch_buffers()
274 p_array_struct->qmf_residual_imag = (WORD32 *)((WORD8 *)scratch_mem + scratch_used); in ixheaacd_set_scratch_buffers()
277 p_array_struct->res_mdct = (WORD32 *)((WORD8 *)scratch_mem + scratch_used); in ixheaacd_set_scratch_buffers()
280 p_array_struct->m_qmf_real = (WORD32 *)((WORD8 *)scratch_mem + scratch_used); in ixheaacd_set_scratch_buffers()
282 p_array_struct->m_qmf_imag = (WORD32 *)((WORD8 *)scratch_mem + scratch_used); in ixheaacd_set_scratch_buffers()
285 p_array_struct->buf_real = (WORD32 *)((WORD8 *)scratch_mem + scratch_used); in ixheaacd_set_scratch_buffers()
287 p_array_struct->buf_imag = (WORD32 *)((WORD8 *)scratch_mem + scratch_used); in ixheaacd_set_scratch_buffers()
290 p_array_struct->hyb_output_real_dry = p_array_struct->res_mdct; in ixheaacd_set_scratch_buffers()
291 p_array_struct->hyb_output_imag_dry = in ixheaacd_set_scratch_buffers()
[all …]
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()
79 p_buffer_real = p_array_struct->buf_real; in ixheaacd_mps_apply_m1()
80 p_buffer_imag = p_array_struct->buf_imag; in ixheaacd_mps_apply_m1()
97 p_buffer_real = p_array_struct->buf_real; in ixheaacd_mps_apply_m1()
98 p_buffer_imag = p_array_struct->buf_imag; in ixheaacd_mps_apply_m1()
102 WORD32 *p_x_real = p_array_struct->x_real; in ixheaacd_mps_apply_m1()
103 WORD32 *p_x_imag = p_array_struct->x_imag; in ixheaacd_mps_apply_m1()
164 WORD32 *p_x_real = p_array_struct->x_real; in ixheaacd_mps_apply_m1()
165 WORD32 *p_x_imag = p_array_struct->x_imag; in ixheaacd_mps_apply_m1()
Dixheaacd_mps_temp_process.c310 ia_mps_dec_reuse_array_struct *p_array_struct = pstr_mps_state->array_struct; in ixheaacd_subband_tp() local
457 p_buffer_real = p_array_struct->buf_real + offset + HYBRID_BAND_BORDER; in ixheaacd_subband_tp()
458 p_buffer_imag = p_array_struct->buf_imag + offset + HYBRID_BAND_BORDER; in ixheaacd_subband_tp()
479 p_array_struct->hyb_output_real_dry + ts * MAX_HYBRID_BANDS + 6; in ixheaacd_subband_tp()
481 p_array_struct->hyb_output_imag_dry + ts * MAX_HYBRID_BANDS + 6; in ixheaacd_subband_tp()
492 p_array_struct->hyb_output_real_dry + ts * MAX_HYBRID_BANDS + 8; in ixheaacd_subband_tp()
494 p_array_struct->hyb_output_imag_dry + ts * MAX_HYBRID_BANDS + 8; in ixheaacd_subband_tp()
505 p_array_struct->hyb_output_real_dry + ts * MAX_HYBRID_BANDS + 10; in ixheaacd_subband_tp()
507 p_array_struct->hyb_output_imag_dry + ts * MAX_HYBRID_BANDS + 10; in ixheaacd_subband_tp()
1116 p_buffer_real = p_array_struct->buf_real + offset + HYBRID_BAND_BORDER; in ixheaacd_subband_tp()
[all …]