Home
last modified time | relevance | path

Searched refs:pSsc1 (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp286 static int mpegSurroundDecoder_CalcInitFlags(SPATIAL_SPECIFIC_CONFIG *pSsc1, in mpegSurroundDecoder_CalcInitFlags() argument
293 if (pSsc1->coreCodec != pSsc2->coreCodec) { in mpegSurroundDecoder_CalcInitFlags()
298 if ((partiallyComplexFlag) || (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
299 (pSsc1->samplingFreq != pSsc2->samplingFreq)) { in mpegSurroundDecoder_CalcInitFlags()
306 (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
307 (pSsc1->samplingFreq != pSsc2->samplingFreq) || in mpegSurroundDecoder_CalcInitFlags()
308 (pSsc1->bsFixedGainDMX != pSsc2->bsFixedGainDMX)) { in mpegSurroundDecoder_CalcInitFlags()
314 (pSsc1->treeConfig != pSsc2->treeConfig) || in mpegSurroundDecoder_CalcInitFlags()
315 (pSsc1->samplingFreq != pSsc2->samplingFreq) || in mpegSurroundDecoder_CalcInitFlags()
316 (pSsc1->decorrConfig != pSsc2->decorrConfig)) { in mpegSurroundDecoder_CalcInitFlags()
[all …]
Dsac_dec_interface.h260 SPATIAL_SPECIFIC_CONFIG *pSsc1, SPATIAL_SPECIFIC_CONFIG *pSsc2);
Dsac_dec.cpp158 SPATIAL_SPECIFIC_CONFIG *pSsc1, SPATIAL_SPECIFIC_CONFIG *pSsc2) { in FDK_SpatialDecCompareSpatialSpecificConfigHeader() argument
162 if (FDKmemcmp(pSsc1, pSsc2, sizeof(SPATIAL_SPECIFIC_CONFIG)) != 0) { in FDK_SpatialDecCompareSpatialSpecificConfigHeader()