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

/external/aac/libFDK/include/
H A Dqmf.h163 int no_col; /*!< Number of time slots */ member in struct:QMF_FILTER_BANK
/external/aac/libSBRdec/src/
H A Dsbr_dec.cpp231 hSbrDec->AnalysiscQMF.no_col,
246 hSbrDec->SynthesisQMF.no_col,
515 hSbrDec->SynthesisQMF.no_col,
572 synQmf->no_col);
575 synQmfRight->no_col = synQmf->no_col;
603 for (i = 0; i < synQmf->no_col; i++) { /* ----- no_col loop ----- */
635 synQmfRight->no_col,
646 synQmf->no_col,
[all...]
H A Dsbrdecoder.cpp1409 * self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_col;
/external/aac/libFDK/src/
H A Dqmf.cpp643 for (i = 0; i < anaQmf->no_col; i++)
655 } /* no_col loop i */
938 for (i = 0; i < synQmf->no_col; i++) /* ----- no_col loop ----- */
955 } /* no_col loop i */
1034 h_Qmf->no_col = noCols;
/external/aac/libSBRenc/src/
H A Dps_main.cpp483 for (i = 0; i < hQmfAnalysis[psCh]->no_col; i++) {
502 } /* no_col loop i */

Completed in 814 milliseconds