psychopath/sub_crates
Nathan Vegdahl 05f9621ac5 Added a FloatLuv decode function to decode to Yuv instead of XYZ.
This is useful because it's super fast, and chromaticity lookups
are typical for spectral upsampling anyway, so this will likely
enable cutting out a bunch of unecessary intermediate calculations.
2020-09-20 15:16:20 +09:00
..
bvh_order Better path usage and "extern crate" removal in sub-crates. 2018-12-16 13:14:06 -08:00
color Do better chromatic adaptation for input RGB colors. 2019-07-26 16:01:56 +09:00
halton Code tidying on the Sobol sampler. 2020-04-30 22:46:47 +09:00
math3d Make better use of the types in the glam crate. 2019-07-25 11:36:52 +09:00
oct32norm Add oct32 encode_precise() function. 2020-09-20 14:36:50 +09:00
sobol Run clippy on Sobol sampler, and fix/silence warnings. 2020-05-01 16:07:19 +09:00
spectral_upsampling Fix/silence various clippy warnings. 2019-08-01 14:18:26 +09:00
trifloat Added a FloatLuv decode function to decode to Yuv instead of XYZ. 2020-09-20 15:16:20 +09:00