Searched refs:endy (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_nlmeans.c | 283 int endx, endy; member 294 const int process_h = td->endy - td->starty; in nlmeans_slice() 298 const int endy = td->starty + slice_end; in nlmeans_slice() local 307 for (int y = starty; y < endy; y++) { in nlmeans_slice() 366 .endy = FFMIN(h, h - offy), in nlmeans_plane() 375 FFMIN(td.endy - td.starty, ff_filter_get_nb_threads(ctx))); in nlmeans_plane()
|
D | vf_yaepblur.c | 106 const int endy = height * (jobnr+1) / nb_jobs; \ 114 for (y = starty; y < endy; y++) { \ 180 …const int endy = height * (jobnr + 1) / nb_jobs; … 188 …for (y = starty; y < endy; y++) { …
|
/third_party/ffmpeg/libavcodec/ |
D | mss2.c | 185 int x, y, endx, endy, t; in decode_555() local 195 READ_PAIR(y, endy) in decode_555() 197 if (endx >= w || endy >= h || x > endx || y > endy) in decode_555() 201 h = endy - y + 1; in decode_555()
|
D | error_resilience.h | 94 void ff_er_add_slice(ERContext *s, int startx, int starty, int endx, int endy,
|
D | libx265.c | 473 int startx, endx, starty, endy; in libx265_encode_set_roi() local 479 endy = FFMIN(mby, (roi->bottom + mb_size - 1)/ mb_size); in libx265_encode_set_roi() 491 for (int y = starty; y < endy; y++) in libx265_encode_set_roi()
|
D | libx264.c | 431 int startx, endx, starty, endy; in X264_frame() local 437 endy = FFMIN(mby, (roi->bottom + MB_SIZE - 1)/ MB_SIZE); in X264_frame() 450 for (int y = starty; y < endy; y++) { in X264_frame()
|
D | libvpxenc.c | 1477 int starty, endy, startx, endx; in set_roi_map() local 1482 endy = av_clip((roi->bottom + block_size - 1) / block_size, 0, roi_map->rows); in set_roi_map() 1491 for (int y = starty; y < endy; y++) in set_roi_map()
|
D | error_resilience.c | 823 int endx, int endy, int status) in ff_er_add_slice() argument 826 const int end_i = av_clip(endx + endy * s->mb_width, 0, s->mb_num); in ff_er_add_slice()
|
D | h264_slice.c | 2672 int endx, int endy, int status) in er_add_slice() argument 2678 ff_er_add_slice(sl->er, startx, starty, endx, endy, status); in er_add_slice()
|
/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 311 for (int y = starty; y < endy; ++y) in ValidateReadBufferCenteredQuad()
|
/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 315 for (int y = starty; y < endy; ++y) in ValidateReadBufferCenteredQuad()
|