Searched refs:index_tl_y (Results 1 – 5 of 5) sorted by relevance
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/ |
H A D | exr.c | 956 int index_tl_x, index_tl_y, index_out, index_tmp; in b44_uncompress() local 995 index_tl_y = iY * 4; in b44_uncompress() 997 for (y = index_tl_y; y < FFMIN(index_tl_y + 4, td->ysize); y++) { in b44_uncompress() 1000 index_tmp = (y-index_tl_y) * 4 + (x-index_tl_x); in b44_uncompress()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/ |
H A D | exr.c | 957 int index_tl_x, index_tl_y, index_out, index_tmp; in b44_uncompress() local 996 index_tl_y = iY * 4; in b44_uncompress() 998 for (y = index_tl_y; y < FFMIN(index_tl_y + 4, td->ysize); y++) { in b44_uncompress() 1001 index_tmp = (y-index_tl_y) * 4 + (x-index_tl_x); in b44_uncompress()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/ |
H A D | exr.c | 915 int index_tl_x, index_tl_y, index_out, index_tmp; in b44_uncompress() local 954 index_tl_y = iY * 4; in b44_uncompress() 956 for (y = index_tl_y; y < FFMIN(index_tl_y + 4, td->ysize); y++) { in b44_uncompress() 959 index_tmp = (y-index_tl_y) * 4 + (x-index_tl_x); in b44_uncompress()
|
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ |
H A D | exr.c | 816 int index_tl_x, index_tl_y, index_out, index_tmp; in b44_uncompress() local 855 index_tl_y = iY * 4; in b44_uncompress() 857 for (y = index_tl_y; y < FFMIN(index_tl_y + 4, td->ysize); y++) { in b44_uncompress() 860 index_tmp = (y-index_tl_y) * 4 + (x-index_tl_x); in b44_uncompress()
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/ |
H A D | exr.c | 816 int index_tl_x, index_tl_y, index_out, index_tmp; in b44_uncompress() local 855 index_tl_y = iY * 4; in b44_uncompress() 857 for (y = index_tl_y; y < FFMIN(index_tl_y + 4, td->ysize); y++) { in b44_uncompress() 860 index_tmp = (y-index_tl_y) * 4 + (x-index_tl_x); in b44_uncompress()
|