/third_party/ffmpeg/libavfilter/ |
D | vf_nlmeans.c | 169 int offx, int offy, int r, int sw, int sh, in compute_unsafe_ssd_integral_image() argument 181 const int s2x = av_clip(x - (r + offx), 0, sw - 1); in compute_unsafe_ssd_integral_image() 210 const uint8_t *src, ptrdiff_t linesize, int offx, int offy, in compute_ssd_integral_image() argument 222 const int s2x = e + offx; in compute_ssd_integral_image() 243 offx, offy, e, w, h, in compute_ssd_integral_image() 251 offx, offy, e, w, h, in compute_ssd_integral_image() 269 offx, offy, e, w, h, in compute_ssd_integral_image() 276 offx, offy, e, w, h, in compute_ssd_integral_image() 434 int offx, offy; in nlmeans_plane() local 445 for (offx = -r; offx <= r; offx++) { in nlmeans_plane() [all …]
|
D | vf_cover_rect.c | 74 static void cover_rect(CoverContext *cover, AVFrame *in, int offx, int offy) in cover_rect() argument 79 uint8_t *data = in->data[p] + (offx>>!!p) + (offy>>!!p) * in->linesize[p]; in cover_rect() 92 static void blur(CoverContext *cover, AVFrame *in, int offx, int offy) in blur() argument 97 int ox = offx>>!!p; in blur()
|
D | vf_find_rect.c | 104 static float compare(const AVFrame *haystack, const AVFrame *obj, int offx, int offy) in compare() argument 115 const uint8_t *hdat = haystack->data[0] + offx + offy * haystack->linesize[0]; in compare()
|
/third_party/ffmpeg/tests/checkasm/ |
D | vf_nlmeans.c | 44 int offx, offy; in checkasm_check_nlmeans() local 64 for (offx = -r; offx <= r; offx++) { in checkasm_check_nlmeans() 65 if (offx || offy) { in checkasm_check_nlmeans() 68 const int s2x = e + offx; in checkasm_check_nlmeans()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_tests.c | 223 unsigned offx, unsigned offy, unsigned w, in util_probe_rect_rgba_multi() argument 235 offx, offy, w, h, &transfer); in util_probe_rect_rgba_multi() 249 printf("Probe color at (%i,%i), ", offx+x, offy+y); in util_probe_rect_rgba_multi() 273 unsigned offx, unsigned offy, unsigned w, unsigned h, in util_probe_rect_rgba() argument 276 return util_probe_rect_rgba_multi(ctx, tex, offx, offy, w, h, expected, 1); in util_probe_rect_rgba()
|
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
D | dshowvideosink.cpp | 594 int offx, offy; in gst_dshowvideosink_window_thread() local 614 offx = 0; in gst_dshowvideosink_window_thread() 642 offx = rect.left; in gst_dshowvideosink_window_thread() 664 style, offx, offy, width, height, NULL, NULL, in gst_dshowvideosink_window_thread()
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | d3dhelpers.c | 2244 int offx, offy; in _d3d_create_internal_window() local 2264 offx = rect.left; in _d3d_create_internal_window() 2285 style, offx, offy, width, height, in _d3d_create_internal_window()
|