Home
last modified time | relevance | path

Searched refs:mat3mulv (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/darktable/src/common/
H A Dcolorspaces.c72 mat3mulv (float *dst, const float *const mat, const float *const v) in mat3mulv() function
540 mat3mulv(coeff, result, whitepoint); in dt_colorspaces_get_darktable_matrix()
562 mat3mulv(cone_src_rgb, lam_rigg, dn); in dt_colorspaces_get_darktable_matrix()
563 mat3mulv(cone_dst_rgb, lam_rigg, d50); in dt_colorspaces_get_darktable_matrix()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dperspectivecorrection.cc153 mat3mulv(pin, (float *)ihomograph_, pout); in correct()
269 mat3mulv(pout, (float *)homo, pin); in get_view_size()
H A Dashift_dt.c821 mat3mulv(po, (float *)moutput, pi); in homography()
909 mat3mulv(po, (float *)homograph, pi);
943 mat3mulv(po, (float *)ihomograph, pi);
981 mat3mulv(pout, (float *)homograph, pin);
1049 mat3mulv(pin, (float *)ihomograph, pout);
1994 mat3mulv(P1, (float *)homograph, lines[n].p1); in model_fitness()
2192 mat3mulv(po, (float *)homograph, pi); in nmsfit()
2333 mat3mulv(P, (float *)cropfit->homograph, Pc); in crop_fitness()
2522 mat3mulv(P, (float *)cropfit.homograph, Pc); in do_crop()
2608 mat3mulv(V[n], (float *)homograph, Vc[n]);
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dashift.c822 mat3mulv(po, (float *)moutput, pi); in homography()
909 mat3mulv(po, (float *)homograph, pi); in distort_transform()
945 mat3mulv(po, (float *)ihomograph, pi); in distort_backtransform()
999 mat3mulv(pin, (float *)ihomograph, pout); in distort_mask()
1046 mat3mulv(pout, (float *)homograph, pin); in modify_roi_out()
1115 mat3mulv(pin, (float *)ihomograph, pout); in modify_roi_in()
2246 mat3mulv(po, (float *)homograph, pi); in nmsfit()
2382 mat3mulv(P, (float *)cropfit->homograph, Pc); in crop_fitness()
2562 mat3mulv(P, (float *)cropfit.homograph, Pc); in do_crop()
2631 mat3mulv(V[n], (float *)homograph, Vc[n]); in crop_adjust()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dmath.h131 static inline void mat3mulv(float *const __restrict__ dest, const float *const mat, const float *co… in mat3mulv() function
H A Dcolorspaces.c508 mat3mulv(coeff, result, whitepoint); in dt_colorspaces_get_darktable_matrix()
526 mat3mulv(cone_src_rgb, lam_rigg, dn); in dt_colorspaces_get_darktable_matrix()
527 mat3mulv(cone_dst_rgb, lam_rigg, d50); in dt_colorspaces_get_darktable_matrix()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dmath.h132 static inline void mat3mulv(float *const __restrict__ dest, const float *const mat, const float *co… in mat3mulv() function
H A Dcolorspaces.c506 mat3mulv(coeff, result, whitepoint); in dt_colorspaces_get_darktable_matrix()
522 mat3mulv(cone_src_rgb, lam_rigg, dn); in dt_colorspaces_get_darktable_matrix()
523 mat3mulv(cone_dst_rgb, lam_rigg, d50); in dt_colorspaces_get_darktable_matrix()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dashift.c900 mat3mulv(po, (float *)moutput, pi); in homography()
987 mat3mulv(po, (float *)homograph, pi); in distort_transform()
1023 mat3mulv(po, (float *)ihomograph, pi); in distort_backtransform()
1077 mat3mulv(pin, (float *)ihomograph, pout); in distort_mask()
1124 mat3mulv(pout, (float *)homograph, pin); in modify_roi_out()
1193 mat3mulv(pin, (float *)ihomograph, pout); in modify_roi_in()
2323 mat3mulv(po, (float *)homograph, pi); in nmsfit()
2459 mat3mulv(P, (float *)cropfit->homograph, Pc); in crop_fitness()
2642 mat3mulv(P, (float *)cropfit.homograph, Pc); in do_crop()
2711 mat3mulv(V[n], (float *)homograph, Vc[n]); in crop_adjust()
[all …]