Lines Matching refs:realEnd

86 static int      realStart, realEnd;  variable
324 int const realEnd, in outputIFrame() argument
375 if (frameP->id >= realStart && frameP->id <= realEnd) in outputIFrame()
391 int const realEnd, in outputPFrame() argument
394 if ((frameP->id >= realStart) && (frameP->id <= realEnd)) in outputPFrame()
481 int const realEnd, in processBFrames() argument
515 frameNum < MIN(realEnd, futureRefFrameP->id); in processBFrames()
560 int const realEnd, in processRefFrame() argument
575 if (frameP->id >= realStart && frameP->id <= realEnd) { in processRefFrame()
588 outputIFrame(frameP, bbP, realStart, realEnd, pastRefFrameP, in processRefFrame()
592 outputPFrame(frameP, bbP, realStart, realEnd, pastRefFrameP); in processRefFrame()
910 unsigned int const realEnd, in getFrame() argument
939 ((frameNumber < realStart) || (frameNumber > realEnd)) ) { in getFrame()
972 handleBitRate(unsigned int const realEnd, in handleBitRate() argument
979 if (FType_Type(realEnd) != 'i') in handleBitRate()
980 PrintItoIBitRate(numBits, realEnd+1); in handleBitRate()
995 unsigned int const realEnd, in doAFrame() argument
1038 realStart, realEnd, referenceFrame, childProcess, in doAFrame()
1059 processBFrames(pastRefFrameP, frameP, realStart, realEnd, in doAFrame()
1156 realEnd = frameEnd; in GenMPEGStream()
1192 frameStart, frameEnd, realStart, realEnd, in GenMPEGStream()
1220 handleBitRate(realEnd, numBits, childProcess, showBitRatePerFrame); in GenMPEGStream()
1402 if (nextIPid > realEnd+1) in NonLocalRefFrame()
1406 if ((nextIPid > realEnd) && (FType_Type(nextIPid) == 'p')) in NonLocalRefFrame()