Searched refs:pceCmpResult (Results 1 – 1 of 1) sorted by relevance
1642 int pceCmpResult; in CAacDecoder_Init() local1646 pceCmpResult = CProgramConfig_Compare(&self->pce, tmpPce); in CAacDecoder_Init()1647 if ((pceCmpResult < 0) /* Reset if PCEs are completely different ... */ in CAacDecoder_Init()1649 (pceCmpResult > 1)) { /* ... or have a different layout. */ in CAacDecoder_Init()