Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_vibrance.c69 const float sgintensity = alternate * FFSIGN(gintensity); in vibrance_slice8() local
90 const float cg = 1.f + gintensity * (1.f - sgintensity * color_saturation); in vibrance_slice8()
128 const float sgintensity = alternate * FFSIGN(gintensity); in vibrance_slice16() local
149 const float cg = 1.f + gintensity * (1.f - sgintensity * color_saturation); in vibrance_slice16()
189 const float sgintensity = alternate * FFSIGN(gintensity); in vibrance_slice8p() local
206 const float cg = 1.f + gintensity * (1.f - sgintensity * color_saturation); in vibrance_slice8p()
246 const float sgintensity = alternate * FFSIGN(gintensity); in vibrance_slice16p() local
263 const float cg = 1.f + gintensity * (1.f - sgintensity * color_saturation); in vibrance_slice16p()