Lines Matching refs:I16
40 { PixelFormat::I16, 16, 1, ColorOrder::RGB },
132 case PixelFormat::I16: {
190 case PixelFormat::I16: {
251 case PixelFormat::I16: {
287 case PixelFormat::I16: {
327 case PixelFormat::I16: {
356 case PixelFormat::I16: {
421 template Pixel get_pixel_from_row<PixelFormat::I16>(const std::uint8_t* data, std::size_t x);
430 template RawPixel get_raw_pixel_from_row<PixelFormat::I16>(const std::uint8_t* data, std::size_t x);
444 template std::uint16_t get_raw_channel_from_row<PixelFormat::I16>(
456 template void set_pixel_to_row<PixelFormat::I16>(std::uint8_t* data, std::size_t x, Pixel pixel);
465 template void set_raw_pixel_to_row<PixelFormat::I16>(std::uint8_t* data, std::size_t x, RawPixel pixel);
479 template void set_raw_channel_to_row<PixelFormat::I16>(