Home
last modified time | relevance | path

Searched refs:offx (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_nlmeans.c169 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 …]
Dvf_cover_rect.c74 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()
Dvf_find_rect.c104 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/
Dvf_nlmeans.c44 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/
Du_tests.c223 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/
Ddshowvideosink.cpp594 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/
Dd3dhelpers.c2244 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()