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() 928 SACDEC_ERROR checkTimeSlots(int frameLength, int qmfBands, int timeSlots) { in checkTimeSlots() argument 932 if (qmfBands == 64) { in checkTimeSlots() 950 } else if (qmfBands == 32) { in checkTimeSlots() 968 } 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() 1161 ts <= fixMin(self->curTimeSlot + (int)nSamples / self->qmfBands - 1, in SpatialDecApplyParameterSets() 1253 for (i = 0; i < self->qmfBands; i++) { in SpatialDecApplyParameterSets() 1264 for (i = 0; i < self->qmfBands; i++) { in SpatialDecApplyParameterSets() 1482 && (self->curTimeSlot + (int)nSamples / self->qmfBands > in SpatialDecApplyFrame()
|
D | sac_process.cpp | 189 for (i = 0; i < self->qmfBands; i++) { in SpatialDecQMFAnalysis() 228 MAX_QMF_BANDS_TO_HYBRID, self->qmfBands, in SpatialDecFeedQMF() 232 self->qmfBands, pQmfRealAnalysis, in SpatialDecFeedQMF() 244 for (i = 0; i < self->qmfBands; i++) { in SpatialDecFeedQMF() 927 FDK_ASSERT(self->qmfBands <= in SpatialDecSynthesis() 929 for (i = 0; i < self->qmfBands; i++) { in SpatialDecSynthesis()
|
D | sac_dec.h | 371 int qmfBands; member
|
D | sac_bitdec.cpp | 1920 self->frameLength = self->timeSlots * self->qmfBands; in SpatialDecDecodeHeader() 1924 self->hybridBands = self->qmfBands; in SpatialDecDecodeHeader() 1926 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 | 220 const FDK_HYBRID_MODE mode, const INT qmfBands, in FDKhybridAnalysisInit() argument 248 hAnalysisHybFilter->nrBands = qmfBands; in FDKhybridAnalysisInit() 260 ((qmfBands - setup->nrQmfBands) + (cplxBands - setup->nrQmfBands)) * in FDKhybridAnalysisInit() 281 pMem += (qmfBands - setup->nrQmfBands); in FDKhybridAnalysisInit() 297 if (qmfBands > setup->nrQmfBands) { in FDKhybridAnalysisInit() 301 (qmfBands - setup->nrQmfBands) * sizeof(FIXP_DBL)); in FDKhybridAnalysisInit() 440 const FDK_HYBRID_MODE mode, const INT qmfBands, in FDKhybridSynthesisInit() argument 461 hSynthesisHybFilter->nrBands = qmfBands; in FDKhybridSynthesisInit()
|