Expand description
SIMD accelerated image swizzling routines.
SIMD is only used on nightly, otherwise, slower implementaions are used.
Modules§
Functions§
- bgr0_
to_ bgrx - Convert BGR0 data to BGRX and store the result to
dst
. - bgr0_
to_ bgrx_ inplace - Convert BGR0 data to BGRX while overwriting the old BGR0 data in
src
. - bgr0_
to_ rgbx - Convert BGR0 data to RGBX and store the result to
dst
. - bgr0_
to_ rgbx_ inplace - Convert BGR0 data to RGBX while overwriting the old BGR0 data in
src
. - bgra_
to_ rgba - Convert BGRA data to RGBA and store the result to
dst
. - bgra_
to_ rgba_ inplace - Convert BGRA data to RGBA while overwriting the old BGRA data in
src
. - rgb0_
to_ bgrx - Convert RGB0 data to BGRX and store the result to
dst
. - rgb0_
to_ bgrx_ inplace - Convert RGB0 data to BGRX while overwriting the old RGB0 data in
src
. - rgb0_
to_ rgbx - Convert RGB0 data to RGBX and store the result to
dst
. - rgb0_
to_ rgbx_ inplace - Convert RGB0 data to RGBX while overwriting the old RGB0 data in
src
. - rgba32_
to_ bgra_ inplace - rgba32_
to_ rgba_ inplace - rgba_
to_ bgra - Convert RGBA data to BGRA and store the result to
dst
. - rgba_
to_ bgra_ inplace - Convert RGBA data to BGRA while overwriting the old RGBA data in
src
.