Home
last modified time | relevance | path

Searched refs:lastInChrBuf (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libswscale/
Dswscale.c271 int lastInChrBuf = c->lastInChrBuf; in swscale() local
340 lastInChrBuf = -1; in swscale()
359 hout_slice->plane[1].sliceY = lastInChrBuf + 1; in swscale()
360 hout_slice->plane[2].sliceY = lastInChrBuf + 1; in swscale()
402 if (firstChrSrcY > lastInChrBuf) { in swscale()
404 hasChrHoles = lastInChrBuf != firstChrSrcY - 1; in swscale()
412 lastInChrBuf = firstChrSrcY - 1; in swscale()
419 firstChrSrcY, lastChrSrcY, lastInChrBuf); in swscale()
468 lastInChrBuf = lastChrSrcY; in swscale()
522 c->lastInChrBuf = lastInChrBuf; in swscale()
Dswscale_internal.h355 …int lastInChrBuf; ///< Last scaled horizontal chroma line from source in the ring … member