Searched refs:bAllRefComplete (Results 1 – 1 of 1) sorted by relevance
2507 bool bAllRefComplete = true; // Assume default all ref picutres are complete in DecodeCurrentAccessUnit() local2686 bAllRefComplete = false; in DecodeCurrentAccessUnit()2704 bAllRefComplete = false; // RPLR error, set ref pictures complete flag false in DecodeCurrentAccessUnit()2735 bAllRefComplete = false; in DecodeCurrentAccessUnit()2750 if (bAllRefComplete && pCtx->eSliceType != I_SLICE) { in DecodeCurrentAccessUnit()2753 bAllRefComplete &= CheckRefPicturesComplete (pCtx); in DecodeCurrentAccessUnit()2755 bAllRefComplete = false; in DecodeCurrentAccessUnit()2782 pCtx->pDec->bIsComplete = bAllRefComplete; in DecodeCurrentAccessUnit()2952 bool bAllRefComplete = true; in CheckRefPicturesComplete() local2954 for (int32_t iMbIdx = 0; bAllRefComplete in CheckRefPicturesComplete()[all …]