Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp356 if (!self->pQmfDomain->globalConf.qmfDomainExplicitConfig) { in sbrDecoder_ResetElement()
357 self->pQmfDomain->globalConf.flags_requested |= qmfFlags; in sbrDecoder_ResetElement()
358 self->pQmfDomain->globalConf.nBandsAnalysis_requested = in sbrDecoder_ResetElement()
360 self->pQmfDomain->globalConf.nBandsSynthesis_requested = in sbrDecoder_ResetElement()
362 self->pQmfDomain->globalConf.nBandsSynthesis_requested /= in sbrDecoder_ResetElement()
364 self->pQmfDomain->globalConf.nQmfTimeSlots_requested = in sbrDecoder_ResetElement()
367 self->pQmfDomain->globalConf.nQmfOvTimeSlots_requested = overlap; in sbrDecoder_ResetElement()
368 self->pQmfDomain->globalConf.nQmfProcBands_requested = 64; /* always 64 */ in sbrDecoder_ResetElement()
369 self->pQmfDomain->globalConf.nQmfProcChannels_requested = in sbrDecoder_ResetElement()
439 &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.cpp171 offset = self->pQmfDomain->globalConf.nBandsSynthesis * in SpatialDecQMFAnalysis()
172 self->pQmfDomain->globalConf.nQmfTimeSlots; in SpatialDecQMFAnalysis()
177 &inData[ts * self->pQmfDomain->globalConf.nBandsAnalysis]; in SpatialDecQMFAnalysis()
181 CalculateSpaceAnalysisQmf(&self->pQmfDomain->QmfDomainIn[ch].fb, in SpatialDecQMFAnalysis()
218 &self->pQmfDomain->QmfDomainIn[ch], ts + HYBRID_FILTER_DELAY, 0, in SpatialDecFeedQMF()
220 FDK_QmfDomain_GetSlot(&self->pQmfDomain->QmfDomainIn[ch], ts, in SpatialDecFeedQMF()
224 FDK_QmfDomain_GetSlot(&self->pQmfDomain->QmfDomainIn[ch], ts, 0, in SpatialDecFeedQMF()
228 if (ts == self->pQmfDomain->globalConf.nQmfTimeSlots - 1) { in SpatialDecFeedQMF()
231 FDK_QmfDomain_SaveOverlap(&self->pQmfDomain->QmfDomainIn[ch], 0); in SpatialDecFeedQMF()
876 &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()
1048 pGC = &pMpegSurroundDecoder->pQmfDomain->globalConf; in mpegSurroundDecoder_ConfigureQmfDomain()
1661 if (pMpegSurroundDecoder->pQmfDomain->globalConf.nBandsAnalysis == 0) { in mpegSurroundDecoder_Apply()
1668 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()
1204 offset = self->pQmfDomain->globalConf.nBandsSynthesis * in SpatialDecApplyParameterSets()
1205 self->pQmfDomain->globalConf.nQmfTimeSlots; in SpatialDecApplyParameterSets()
1209 &inData[ts * self->pQmfDomain->globalConf.nBandsAnalysis]; in SpatialDecApplyParameterSets()
1212 &self->pQmfDomain->QmfDomainIn[ch].fb, inSamples + (ch * offset), in SpatialDecApplyParameterSets()
1222 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);