Searched refs:pPce1 (Results 1 – 2 of 2) sorted by relevance
507 int CProgramConfig_Compare(const CProgramConfig *const pPce1, in CProgramConfig_Compare() argument511 if (FDKmemcmp(pPce1, pPce2, sizeof(CProgramConfig)) != in CProgramConfig_Compare()516 if (pPce1->NumChannels == in CProgramConfig_Compare()523 if (pPce1->NumFrontChannelElements != pPce2->NumFrontChannelElements) { in CProgramConfig_Compare()527 for (el = 0; el < pPce1->NumFrontChannelElements; el += 1) { in CProgramConfig_Compare()528 if (pPce1->FrontElementHeightInfo[el] != in CProgramConfig_Compare()533 numCh1 += pPce1->FrontElementIsCpe[el] ? 2 : 1; in CProgramConfig_Compare()541 if (pPce1->NumSideChannelElements != pPce2->NumSideChannelElements) { in CProgramConfig_Compare()545 for (el = 0; el < pPce1->NumSideChannelElements; el += 1) { in CProgramConfig_Compare()546 if (pPce1->SideElementHeightInfo[el] != in CProgramConfig_Compare()[all …]
212 int CProgramConfig_Compare(const CProgramConfig *const pPce1,