Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dswscale_internal.h545 #define RGB_GAMMA (2.2f) macro
Dutils.c864 double rgbgamma = 1.0 / RGB_GAMMA; in fill_xyztables()
866 double rgbgammainv = RGB_GAMMA; in fill_xyztables()