Skip to main content

rs_Convert8To8Plane

Function rs_Convert8To8Plane 

Source
pub unsafe extern "C" fn rs_Convert8To8Plane(
    src_y: *const u8,
    src_stride_y: c_int,
    dst_y: *mut u8,
    dst_stride_y: c_int,
    scale: c_int,
    bias: c_int,
    width: c_int,
    height: c_int,
)