Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbr_dec.cpp231 hSbrDec->AnalysiscQMF.no_col, in changeQmfType()
246 hSbrDec->SynthesisQMF.no_col, in changeQmfType()
515 hSbrDec->SynthesisQMF.no_col, in sbr_dec()
572 synQmf->no_col); in sbr_dec()
575 synQmfRight->no_col = synQmf->no_col; in sbr_dec()
603 for (i = 0; i < synQmf->no_col; i++) { /* ----- no_col loop ----- */ in sbr_dec()
635 synQmfRight->no_col, in sbr_dec()
646 synQmf->no_col, in sbr_dec()
685 synQmf->no_col ); in sbr_dec()
812 hs->AnalysiscQMF.no_col, in createSbrDec()
Dsbrdecoder.cpp1409 * self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_col; in sbrDecoder_Apply()
/external/aac/libFDK/include/
Dqmf.h163 int no_col; /*!< Number of time slots */ member
/external/aac/libFDK/src/
Dqmf.cpp643 for (i = 0; i < anaQmf->no_col; i++) in qmfAnalysisFiltering()
938 for (i = 0; i < synQmf->no_col; i++) /* ----- no_col loop ----- */ in qmfSynthesisFiltering()
1034 h_Qmf->no_col = noCols; in qmfInitFilterBank()
/external/aac/libSBRenc/src/
Dps_main.cpp483 for (i = 0; i < hQmfAnalysis[psCh]->no_col; i++) { in FDKsbrEnc_PSEnc_ParametricStereoProcessing()