Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dswscale.c279 SwsSlice *hout_slice = &c->slice[c->numSlice-2]; in swscale() local
357 hout_slice->plane[0].sliceY = lastInLumBuf + 1; in swscale()
358 hout_slice->plane[1].sliceY = lastInChrBuf + 1; in swscale()
359 hout_slice->plane[2].sliceY = lastInChrBuf + 1; in swscale()
360 hout_slice->plane[3].sliceY = lastInLumBuf + 1; in swscale()
362 hout_slice->plane[0].sliceH = in swscale()
363 hout_slice->plane[1].sliceH = in swscale()
364 hout_slice->plane[2].sliceH = in swscale()
365 hout_slice->plane[3].sliceH = 0; in swscale()
366 hout_slice->width = dstW; in swscale()
[all …]