HomeSort by relevance Sort by last modified time
    Searched refs:ia_cmplx_flt_struct (Results 1 - 6 of 6) sorted by null

  /external/libxaac/decoder/
ixheaacd_mps_hybfilter.h 27 ia_cmplx_flt_struct in_qmf[MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS_NEW],
29 ia_cmplx_flt_struct out_hyb[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS]);
32 ia_cmplx_flt_struct in_hyb[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS],
34 ia_cmplx_flt_struct in_qmf[MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS]);
ixheaacd_mps_decor.h 31 ia_cmplx_flt_struct in[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS],
32 ia_cmplx_flt_struct out[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS],
ixheaacd_mps_dec.h 45 } ia_cmplx_flt_struct; typedef in typeref:struct:__anon26574
62 ia_cmplx_flt_struct state[MAX_DECORR_FIL_ORDER + 1];
103 ia_cmplx_flt_struct
109 ia_cmplx_flt_struct hf_buffer[MAX_NUM_QMF_BANDS_MPS][BUFFER_LEN_HF_MPS];
274 ia_cmplx_flt_struct qmf_in[2][MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS_NEW];
275 ia_cmplx_flt_struct hyb_in[2][MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS];
276 ia_cmplx_flt_struct hyb_res[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS];
277 ia_cmplx_flt_struct v[MAX_M1_OUTPUT][MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS];
278 ia_cmplx_flt_struct w_diff[MAX_M2_INPUT][MAX_TIME_SLOTS]
280 ia_cmplx_flt_struct w_dir[MAX_M2_INPUT][MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS]
    [all...]
ixheaacd_mps_decorr.c 109 sizeof(ia_cmplx_flt_struct) * (MAX_DECORR_FIL_ORDER + 1));
115 ia_cmplx_flt_struct *input, WORD32 len,
116 ia_cmplx_flt_struct *output) {
134 ia_cmplx_flt_struct in[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS],
135 ia_cmplx_flt_struct out[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS],
226 ia_cmplx_flt_struct in[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS],
227 ia_cmplx_flt_struct out[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS],
231 ia_cmplx_flt_struct scratch[MAX_TIME_SLOTS];
ixheaacd_mps_hybrid_filt.c 169 sizeof(ia_cmplx_flt_struct));
174 ia_cmplx_flt_struct in_qmf[MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS_NEW],
176 ia_cmplx_flt_struct hyb[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS]) {
268 ia_cmplx_flt_struct hyb[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS],
270 ia_cmplx_flt_struct in_qmf[MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS]) {
ixheaacd_mps_dec.c 186 ia_cmplx_flt_struct(*scratch)[MAX_HYBRID_BANDS_MPS];
188 ia_cmplx_flt_struct coeff;
    [all...]

Completed in 3551 milliseconds