Searched refs:pPce1 (Results 1 – 2 of 2) sorted by relevance
362 int CProgramConfig_Compare(const CProgramConfig *const pPce1, in CProgramConfig_Compare() argument366 if (FDKmemcmp(pPce1, pPce2, sizeof(CProgramConfig)) != in CProgramConfig_Compare()371 if (pPce1->NumChannels == in CProgramConfig_Compare()378 if (pPce1->NumFrontChannelElements != pPce2->NumFrontChannelElements) { in CProgramConfig_Compare()382 for (el = 0; el < pPce1->NumFrontChannelElements; el += 1) { in CProgramConfig_Compare()383 if (pPce1->FrontElementHeightInfo[el] != in CProgramConfig_Compare()388 numCh1 += pPce1->FrontElementIsCpe[el] ? 2 : 1; in CProgramConfig_Compare()396 if (pPce1->NumSideChannelElements != pPce2->NumSideChannelElements) { in CProgramConfig_Compare()400 for (el = 0; el < pPce1->NumSideChannelElements; el += 1) { in CProgramConfig_Compare()401 if (pPce1->SideElementHeightInfo[el] != in CProgramConfig_Compare()[all …]
212 int CProgramConfig_Compare(const CProgramConfig *const pPce1,