/third_party/ffmpeg/libavfilter/ |
D | vf_nlmeans_init.h | 83 int startx, int endx) in compute_weights_line_c() argument 85 for (int x = startx; x < endx; x++) { in compute_weights_line_c()
|
D | vf_nlmeans.h | 39 int startx, int endx);
|
D | vf_nlmeans.c | 283 int endx, endy; member 318 td->startx, td->endx); in nlmeans_slice() 365 .endx = FFMIN(w, w - offx), in nlmeans_plane()
|
D | vf_yaepblur.c | 141 const int endx = width * (jobnr + 1) / nb_jobs; in PRE_CALCULATE_ROW() local 146 for (x = startx; x < endx; x++) { in PRE_CALCULATE_ROW()
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_nlmeans.asm | 49 ; int startx, int endx); 52 …ute_weights_line, 8, 13, 5, 0, iia, iib, iid, iie, src, total, sum, lut, x, startx, endx, mod, elut
|
D | vf_nlmeans_init.c | 32 int startx, int endx);
|
/third_party/ffmpeg/libavcodec/ |
D | mss2.c | 185 int x, y, endx, endy, t; in decode_555() local 194 READ_PAIR(x, endx) in decode_555() 197 if (endx >= w || endy >= h || x > endx || y > endy) in decode_555() 200 w = endx - x + 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 481 endx = FFMIN(mbx, (roi->right + mb_size - 1)/ mb_size); in libx265_encode_set_roi() 492 for (int x = startx; x < endx; x++) in libx265_encode_set_roi()
|
D | libx264.c | 431 int startx, endx, starty, endy; in X264_frame() local 439 endx = FFMIN(mbx, (roi->right + MB_SIZE - 1)/ MB_SIZE); in X264_frame() 451 for (int x = startx; x < endx; x++) { in X264_frame()
|
D | libvpxenc.c | 1477 int starty, endy, startx, endx; in set_roi_map() local 1484 endx = av_clip((roi->right + block_size - 1) / block_size, 0, roi_map->cols); in set_roi_map() 1492 for (int x = startx; x < endx; x++) 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/ffmpeg/libpostproc/ |
D | postprocess_template.c | 3507 int endx = FFMIN(width, x+32); in RENAME() local 3511 for(qp_index=0; qp_index < (endx-startx)/BLOCK_SIZE; qp_index++){ in RENAME() 3533 for(; x < endx; x+=BLOCK_SIZE){ in RENAME() 3564 for(x = startx, qp_index = 0; x < endx; x+=BLOCK_SIZE, qp_index++){ in RENAME() 3596 for(x = startx, qp_index=0; x < endx; x+=BLOCK_SIZE, qp_index++){ in RENAME()
|
/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 313 for (int x = startx; x < endx; ++x) in ValidateReadBufferCenteredQuad()
|
/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 317 for (int x = startx; x < endx; ++x) in ValidateReadBufferCenteredQuad()
|