Lines Matching refs:FrontElementHeightInfo
223 if ((pPce->FrontElementHeightInfo[i] = (UCHAR)FDKreadBits(bs, 2)) >= in CProgramConfig_ReadHeightExt()
251 FDKmemclear(pPce->FrontElementHeightInfo, in CProgramConfig_ReadHeightExt()
252 sizeof(pPce->FrontElementHeightInfo)); in CProgramConfig_ReadHeightExt()
383 if (pPce1->FrontElementHeightInfo[el] != in CProgramConfig_Compare()
384 pPce2->FrontElementHeightInfo[el]) { in CProgramConfig_Compare()
485 pPce->FrontElementHeightInfo[2] = 1; /* Top speaker */ in CProgramConfig_GetDefault()
726 int heightLayer = pPce->FrontElementHeightInfo[i]; in CProgramConfig_LookupElement()
736 if (pPce->FrontElementHeightInfo[el] == h) { in CProgramConfig_LookupElement()
792 if (pPce->FrontElementHeightInfo[el] == h) { in CProgramConfig_LookupElement()
849 if (pPce->FrontElementHeightInfo[el] == h) { in CProgramConfig_LookupElement()
900 int heightLayer = pPce->FrontElementHeightInfo[i]; in CProgramConfig_LookupElement()
980 if (pPce->FrontElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
1043 elHeight[0] = pPce->FrontElementHeightInfo; in CProgramConfig_GetPceChMap()