Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_colormap.c332 float srv, sgv, sbv; in colormap_slice() local
337 sbv = sb[x]; in colormap_slice()
343 rv += icoeff[1][0] * srv + icoeff[2][0] * sgv + icoeff[3][0] * sbv; in colormap_slice()
344 gv += icoeff[1][1] * srv + icoeff[2][1] * sgv + icoeff[3][1] * sbv; in colormap_slice()
345 bv += icoeff[1][2] * srv + icoeff[2][2] * sgv + icoeff[3][2] * sbv; in colormap_slice()