Home
last modified time | relevance | path

Searched refs:interp_y (Results 1 – 12 of 12) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bapl/
H A Dbapl_dsift.cxx64 float interp_y = 1.0f - std::fabs( key_y + float(y-yc) ); in dsift() local
66 …float weight = this->grad_mag_(xc,yc) * interp_x * interp_y * bapl_dsift::gaussian(float(xc-key_x)… in dsift()
112 float interp_y = 1.0f - std::fabs( key_y + float(y-yc) ); in vnl_dsift() local
119 float weight = this->grad_mag_(xc,yc) * interp_x * interp_y * gw; in vnl_dsift()
H A Dbapl_lowe_pyramid_set.cxx196 float interp_y = 1.0f - std::fabs( key_y + float(y-yc) ); in make_descriptor() local
197 float weight = grad_mag(xc,yc) * interp_x * interp_y in make_descriptor()
/dports/devel/efl/efl-1.25.1/src/lib/evas/include/
H A Devas_macros.h58 #define INTERP_VAL(out, in1, in2, in3, in4, interp_x, interp_y) \ argument
64 _v *= (256 - (interp_y)); \
65 if ((interp_y) > 0) \
69 _vv *= (interp_y); \
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/preseq/
H A Dpreseq.py390 interp_y = np.interp(x, xs, ys)
391 point["data"] = [[x, interp_y]]
396 sn, x, interp_y
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dbgsprite.c298 int interp_y = (int)y_base + v; in build_image_stack() local
299 if (interp_x >= 0 && interp_x < frame_width && interp_y >= 0 && in build_image_stack()
300 interp_y < frame_height) { in build_image_stack()
305 int ychannel_idx = interp_y * frames[i]->y_stride + interp_x; in build_image_stack()
306 int uvchannel_idx = (interp_y >> frames[i]->subsampling_y) * in build_image_stack()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/
H A Dtile.cpp35 float interp_y = (l_y + (m * (p_x - l_x))); in is_above_line() local
36 return (interp_y >= p_y); in is_above_line()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp869 interpolation interp_y(inv_scale_y, src_height, dst_height); in resize_bitExact() local
874 dst_height * interp_y.len * sizeof(fixedpoint) ); in resize_bitExact()
885 interp_y.getCoeffs(dy, yoffsets+dy, ycoeffs+dy*interp_y.len); in resize_bitExact()
886 interp_y.getMinMax(min_y, max_y); in resize_bitExact()
/dports/print/freetype/freetype-1.3.1/pascal/lib/
H A Dttinterp.pas4158 interp_y( cur_touched+1, end_point, cur_touched, first_touched );
4159 interp_y( first_point, first_touched-1, cur_touched, first_touched );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Dttinterp.pas4247 interp_y( cur_touched+1, end_point, cur_touched, first_touched );
4248 interp_y( first_point, first_touched-1, cur_touched, first_touched );
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dttinterp.pas4247 interp_y( cur_touched+1, end_point, cur_touched, first_touched );
4248 interp_y( first_point, first_touched-1, cur_touched, first_touched );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Dttinterp.pas4247 interp_y( cur_touched+1, end_point, cur_touched, first_touched );
4248 interp_y( first_point, first_touched-1, cur_touched, first_touched );
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dttinterp.pas4247 interp_y( cur_touched+1, end_point, cur_touched, first_touched );
4248 interp_y( first_point, first_touched-1, cur_touched, first_touched );