Home
last modified time | relevance | path

Searched refs:rgbvec (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_lut3d.c89 static inline struct rgbvec lerp(const struct rgbvec *v0, const struct rgbvec *v1, float f) in lerp()
91 struct rgbvec v = { in lerp()
104 static inline struct rgbvec interp_nearest(const LUT3DContext *lut3d, in interp_nearest()
105 const struct rgbvec *s) in interp_nearest()
114 static inline struct rgbvec interp_trilinear(const LUT3DContext *lut3d, in interp_trilinear()
115 const struct rgbvec *s) in interp_trilinear()
121 const struct rgbvec d = {s->r - prev[0], s->g - prev[1], s->b - prev[2]}; in interp_trilinear()
122 const struct rgbvec c00 in interp_trilinear()
[all...]
H A Dlut3d.h39 struct rgbvec { struct
58 struct rgbvec *lut;
61 struct rgbvec scale;

Completed in 3 milliseconds