Home
last modified time | relevance | path

Searched refs:endx (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_nlmeans_init.h83 int startx, int endx) in compute_weights_line_c() argument
85 for (int x = startx; x < endx; x++) { in compute_weights_line_c()
Dvf_nlmeans.h39 int startx, int endx);
Dvf_nlmeans.c283 int endx, endy; member
318 td->startx, td->endx); in nlmeans_slice()
365 .endx = FFMIN(w, w - offx), in nlmeans_plane()
Dvf_yaepblur.c141 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/
Dvf_nlmeans.asm49 ; 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
Dvf_nlmeans_init.c32 int startx, int endx);
/third_party/ffmpeg/libavcodec/
Dmss2.c185 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()
Derror_resilience.h94 void ff_er_add_slice(ERContext *s, int startx, int starty, int endx, int endy,
Dlibx265.c473 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()
Dlibx264.c431 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()
Dlibvpxenc.c1477 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()
Derror_resilience.c823 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()
Dh264_slice.c2672 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/
Dpostprocess_template.c3507 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/
Des31cComputeShaderTests.cpp308 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/
Dgl4cComputeShaderTests.cpp312 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()