unai: Fix scalers doing endianness conversion
authorPaul Cercueil <paul@crapouillou.net>
Wed, 13 Sep 2023 09:23:16 +0000 (11:23 +0200)
committernotaz <notasas@gmail.com>
Wed, 13 Sep 2023 21:36:10 +0000 (00:36 +0300)
commit8999ff503db4e575aec00a3f383f78c7df2e516e
tree9295d40dd2dbcf423da5759f6038952415a41fd7
parentaff846145f668201bef79e4d158b57b5866745c1
unai: Fix scalers doing endianness conversion

Both the VRAM and the downscale buffers are in little-endian format,
there's no need to do any endianness conversion.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
plugins/gpu_unai/gpu_unai.h
plugins/gpu_unai/gpulib_if.cpp