Searched refs:NumLfeChannelElements (Results 1 – 3 of 3) sorted by relevance
282 pPce->NumLfeChannelElements = (UCHAR)FDKreadBits(bs, 2); in CProgramConfig_Read()319 for (i = 0; i < pPce->NumLfeChannelElements; i++) { in CProgramConfig_Read()432 if (pPce1->NumLfeChannelElements != pPce2->NumLfeChannelElements) { in CProgramConfig_Compare()460 pPce->NumLfeChannelElements = 1; in CProgramConfig_GetDefault()478 pPce->NumLfeChannelElements += 1; in CProgramConfig_GetDefault()494 pPce->NumLfeChannelElements += 1; in CProgramConfig_GetDefault()548 for (el = 0; el < pPce->NumLfeChannelElements; el += 1) { in CProgramConfig_GetDefault()756 elIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement()757 chIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement()813 elIdx += pPce->NumLfeChannelElements; in CProgramConfig_LookupElement()[all …]
162 UCHAR NumLfeChannelElements; member