Home
last modified time | relevance | path

Searched defs:dst_pixel_i (Results 1 – 1 of 1) sorted by relevance

/external/rust/crabbyavif/src/reformat/
Drgb.rs423 let dst_pixel_i = (dst_channel_count * x) as usize; in shuffle_channels_to() localVariable
441 let dst_pixel_i = (dst_channel_count * x) as usize; in shuffle_channels_to() localVariable