Home | History | Annotate | Download | only in source

Lines Matching refs:numRefFrames

70     u32 numRefFrames);
138 !pSeqParamSet->numRefFrames ) )
304 pNalUnit->nalUnitType, pSeqParamSet->numRefFrames);
560 numRefFrames max number of reference frames from the active SPS
573 u32 numRefFrames)
603 if (!numRefFrames && pDecRefPicMarking->longTermReferenceFlag)
622 if (i > (2 * numRefFrames + 2))
667 /* value shall be in range [0, numRefFrames] */
668 if (value > numRefFrames)