Searched defs:endy (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_nlmeans.c | 283 int endx, endy; member 298 const int endy = td->starty + slice_end; in nlmeans_slice() local
|
/third_party/ffmpeg/libavcodec/ |
D | libx265.c | 473 int startx, endx, starty, endy; in libx265_encode_set_roi() local
|
D | mss2.c | 185 int x, y, endx, endy, t; in decode_555() local
|
D | error_resilience.c | 823 int endx, int endy, int status) in ff_er_add_slice()
|
D | libx264.c | 431 int startx, endx, starty, endy; in X264_frame() local
|
D | h264_slice.c | 2672 int endx, int endy, int status) in er_add_slice()
|
D | libvpxenc.c | 1477 int starty, endy, startx, endx; in set_roi_map() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cComputeShaderTests.cpp | 309 int endy = int(static_cast<float>(height) - 2 * ((static_cast<float>(height) * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cComputeShaderTests.cpp | 313 int endy = int((float)height - 2 * (((float)height * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local
|