Searched defs:time_sample_buf (Results 1 - 4 of 4) sorted by relevance

/external/libxaac/decoder/armv7/
H A Dixheaacd_qmf_dec_armv7.c87 VOID ixheaacd_cplx_anal_qmffilt(const WORD16 *time_sample_buf, argument
159 filter_states[NO_ANALYSIS_CHANNELS - 1 - k] = time_sample_buf[ch_fac * k];
165 time_sample_buf, ch_fac);
169 time_sample_buf, ch_fac);
172 time_sample_buf += NO_ANALYSIS_CHANNELS * ch_fac;
/external/libxaac/decoder/
H A Dixheaacd_sbr_dec.h89 FLOAT32 *time_sample_buf; member in struct:__anon13255
109 FLOAT32 *time_sample_buf[MAXNRSBRCHANNELS]; member in struct:ia_sbr_dec_inst_struct
/external/libxaac/decoder/armv8/
H A Dixheaacd_qmf_dec_armv8.c330 VOID ixheaacd_cplx_anal_qmffilt(const WORD16 *time_sample_buf, argument
402 filter_states[NO_ANALYSIS_CHANNELS - 1 - k] = time_sample_buf[ch_fac * k];
408 time_sample_buf, ch_fac);
416 time_sample_buf += NO_ANALYSIS_CHANNELS * ch_fac;
1107 const WORD32 *time_sample_buf, WORD32 *real_subband, WORD32 *imag_subband,
1112 &time_sample_buf[2 * qmf_bank->no_channels - 1];
1119 temp1 = ixheaacd_shr32(*time_sample_buf++, HQ_SHIFT_64);
1106 ixheaacd_esbr_fwd_modulation( const WORD32 *time_sample_buf, WORD32 *real_subband, WORD32 *imag_subband, ia_sbr_qmf_filter_bank_struct *qmf_bank, ia_qmf_dec_tables_struct *qmf_dec_tables_ptr) argument
/external/libxaac/decoder/generic/
H A Dixheaacd_qmf_dec_generic.c567 VOID ixheaacd_cplx_anal_qmffilt(const WORD16 *time_sample_buf, argument
639 filter_states[NO_ANALYSIS_CHANNELS - 1 - k] = time_sample_buf[ch_fac * k];
650 time_sample_buf += NO_ANALYSIS_CHANNELS * ch_fac;
1335 const WORD32 *time_sample_buf, WORD32 *real_subband, WORD32 *imag_subband,
1340 &time_sample_buf[2 * qmf_bank->no_channels - 1];
1347 temp1 = ixheaacd_shr32(*time_sample_buf++, HQ_SHIFT_64);
1334 ixheaacd_esbr_fwd_modulation( const WORD32 *time_sample_buf, WORD32 *real_subband, WORD32 *imag_subband, ia_sbr_qmf_filter_bank_struct *qmf_bank, ia_qmf_dec_tables_struct *qmf_dec_tables_ptr) argument

Completed in 68 milliseconds