Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/qcms/
H A Dtransform_util.c366 static void compute_precache_pow(uint8_t *output, float gamma) in compute_precache_pow() function
423 compute_precache_pow(output, 1./u8Fixed8Number_to_float(trc->data[0])); in compute_precache()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/qcms/
H A Dtransform_util.c366 static void compute_precache_pow(uint8_t *output, float gamma)
423 compute_precache_pow(output, 1./u8Fixed8Number_to_float(trc->data[0]));
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/qcms/
H A Dtransform_util.c366 static void compute_precache_pow(uint8_t *output, float gamma) in compute_precache_pow() function
423 compute_precache_pow(output, 1./u8Fixed8Number_to_float(trc->data[0])); in compute_precache()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/qcms/src/
H A Dtransform_util.c492 static void compute_precache_pow(uint8_t *output, float gamma) in compute_precache_pow() function
549 compute_precache_pow(output, 1./u8Fixed8Number_to_float(trc->data[0])); in compute_precache()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/qcms/src/
H A Dtransform_util.c492 static void compute_precache_pow(uint8_t *output, float gamma) in compute_precache_pow() function
549 compute_precache_pow(output, 1./u8Fixed8Number_to_float(trc->data[0])); in compute_precache()
/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/src/
H A Dtransform_util.rs455 fn compute_precache_pow(output: &mut [u8; PRECACHE_OUTPUT_SIZE], gamma: f32) { in compute_precache_pow() function
497 1 => compute_precache_pow(output, 1. / u8Fixed8Number_to_float(data[0])),
/dports/www/firefox/firefox-99.0/gfx/qcms/src/
H A Dtransform_util.rs455 fn compute_precache_pow(output: &mut [u8; PRECACHE_OUTPUT_SIZE], gamma: f32) { in compute_precache_pow() function
499 1 => compute_precache_pow(output, 1. / u8Fixed8Number_to_float(data[0])),
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/src/
H A Dtransform_util.rs455 fn compute_precache_pow(output: &mut [u8; PRECACHE_OUTPUT_SIZE], gamma: f32) { in compute_precache_pow() function
497 1 => compute_precache_pow(output, 1. / u8Fixed8Number_to_float(data[0])),