Searched refs:qmfBands (Results 1 – 7 of 7) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_dec_lib.cpp | 253 int qmfBands = 64; in mpegSurroundDecoder_GetNrOfQmfBands() local 262 qmfBands = mapIdx2QmfBands[pSsc->coreSbrFrameLengthIndex - 2]; in mpegSurroundDecoder_GetNrOfQmfBands() 264 return qmfBands; in mpegSurroundDecoder_GetNrOfQmfBands() 274 qmfBands = 32; in mpegSurroundDecoder_GetNrOfQmfBands() 277 qmfBands = 128; in mpegSurroundDecoder_GetNrOfQmfBands() 280 return qmfBands; in mpegSurroundDecoder_GetNrOfQmfBands() 913 SACDEC_ERROR checkTimeSlots(int frameLength, int qmfBands, int timeSlots) { in checkTimeSlots() argument 917 if (qmfBands == 64) { in checkTimeSlots() 935 } else if (qmfBands == 32) { in checkTimeSlots() 953 } else if (qmfBands == 128) { in checkTimeSlots() [all …]
|
D | sac_dec.cpp | 711 self->qmfBands = nQmfBands; in FDK_SpatialDecInit() 728 maxQmfBands = self->qmfBands; in FDK_SpatialDecInit() 788 self->qmfBands, maxQmfBands); in FDK_SpatialDecInit() 794 &self->hybridAnalysis[nCh], THREE_TO_TEN, self->qmfBands, maxQmfBands, in FDK_SpatialDecInit() 1139 ts <= fixMin(self->curTimeSlot + (int)nSamples / self->qmfBands - 1, in SpatialDecApplyParameterSets() 1224 for (i = 0; i < self->qmfBands; i++) { in SpatialDecApplyParameterSets() 1233 for (i = 0; i < self->qmfBands; i++) { in SpatialDecApplyParameterSets() 1444 && (self->curTimeSlot + (int)nSamples / self->qmfBands > in SpatialDecApplyFrame()
|
D | sac_process.cpp | 187 for (i = 0; i < self->qmfBands; i++) { in SpatialDecQMFAnalysis() 221 MAX_QMF_BANDS_TO_HYBRID, self->qmfBands, in SpatialDecFeedQMF() 225 self->qmfBands, pQmfRealAnalysis, in SpatialDecFeedQMF() 237 for (i = 0; i < self->qmfBands; i++) { in SpatialDecFeedQMF() 909 FDK_ASSERT(self->qmfBands <= in SpatialDecSynthesis() 911 for (i = 0; i < self->qmfBands; i++) { in SpatialDecSynthesis()
|
D | sac_dec.h | 371 int qmfBands; member
|
D | sac_bitdec.cpp | 1913 self->frameLength = self->timeSlots * self->qmfBands; in SpatialDecDecodeHeader() 1917 self->hybridBands = self->qmfBands; in SpatialDecDecodeHeader() 1919 self->hybridBands = SacGetHybridSubbands(self->qmfBands); in SpatialDecDecodeHeader()
|
/external/aac/libFDK/include/ |
D | FDK_hybrid.h | 185 const FDK_HYBRID_MODE mode, const INT qmfBands, 236 const FDK_HYBRID_MODE mode, const INT qmfBands,
|
/external/aac/libFDK/src/ |
D | FDK_hybrid.cpp | 219 const FDK_HYBRID_MODE mode, const INT qmfBands, in FDKhybridAnalysisInit() argument 247 hAnalysisHybFilter->nrBands = qmfBands; in FDKhybridAnalysisInit() 259 ((qmfBands - setup->nrQmfBands) + (cplxBands - setup->nrQmfBands)) * in FDKhybridAnalysisInit() 280 pMem += (qmfBands - setup->nrQmfBands); in FDKhybridAnalysisInit() 296 if (qmfBands > setup->nrQmfBands) { in FDKhybridAnalysisInit() 300 (qmfBands - setup->nrQmfBands) * sizeof(FIXP_DBL)); in FDKhybridAnalysisInit() 439 const FDK_HYBRID_MODE mode, const INT qmfBands, in FDKhybridSynthesisInit() argument 460 hSynthesisHybFilter->nrBands = qmfBands; in FDKhybridSynthesisInit()
|