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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale.c825 x = c->xyzgamma[x>>4];
826 y = c->xyzgamma[y>>4];
827 z = c->xyzgamma[z>>4];
H A Dswscale_internal.h481 int16_t *xyzgamma; member in struct:SwsContext
H A Dutils.c947 double xyzgamma = XYZ_GAMMA; local
963 c->xyzgamma = xyzgamma_tab;
973 xyzgamma_tab[i] = lrint(pow(i / 4095.0, xyzgamma) * 4095.0);

Completed in 75 milliseconds