Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_nlmeans.c105 * @param offy source offsetting in y
115 int offx, int offy, int r, int sw, int sh, in compute_unsafe_ssd_integral_image()
121 const int s2y = av_clip(y - (r + offy), 0, sh - 1); in compute_unsafe_ssd_integral_image()
147 * @param offy y-offsetting ranging in [-e;e]
154 const uint8_t *src, ptrdiff_t linesize, int offx, int offy, in compute_ssd_integral_image()
167 const int s2y = e + offy; 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, offy, 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
86 int oy = offy>>!!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
63 for (offy = -r; offy <= r; offy++) { in checkasm_check_nlmeans()
65 if (offx || offy) { in checkasm_check_nlmeans()
69 const int s2y = e + offy; in checkasm_check_nlmeans()
/third_party/backends/backend/
H A Dhp5400_internal.c890 req.offy = htons (0); /* = 0cm */ in Calibrate()
948 req.offy = htons (0); /* = 0cm */ in Calibrate()
1035 req.offy = htons (params->iTop); in hp5400_scan()
1155 req.offy = htons (pParams->iTop); /* = 0cm */ in InitScan()
1213 htons (req->offy), htons (req->lenx), htons (req->leny)); in InitScan2()
1217 if (htons (req->offy) > 0x0DB6) in InitScan2()
1218 req->offy = htons (0x0DB6); in InitScan2()
1221 if( htons( req->offy ) < 0 ) req->offy = 0; in InitScan2()
1225 if (htons (req->offy) 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