Home
last modified time | relevance | path

Searched refs:pQmfDomain (Results 1 – 8 of 8) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp354 if (!self->pQmfDomain->globalConf.qmfDomainExplicitConfig) { in sbrDecoder_ResetElement()
355 self->pQmfDomain->globalConf.flags_requested |= qmfFlags; in sbrDecoder_ResetElement()
356 self->pQmfDomain->globalConf.nBandsAnalysis_requested = in sbrDecoder_ResetElement()
358 self->pQmfDomain->globalConf.nBandsSynthesis_requested = in sbrDecoder_ResetElement()
360 self->pQmfDomain->globalConf.nBandsSynthesis_requested /= in sbrDecoder_ResetElement()
362 self->pQmfDomain->globalConf.nQmfTimeSlots_requested = in sbrDecoder_ResetElement()
365 self->pQmfDomain->globalConf.nQmfOvTimeSlots_requested = overlap; in sbrDecoder_ResetElement()
366 self->pQmfDomain->globalConf.nQmfProcBands_requested = 64; /* always 64 */ in sbrDecoder_ResetElement()
367 self->pQmfDomain->globalConf.nQmfProcChannels_requested = in sbrDecoder_ResetElement()
437 &self->pQmfDomain->QmfDomainIn[absCh_offset + ch]; in sbrDecoder_AssignQmfChannels2SbrChannels()
[all …]
Dsbr_ram.h150 HANDLE_FDK_QMF_DOMAIN pQmfDomain; member
/external/aac/libSACdec/src/
Dsac_process.cpp173 offset = self->pQmfDomain->globalConf.nBandsSynthesis * in SpatialDecQMFAnalysis()
174 self->pQmfDomain->globalConf.nQmfTimeSlots; in SpatialDecQMFAnalysis()
179 &inData[ts * self->pQmfDomain->globalConf.nBandsAnalysis]; in SpatialDecQMFAnalysis()
183 CalculateSpaceAnalysisQmf(&self->pQmfDomain->QmfDomainIn[ch].fb, in SpatialDecQMFAnalysis()
223 FDK_QmfDomain_GetSlot(&self->pQmfDomain->QmfDomainIn[ch], in SpatialDecFeedQMF()
227 FDK_QmfDomain_GetSlot(&self->pQmfDomain->QmfDomainIn[ch], ts, in SpatialDecFeedQMF()
231 FDK_QmfDomain_GetSlot(&self->pQmfDomain->QmfDomainIn[ch], ts, 0, in SpatialDecFeedQMF()
235 if (ts == self->pQmfDomain->globalConf.nQmfTimeSlots - 1) { in SpatialDecFeedQMF()
238 FDK_QmfDomain_SaveOverlap(&self->pQmfDomain->QmfDomainIn[ch], 0); in SpatialDecFeedQMF()
894 &timeOut[stride * self->pQmfDomain->globalConf.nBandsSynthesis * ts]; in SpatialDecSynthesis()
[all …]
Dsac_dec_lib.cpp199 HANDLE_FDK_QMF_DOMAIN pQmfDomain; member
374 HANDLE_FDK_QMF_DOMAIN pQmfDomain);
390 HANDLE_FDK_QMF_DOMAIN pQmfDomain) { in mpegSurroundDecoder_Open() argument
394 pQmfDomain); in mpegSurroundDecoder_Open()
614 HANDLE_FDK_QMF_DOMAIN pQmfDomain) { in mpegSurroundDecoder_Create() argument
634 (*pMpegSurroundDecoder)->pQmfDomain = pQmfDomain; in mpegSurroundDecoder_Create()
654 self->pQmfDomain = sacDec->pQmfDomain; in mpegSurroundDecoder_Create()
1063 pGC = &pMpegSurroundDecoder->pQmfDomain->globalConf; in mpegSurroundDecoder_ConfigureQmfDomain()
1681 if (pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsAnalysis == 0) { in mpegSurroundDecoder_Apply()
1688 pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsSynthesis) / in mpegSurroundDecoder_Apply()
[all …]
Dsac_dec.cpp751 flags = self->pQmfDomain->globalConf.flags_requested; in FDK_SpatialDecInit()
764 self->pQmfDomain->globalConf.flags_requested = flags; in FDK_SpatialDecInit()
765 FDK_QmfDomain_Configure(self->pQmfDomain); in FDK_SpatialDecInit()
780 qmfChangeOutScalefactor(&self->pQmfDomain->QmfDomainOut[nCh].fb, scale); in FDK_SpatialDecInit()
781 qmfChangeOutGain(&self->pQmfDomain->QmfDomainOut[nCh].fb, outputGain_m, in FDK_SpatialDecInit()
1233 offset = self->pQmfDomain->globalConf.nBandsSynthesis * in SpatialDecApplyParameterSets()
1234 self->pQmfDomain->globalConf.nQmfTimeSlots; in SpatialDecApplyParameterSets()
1238 &inData[ts * self->pQmfDomain->globalConf.nBandsAnalysis]; in SpatialDecApplyParameterSets()
1241 &self->pQmfDomain->QmfDomainIn[ch].fb, inSamples + (ch * offset), in SpatialDecApplyParameterSets()
1251 if ((self->pQmfDomain->globalConf.nBandsAnalysis == 24) && in SpatialDecApplyParameterSets()
Dsac_dec.h495 HANDLE_FDK_QMF_DOMAIN pQmfDomain; member
/external/aac/libSACdec/include/
Dsac_dec_lib.h294 HANDLE_FDK_QMF_DOMAIN pQmfDomain);
/external/aac/libSBRdec/include/
Dsbrdecoder.h208 HANDLE_FDK_QMF_DOMAIN pQmfDomain);