Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/gfx/qcms/src/
H A Diccread.rs892 build_trc_table( in build_sRGB_gamma_table()
915 fn build_trc_table(num_entries: i32, eotf: impl Fn(f64) -> f64) -> Vec<u16> { in build_trc_table() function
1327 let table = build_trc_table(NUM_TRC_TABLE_ENTRIES, |v| 10f64.powf(2. * v - 2.)); in from()
1340 let table = build_trc_table(NUM_TRC_TABLE_ENTRIES, |v| 10f64.powf(2.5 * v - 2.5)); in from()
1364 let table = build_trc_table(NUM_TRC_TABLE_ENTRIES, |x| { in from()
1385 let table = build_trc_table(NUM_TRC_TABLE_ENTRIES, |x| { in from()