Home
last modified time | relevance | path

Searched refs:firstChrSrcY (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libswscale/
H A Dswscale.c384 const int firstChrSrcY = FFMAX(1 - vChrFilterSize, vChrFilterPos[chrDstY]); in swscale() local
389 int lastChrSrcY = FFMIN(c->chrSrcH, firstChrSrcY + vChrFilterSize) - 1; in swscale()
408 if (firstChrSrcY > lastInChrBuf) { in swscale()
410 hasChrHoles = lastInChrBuf != firstChrSrcY - 1; in swscale()
412 hout_slice->plane[1].sliceY = firstChrSrcY; in swscale()
413 hout_slice->plane[2].sliceY = firstChrSrcY; in swscale()
418 lastInChrBuf = firstChrSrcY - 1; in swscale()
425 firstChrSrcY, lastChrSrcY, lastInChrBuf); in swscale()
439 av_assert0((lastChrSrcY - firstChrSrcY + 1) <= hout_slice->plane[1].available_lines); in swscale()
453 firstCPosY = FFMAX(firstChrSrcY, cPos in swscale()
[all...]
/third_party/ffmpeg/libswscale/x86/
H A Dswscale.c87 const int firstChrSrcY= vChrFilterPos[chrDstY]; //First line needed as input in ff_updateMMXDitherTables() local
97 const int16_t **chrUSrcPtr = (const int16_t **)(void*) chrUPlane->line + firstChrSrcY - chrUPlane->sliceY; in ff_updateMMXDitherTables()
124 if (firstChrSrcY < 0 || firstChrSrcY + vChrFilterSize > c->chrSrcH) { in ff_updateMMXDitherTables()
126 int neg = -firstChrSrcY, i, end = FFMIN(c->chrSrcH - firstChrSrcY, vChrFilterSize); in ff_updateMMXDitherTables()

Completed in 3 milliseconds