Searched refs:pSsc2 (Results 1 – 3 of 3) sorted by relevance
287 SPATIAL_SPECIFIC_CONFIG *pSsc2, in mpegSurroundDecoder_CalcInitFlags() argument293 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 …]
260 SPATIAL_SPECIFIC_CONFIG *pSsc1, SPATIAL_SPECIFIC_CONFIG *pSsc2);
158 SPATIAL_SPECIFIC_CONFIG *pSsc1, SPATIAL_SPECIFIC_CONFIG *pSsc2) { in FDK_SpatialDecCompareSpatialSpecificConfigHeader() argument162 if (FDKmemcmp(pSsc1, pSsc2, sizeof(SPATIAL_SPECIFIC_CONFIG)) != 0) { in FDK_SpatialDecCompareSpatialSpecificConfigHeader()