Home | History | Annotate | Download | only in src

Lines Matching refs:pce

404     CProgramConfig      *pce,
411 /* read PCE to temporal buffer first */
426 || (channelConfig == 0 && (tmpPce->NumChannels == pce->NumChannels)) )
431 { /* Copy the complete PCE including metadata. */
432 FDKmemcpy(pce, tmpPce, sizeof(CProgramConfig));
810 CProgramConfig_Init(&self->pce);
821 /* valid number of channels -> copy program config element (PCE) from ASC */
822 FDKmemcpy(&self->pce, &asc->m_progrConfigElement, sizeof(CProgramConfig));
1049 CProgramConfig *pce;
1067 pce = &self->pce;
1068 CProgramConfig_Reset(pce);
1080 if (!CProgramConfig_IsValid(pce)) {
1130 int pceRead = 0; /* Flag indicating a PCE in the current raw_data_block() */
1205 pce,
1311 pce,
1344 pce,
1389 pce,
1393 int elIdx = CProgramConfig_GetElementTable(pce, self->elements, 7);
1399 self->ascChannels = pce->NumChannels;
1400 /* If PCE is not first element conceal this frame to avoid inconsistencies */
1568 if (pceRead == 1 || CProgramConfig_IsValid(pce)) {
1569 /* Set matrix mixdown infos if available from PCE. */
1571 pce->MatrixMixdownIndexPresent,
1572 pce->MatrixMixdownIndex,
1573 pce->PseudoSurroundEnable );
1593 self->pce.ElementInstanceTag,
1690 self->pce.ElementInstanceTag,