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