Searched defs:endx (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_nlmeans_init.h | 83 int startx, int endx) in compute_weights_line_c()
|
D | vf_yaepblur.c | 141 const int endx = width * (jobnr + 1) / nb_jobs; in PRE_CALCULATE_ROW() local
|
D | vf_nlmeans.c | 283 int endx, endy; member
|
/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/ffmpeg/libpostproc/ |
D | postprocess_template.c | 3507 int endx = FFMIN(width, x+32); in RENAME() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cComputeShaderTests.cpp | 308 int endx = int(static_cast<float>(width) - 2 * ((static_cast<float>(width) * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cComputeShaderTests.cpp | 312 int endx = int((float)width - 2 * (((float)width * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local
|