Searched refs:pPce1 (Results 1 – 2 of 2) sorted by relevance
286 int CProgramConfig_Compare ( const CProgramConfig * const pPce1, in CProgramConfig_Compare() argument291 if (FDKmemcmp(pPce1, pPce2, sizeof(CProgramConfig)) != 0) in CProgramConfig_Compare()296 if (pPce1->NumChannels == pPce2->NumChannels) in CProgramConfig_Compare()302 if (pPce1->NumFrontChannelElements != pPce2->NumFrontChannelElements) { in CProgramConfig_Compare()306 for (el = 0; el < pPce1->NumFrontChannelElements; el += 1) { in CProgramConfig_Compare()307 if (pPce1->FrontElementHeightInfo[el] != pPce2->FrontElementHeightInfo[el]) { in CProgramConfig_Compare()311 numCh1 += pPce1->FrontElementIsCpe[el] ? 2 : 1; in CProgramConfig_Compare()319 if (pPce1->NumSideChannelElements != pPce2->NumSideChannelElements) { in CProgramConfig_Compare()323 for (el = 0; el < pPce1->NumSideChannelElements; el += 1) { in CProgramConfig_Compare()324 if (pPce1->SideElementHeightInfo[el] != pPce2->SideElementHeightInfo[el]) { in CProgramConfig_Compare()[all …]
200 int CProgramConfig_Compare ( const CProgramConfig * const pPce1,