Crate bcdec_rs

source ·
Expand description

A safe, no_std, pure Rust port of bcdec.

Functions§

  • Decode 8 bytes from compressed_block to RGBA8 with destination_pitch many bytes per output row.
  • Decode 16 bytes from compressed_block to RGBA8 with destination_pitch many bytes per output row.
  • Decode 16 bytes from compressed_block to RGBA8 with destination_pitch many bytes per output row.
  • Decode 8 bytes from compressed_block to R8 with destination_pitch many bytes per output row.
  • Decode 16 bytes from compressed_block to RG8 with destination_pitch many bytes per output row.
  • Decode 16 bytes from compressed_block to RGBFloat32 with destination_pitch many floats per output row.
  • Decode 16 bytes from compressed_block to RGBFloat16 with destination_pitch many half floats per output row.
  • Decode 16 bytes from compressed_block to RGBA8 with destination_pitch many bytes per output row.