lerpf              51 libavfilter/vf_cas.c     const float strength = -lerpf(16.f, 4.01f, s->strength);
lerpf             117 libavfilter/vf_cas.c     const float strength = -lerpf(16.f, 4.01f, s->strength);
lerpf             140 libavfilter/vf_lut3d.c         lerpf(v0->r, v1->r, f), lerpf(v0->g, v1->g, f), lerpf(v0->b, v1->b, f)
lerpf             258 libavfilter/vf_lut3d.c     return lerpf(p, n, d);
lerpf             979 libavfilter/vf_lut3d.c                 float x = lerpf(in_min[c], in_max[c], mix), a, b;
lerpf             988 libavfilter/vf_lut3d.c                 lut3d->prelut.lut[c][i] = sanitizef(lerpf(a, b, mix));
lerpf            1713 libavfilter/vf_lut3d.c     return lerpf(p, n, d);
lerpf            1726 libavfilter/vf_lut3d.c     return lerpf(p, n, m);
lerpf              87 libavfilter/vf_vibrance.c             g = lerpf(luma, g, cg);
lerpf              88 libavfilter/vf_vibrance.c             b = lerpf(luma, b, cb);
lerpf              89 libavfilter/vf_vibrance.c             r = lerpf(luma, r, cr);
lerpf             146 libavfilter/vf_vibrance.c             g = lerpf(luma, g, cg);
lerpf             147 libavfilter/vf_vibrance.c             b = lerpf(luma, b, cb);
lerpf             148 libavfilter/vf_vibrance.c             r = lerpf(luma, r, cr);