Home | History | Annotate | Download | only in decoder

Lines Matching refs:WORD32

24   WORD32 x_over_qmf[MAX_NUM_PATCHES];
25 WORD32 max_stretch;
26 WORD32 core_frame_length;
27 WORD32 hbe_qmf_in_len;
28 WORD32 hbe_qmf_out_len;
29 WORD32 no_bins;
30 WORD32 start_band;
31 WORD32 end_band;
32 WORD32 upsamp_4_flag;
33 WORD32 synth_buf_offset;
40 WORD32 k_start;
41 WORD32 synth_size;
55 WORD32 *ptr_sbr_overlap_buf;
56 WORD32 **drc_factors_sbr;
64 WORD32 max_samp_val;
80 WORD32 sbr_scratch_local[256];
95 WORD32 output_frame_size;
96 WORD32 sync_state;
126 WORD32 *sbr_qmf_analy_states_32;
130 WORD32 *sbr_qmf_synth_states_32;
132 WORD32 **sbr_lpc_filter_states_real[MAXNRSBRCHANNELS];
134 WORD32 **sbr_lpc_filter_states_imag[MAXNRSBRCHANNELS];
136 WORD32 *ptr_sbr_overlap_buf[MAXNRSBRCHANNELS];
150 WORD32 ixheaacd_sbr_dec(ia_sbr_dec_struct *ptr_sbr_dec, WORD16 *ptr_time_data,
158 WORD32 *ptr_work_buf_core,
162 WORD32 drc_sbr_factors[][64], WORD32 audio_object_type);
173 WORD32 ixheaacd_sbr_dec_from_mps(FLOAT32 *p_mps_qmf_output, VOID *p_sbr_dec,
176 WORD32 ixheaacd_qmf_hbe_apply(ia_esbr_hbe_txposer_struct *h_hbe_txposer,
178 FLOAT32 qmf_buf_imag[][64], WORD32 num_columns,
181 WORD32 pitch_in_bins);
186 WORD32 x_over_qmf[MAX_NUM_PATCHES],
189 WORD32 ixheaacd_generate_hf(FLOAT32 ptr_src_buf_real[][64],
198 VOID ixheaacd_clr_subsamples(WORD32 *ptr_qmf_buf, WORD32 num, WORD32 size);
204 WORD32 **pp_overlap_buffer_real, FLAG low_pow_flag);
206 WORD32 ixheaacd_qmf_hbe_data_reinit(
209 WORD32 upsamp_4_flag);
211 WORD32 ixheaacd_sbr_read_pvc_sce(ia_sbr_frame_info_data_struct *ptr_frame_data,
213 WORD32 hbe_flag,
218 WORD32 ixheaacd_qmf_hbe_apply(ia_esbr_hbe_txposer_struct *h_hbe_txposer,
220 FLOAT32 qmf_buf_imag[][64], WORD32 num_columns,
223 WORD32 pitch_in_bins);
225 WORD32 ixheaacd_esbr_dec(ia_sbr_dec_struct *ptr_sbr_dec,
229 ia_sbr_tables_struct *sbr_tables_ptr, WORD32 ch_fac);
231 VOID ixheaacd_hbe_repl_spec(WORD32 x_over_qmf[MAX_NUM_PATCHES],
233 FLOAT32 qmf_buf_imag[][64], WORD32 no_bins,
234 WORD32 max_stretch);