Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
H A Dswscale.c653 x = c->xyzgamma[x>>4]; in xyz12Torgb48()
654 y = c->xyzgamma[y>>4]; in xyz12Torgb48()
655 z = c->xyzgamma[z>>4]; in xyz12Torgb48()
H A Dutils.c863 double xyzgamma = XYZ_GAMMA; in fill_xyztables() local
879 c->xyzgamma = xyzgamma_tab; in fill_xyztables()
889 xyzgamma_tab[i] = lrint(pow(i / 4095.0, xyzgamma) * 4095.0); in fill_xyztables()
H A Dswscale_internal.h546 int16_t *xyzgamma; member

Completed in 8 milliseconds