Searched refs:pQmfDomain (Results 1 – 8 of 8) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 356 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 …]
|
D | sbr_ram.h | 150 HANDLE_FDK_QMF_DOMAIN pQmfDomain; member
|
/external/aac/libSACdec/src/ |
D | sac_process.cpp | 171 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 …]
|
D | sac_dec_lib.cpp | 199 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 …]
|
D | sac_dec.cpp | 751 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()
|
D | sac_dec.h | 495 HANDLE_FDK_QMF_DOMAIN pQmfDomain; member
|
/external/aac/libSACdec/include/ |
D | sac_dec_lib.h | 294 HANDLE_FDK_QMF_DOMAIN pQmfDomain);
|
/external/aac/libSBRdec/include/ |
D | sbrdecoder.h | 208 HANDLE_FDK_QMF_DOMAIN pQmfDomain);
|