Home
last modified time | relevance | path

Searched refs:inverse_transform (Results 1 – 4 of 4) sorted by relevance

/third_party/weston/include/libweston/
Dmatrix.h75 inverse_transform(const double *LU, const unsigned *p, float *v);
/third_party/weston/shared/
Dmatrix.c208 inverse_transform(const double *LU, const unsigned *p, float *v) in inverse_transform() function
272 inverse_transform(LU, perm, &inverse->d[c * 4]); in weston_matrix_invert()
/third_party/weston/tests/
Dmatrix-test.c202 inverse_transform(q.LU, q.perm, &m->d[i * 4]); in test_inverse()
316 inverse_transform(inv.LU, inv.perm, v.f); in test_loop_speed_inversetransform()
/third_party/ffmpeg/libavfilter/
Daf_arnndn.c438 static void inverse_transform(DenoiseState *st, float *out, const AVComplexFloat *in) in inverse_transform() function
530 inverse_transform(st, x, y); in frame_synthesis()