Lines Matching refs:pce
409 CProgramConfig *pce, in CProgramConfigElement_Read() argument
431 if ( !pce->isValid && (channelConfig > 0) ) { in CProgramConfigElement_Read()
433 CProgramConfig_GetDefault( pce, channelConfig ); in CProgramConfigElement_Read()
436 if (pce->isValid) { in CProgramConfigElement_Read()
438 switch ( CProgramConfig_Compare( pce, tmpPce ) ) in CProgramConfigElement_Read()
441 FDKmemcpy(pce, tmpPce, sizeof(CProgramConfig)); /* Store the complete PCE */ in CProgramConfigElement_Read()
446 FDKmemcpy(pce, tmpPce, sizeof(CProgramConfig)); /* Store the complete PCE */ in CProgramConfigElement_Read()
855 CProgramConfig_Init(&self->pce); in CAacDecoder_Init()
867 FDKmemcpy(&self->pce, &asc->m_progrConfigElement, sizeof(CProgramConfig)); in CAacDecoder_Init()
1124 CProgramConfig *pce; in CAacDecoder_DecodeFrame() local
1143 pce = &self->pce; in CAacDecoder_DecodeFrame()
1144 CProgramConfig_Reset(pce); in CAacDecoder_DecodeFrame()
1156 if (!CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()
1281 pce, in CAacDecoder_DecodeFrame()
1387 pce, in CAacDecoder_DecodeFrame()
1418 pce, in CAacDecoder_DecodeFrame()
1441 pce, in CAacDecoder_DecodeFrame()
1451 int elIdx = CProgramConfig_GetElementTable(pce, self->elements, (8), &self->chMapIndex); in CAacDecoder_DecodeFrame()
1457 self->ascChannels = pce->NumChannels; in CAacDecoder_DecodeFrame()
1647 if (pceRead == 1 && CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()
1650 pce->MatrixMixdownIndexPresent, in CAacDecoder_DecodeFrame()
1651 pce->MatrixMixdownIndex, in CAacDecoder_DecodeFrame()
1652 pce->PseudoSurroundEnable ); in CAacDecoder_DecodeFrame()
1691 self->pce.ElementInstanceTag, in CAacDecoder_DecodeFrame()
1795 self->pce.ElementInstanceTag, in CAacDecoder_DecodeFrame()