Skip to main content

make_gamma_pow_table

Function make_gamma_pow_table 

Source
fn make_gamma_pow_table<T: Default + Copy + 'static + PointeeSizeExpressible, const BUCKET: usize, const N: usize>(
    gamma: f32,
    bit_depth: usize,
) -> Box<[T; BUCKET]>
where f32: AsPrimitive<T>,