singe-npp 0.1.0-alpha.8

Safe Rust wrappers for NVIDIA Performance Primitives library (NPP).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
use super::*;

#[path = "color_ycbcr_core.rs"]
mod core;
pub use core::*;

#[macro_use]
#[path = "color_ycbcr_yuv.rs"]
mod yuv;
pub use yuv::*;

#[path = "color_ycbcr_hls.rs"]
mod hls;
pub use hls::*;

#[path = "color_ycbcr_jpeg.rs"]
mod jpeg;
pub use jpeg::*;