Home
last modified time | relevance | path

Searched refs:lerpf (Results 1 – 25 of 34) sorted by relevance

12

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_vibrance.c94 g = lerpf(luma, g, cg); in vibrance_slice8()
95 b = lerpf(luma, b, cb); in vibrance_slice8()
96 r = lerpf(luma, r, cr); in vibrance_slice8()
153 g = lerpf(luma, g, cg); in vibrance_slice16()
154 b = lerpf(luma, b, cb); in vibrance_slice16()
155 r = lerpf(luma, r, cr); in vibrance_slice16()
210 g = lerpf(luma, g, cg); in vibrance_slice8p()
211 b = lerpf(luma, b, cb); in vibrance_slice8p()
212 r = lerpf(luma, r, cr); in vibrance_slice8p()
267 g = lerpf(luma, g, cg); in vibrance_slice16p()
[all …]
H A Dvf_colortemperature.c78 static float lerpf(float v0, float v1, float f) in lerpf() function
88 nr = lerpf(r, nr, mix); \
89 ng = lerpf(g, ng, mix); \
90 nb = lerpf(b, nb, mix); \
100 nr = lerpf(nr, r, preserve); \
101 ng = lerpf(ng, g, preserve); \
102 nb = lerpf(nb, b, preserve);
H A Dvf_colorchannelmixer.c109 static float lerpf(float v0, float v1, float f) in lerpf() function
177 rout = lrintf(lerpf(rout, frout, l)); in filter_slice_rgba_planar()
178 gout = lrintf(lerpf(gout, fgout, l)); in filter_slice_rgba_planar()
179 bout = lrintf(lerpf(bout, fbout, l)); in filter_slice_rgba_planar()
263 rout = lrintf(lerpf(rout, frout, l)); in filter_slice_rgba16_planar()
264 gout = lrintf(lerpf(gout, fgout, l)); in filter_slice_rgba16_planar()
265 bout = lrintf(lerpf(bout, fbout, l)); in filter_slice_rgba16_planar()
450 rout = lrintf(lerpf(rout, frout, l)); in filter_slice_rgba_packed()
451 gout = lrintf(lerpf(gout, fgout, l)); in filter_slice_rgba_packed()
452 bout = lrintf(lerpf(bout, fbout, l)); in filter_slice_rgba_packed()
[all …]
H A Dvf_colorize.c43 static inline float lerpf(float v0, float v1, float f) in lerpf() function
63 yptr[x] = lerpf(yv, yptr[x], mix); in colorizey_slice8()
86 yptr[x] = lerpf(yv, yptr[x], mix); in colorizey_slice16()
H A Dvf_colorcontrast.c50 static inline float lerpf(float v0, float v1, float f) in lerpf() function
88 nr = lerpf(nr, r, preserve); \
89 ng = lerpf(ng, g, preserve); \
90 nb = lerpf(nb, b, preserve);
H A Dvf_cas.c43 static inline float lerpf(float v0, float v1, float f) in lerpf() function
51 const float strength = -lerpf(16.f, 4.01f, s->strength); in cas_slice8()
117 const float strength = -lerpf(16.f, 4.01f, s->strength); in cas_slice16()
H A Dvf_lut3d.c137 static inline float lerpf(float v0, float v1, float f) in lerpf() function
145 lerpf(v0->r, v1->r, f), lerpf(v0->g, v1->g, f), lerpf(v0->b, v1->b, f) in lerp()
358 return lerpf(p, n, d); in prelut_interp_1d_linear()
1095 float x = lerpf(in_min[c], in_max[c], mix), a, b; in parse_cinespace()
1104 lut3d->prelut.lut[c][i] = sanitizef(lerpf(a, b, mix)); in parse_cinespace()
1845 return lerpf(p, n, d); in interp_1d_linear()
1858 return lerpf(p, n, m); in interp_1d_cosine()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_vibrance.c94 g = lerpf(luma, g, cg); in vibrance_slice8()
95 b = lerpf(luma, b, cb); in vibrance_slice8()
96 r = lerpf(luma, r, cr); in vibrance_slice8()
153 g = lerpf(luma, g, cg); in vibrance_slice16()
154 b = lerpf(luma, b, cb); in vibrance_slice16()
155 r = lerpf(luma, r, cr); in vibrance_slice16()
210 g = lerpf(luma, g, cg); in vibrance_slice8p()
211 b = lerpf(luma, b, cb); in vibrance_slice8p()
212 r = lerpf(luma, r, cr); in vibrance_slice8p()
267 g = lerpf(luma, g, cg); in vibrance_slice16p()
[all …]
H A Dvf_colortemperature.c78 static float lerpf(float v0, float v1, float f) in lerpf() function
88 nr = lerpf(r, nr, mix); \
89 ng = lerpf(g, ng, mix); \
90 nb = lerpf(b, nb, mix); \
100 nr = lerpf(nr, r, preserve); \
101 ng = lerpf(ng, g, preserve); \
102 nb = lerpf(nb, b, preserve);
H A Dvf_colorchannelmixer.c109 static float lerpf(float v0, float v1, float f) in lerpf() function
177 rout = lrintf(lerpf(rout, frout, l)); in filter_slice_rgba_planar()
178 gout = lrintf(lerpf(gout, fgout, l)); in filter_slice_rgba_planar()
179 bout = lrintf(lerpf(bout, fbout, l)); in filter_slice_rgba_planar()
263 rout = lrintf(lerpf(rout, frout, l)); in filter_slice_rgba16_planar()
264 gout = lrintf(lerpf(gout, fgout, l)); in filter_slice_rgba16_planar()
265 bout = lrintf(lerpf(bout, fbout, l)); in filter_slice_rgba16_planar()
450 rout = lrintf(lerpf(rout, frout, l)); in filter_slice_rgba_packed()
451 gout = lrintf(lerpf(gout, fgout, l)); in filter_slice_rgba_packed()
452 bout = lrintf(lerpf(bout, fbout, l)); in filter_slice_rgba_packed()
[all …]
H A Dvf_colorize.c43 static inline float lerpf(float v0, float v1, float f) in lerpf() function
63 yptr[x] = lerpf(yv, yptr[x], mix); in colorizey_slice8()
86 yptr[x] = lerpf(yv, yptr[x], mix); in colorizey_slice16()
H A Dvf_colorcontrast.c50 static inline float lerpf(float v0, float v1, float f) in lerpf() function
88 nr = lerpf(nr, r, preserve); \
89 ng = lerpf(ng, g, preserve); \
90 nb = lerpf(nb, b, preserve);
H A Dvf_cas.c43 static inline float lerpf(float v0, float v1, float f) in lerpf() function
51 const float strength = -lerpf(16.f, 4.01f, s->strength); in cas_slice8()
117 const float strength = -lerpf(16.f, 4.01f, s->strength); in cas_slice16()
H A Dvf_lut3d.c137 static inline float lerpf(float v0, float v1, float f) in lerpf() function
145 lerpf(v0->r, v1->r, f), lerpf(v0->g, v1->g, f), lerpf(v0->b, v1->b, f) in lerp()
358 return lerpf(p, n, d); in prelut_interp_1d_linear()
1095 float x = lerpf(in_min[c], in_max[c], mix), a, b; in parse_cinespace()
1104 lut3d->prelut.lut[c][i] = sanitizef(lerpf(a, b, mix)); in parse_cinespace()
1845 return lerpf(p, n, d); in interp_1d_linear()
1858 return lerpf(p, n, m); in interp_1d_cosine()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_vibrance.c41 static inline float lerpf(float v0, float v1, float f) in lerpf() function
81 g = lerpf(luma, g, cg); in vibrance_slice8()
82 b = lerpf(luma, b, cb); in vibrance_slice8()
83 r = lerpf(luma, r, cr); in vibrance_slice8()
135 g = lerpf(luma, g, cg); in vibrance_slice16()
136 b = lerpf(luma, b, cb); in vibrance_slice16()
137 r = lerpf(luma, r, cr); in vibrance_slice16()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_vibrance.c42 static inline float lerpf(float v0, float v1, float f) in lerpf() function
87 g = lerpf(luma, g, cg); in vibrance_slice8()
88 b = lerpf(luma, b, cb); in vibrance_slice8()
89 r = lerpf(luma, r, cr); in vibrance_slice8()
146 g = lerpf(luma, g, cg); in vibrance_slice16()
147 b = lerpf(luma, b, cb); in vibrance_slice16()
148 r = lerpf(luma, r, cr); in vibrance_slice16()
H A Dvf_lut3d.c94 static inline float lerpf(float v0, float v1, float f) in lerpf() function
102 lerpf(v0->r, v1->r, f), lerpf(v0->g, v1->g, f), lerpf(v0->b, v1->b, f) in lerp()
1324 return lerpf(p, n, d); in interp_1d_linear()
1337 return lerpf(p, n, m); in interp_1d_cosine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_vibrance.c42 static inline float lerpf(float v0, float v1, float f) in lerpf() function
87 g = lerpf(luma, g, cg); in vibrance_slice8()
88 b = lerpf(luma, b, cb); in vibrance_slice8()
89 r = lerpf(luma, r, cr); in vibrance_slice8()
146 g = lerpf(luma, g, cg); in vibrance_slice16()
147 b = lerpf(luma, b, cb); in vibrance_slice16()
148 r = lerpf(luma, r, cr); in vibrance_slice16()
H A Dvf_cas.c43 static inline float lerpf(float v0, float v1, float f) in lerpf() function
51 const float strength = -lerpf(16.f, 4.01f, s->strength); in cas_slice8()
117 const float strength = -lerpf(16.f, 4.01f, s->strength); in cas_slice16()
H A Dvf_lut3d.c132 static inline float lerpf(float v0, float v1, float f) in lerpf() function
140 lerpf(v0->r, v1->r, f), lerpf(v0->g, v1->g, f), lerpf(v0->b, v1->b, f) in lerp()
258 return lerpf(p, n, d); in prelut_interp_1d_linear()
977 float x = lerpf(in_min[c], in_max[c], mix), a, b; in parse_cinespace()
986 lut3d->prelut.lut[c][i] = sanitizef(lerpf(a, b, mix)); in parse_cinespace()
1711 return lerpf(p, n, d); in interp_1d_linear()
1724 return lerpf(p, n, m); in interp_1d_cosine()
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/core/
H A DMathUtils.h77 inline float lerpf(float a, float b, float z) in lerpf() function
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/core/
H A DMathUtils.h77 inline float lerpf(float a, float b, float z) in lerpf() function
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/core/
H A DMathUtils.h77 inline float lerpf(float a, float b, float z) in lerpf() function
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_lut3d.c91 static inline float lerpf(float v0, float v1, float f) in lerpf() function
99 lerpf(v0->r, v1->r, f), lerpf(v0->g, v1->g, f), lerpf(v0->b, v1->b, f) in lerp()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_lut3d.c91 static inline float lerpf(float v0, float v1, float f) in lerpf() function
99 lerpf(v0->r, v1->r, f), lerpf(v0->g, v1->g, f), lerpf(v0->b, v1->b, f) in lerp()

12