Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_nlmeans.c104 * @param offx source offsetting in x
115 int offx, int offy, int r, int sw, int sh, in compute_unsafe_ssd_integral_image()
125 const int s2x = av_clip(x - (r + offx), 0, sw - 1); in compute_unsafe_ssd_integral_image()
146 * @param offx x-offsetting ranging in [-e;e]
154 const uint8_t *src, ptrdiff_t linesize, int offx, int offy, in compute_ssd_integral_image()
166 const int s2x = e + offx; in compute_ssd_integral_image()
187 offx, offy, e, w, h, in compute_ssd_integral_image()
195 offx, offy, e, w, h, in compute_ssd_integral_image()
213 offx, offy, e, w, h, in compute_ssd_integral_image()
220 offx, off in compute_ssd_integral_image()
112 compute_unsafe_ssd_integral_image(uint32_t *dst, ptrdiff_t dst_linesize_32, int startx, int starty, const uint8_t *src, ptrdiff_t linesize, int offx, int offy, int r, int sw, int sh, int w, int h) compute_unsafe_ssd_integral_image() argument
152 compute_ssd_integral_image(const NLMeansDSPContext *dsp, uint32_t *ii, ptrdiff_t ii_linesize_32, const uint8_t *src, ptrdiff_t linesize, int offx, int offy, int e, int w, int h) compute_ssd_integral_image() argument
[all...]
H A Dvf_cover_rect.c62 static void cover_rect(CoverContext *cover, AVFrame *in, int offx, int offy) in cover_rect() argument
67 uint8_t *data = in->data[p] + (offx>>!!p) + (offy>>!!p) * in->linesize[p]; in cover_rect()
80 static void blur(CoverContext *cover, AVFrame *in, int offx, int offy) in blur() argument
85 int ox = offx>>!!p; in blur()
H A Dvf_find_rect.c95 static float compare(const AVFrame *haystack, const AVFrame *obj, int offx, int offy) in compare() argument
106 const uint8_t *hdat = haystack->data[0] + offx + offy * haystack->linesize[0]; in compare()
/third_party/ffmpeg/tests/checkasm/
H A 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/backends/backend/
H A Dhp5400_internal.c889 req.offx = htons (0); /* = 0cm */ in Calibrate()
947 req.offx = htons (0); /* = 0cm */ in Calibrate()
1034 req.offx = htons (params->iLeft); in hp5400_scan()
1154 req.offx = htons (pParams->iLeft); /* = 0cm */ in InitScan()
1212 HP5400_DBG (DBG_MSG, "Off(%d,%d) : Len(%d,%d)\n", htons (req->offx), in InitScan2()
1215 if (htons (req->offx) > 0x09F8) in InitScan2()
1216 req->offx = htons (0x09F8); in InitScan2()
1220 if( htons( req->offx ) < 0 ) req->offx = 0; in InitScan2()
1223 if (htons (req->offx) in InitScan2()
[all...]
H A Dhp5400_internal.h98 uint16_t offx, offy; /* Offset to scan, in 1/300th of dpi, in network order */ member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tests.c223 unsigned offx, unsigned offy, unsigned w, in util_probe_rect_rgba_multi()
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()
276 return util_probe_rect_rgba_multi(ctx, tex, offx, offy, w, h, expected, 1); in util_probe_rect_rgba()
222 util_probe_rect_rgba_multi(struct pipe_context *ctx, struct pipe_resource *tex, unsigned offx, unsigned offy, unsigned w, unsigned h, const float *expected, unsigned num_expected_colors) util_probe_rect_rgba_multi() argument
272 util_probe_rect_rgba(struct pipe_context *ctx, struct pipe_resource *tex, unsigned offx, unsigned offy, unsigned w, unsigned h, const float *expected) util_probe_rect_rgba() argument

Completed in 7 milliseconds