Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dswscale_internal.h513 #define RGB_GAMMA (2.2f) macro
Dutils.c835 double rgbgamma = 1.0 / RGB_GAMMA; in fill_xyztables()
837 double rgbgammainv = RGB_GAMMA; in fill_xyztables()