Home | History | Annotate | Download | only in source

Lines Matching refs:numRefFrames

72     u32 numRefFrames);
140 !pSeqParamSet->numRefFrames ) )
306 pNalUnit->nalUnitType, pSeqParamSet->numRefFrames);
562 numRefFrames max number of reference frames from the active SPS
575 u32 numRefFrames)
605 if (!numRefFrames && pDecRefPicMarking->longTermReferenceFlag)
624 if (i > (2 * numRefFrames + 2))
669 /* value shall be in range [0, numRefFrames] */
670 if (value > numRefFrames)