Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dcolorchannelmixer_template.c74 cpixel rout, gout, bout; in filter_slice_rgba_planar() local
81 gout = s->gr * rin + in filter_slice_rgba_planar()
94 gout = s->lut[G][R][rin] + in filter_slice_rgba_planar()
109 fgout = av_clipf(gout, 0.f, max); in filter_slice_rgba_planar()
113 fgout = gout; in filter_slice_rgba_planar()
118 rout, gout, bout, max, &lin, &lout); in filter_slice_rgba_planar()
122 gout = ROUND(lerpf(gout, fgout, pa)); in filter_slice_rgba_planar()
128 dstg[j] = av_clip_uintp2(gout, depth); in filter_slice_rgba_planar()
132 dstg[j] = gout; in filter_slice_rgba_planar()
194 int rout, gout, bout; filter_slice_rgba_packed() local
[all...]

Completed in 1 milliseconds