Searched defs:PlaneRow (Results 1 – 2 of 2) sorted by relevance
113 pub enum PlaneRow<'a> { enum244 pub fn row_generic(&self, plane: Plane, row: u32) -> AvifResult<PlaneRow> { in row_generic()
553 fn clamped_pixel(row: PlaneRow, index: usize, max_channel: u16) -> u16 { in clamped_pixel()560 fn unorm_value(row: PlaneRow, index: usize, max_channel: u16, table: &[f32]) -> f32 { in unorm_value()