Optimize downscale scanline for RGBA format 51/303751/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 4 Jan 2024 08:27:36 +0000 (17:27 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 4 Jan 2024 08:27:36 +0000 (17:27 +0900)
commit8cabadf5730cbdf6af8841f7b8145f901c9ca170
treecb92b4e4dfd4aa45c4af78560ec1abd64d6c748e
parent5758beaddf0670b753c5dd687d807829da713509
Optimize downscale scanline for RGBA format

Each components of RGBA channel has uint8_t type. So we can
parallaly calculate each components of RGBA. It will increase
the speed of operation.

Change-Id: I3b738926b8a5d706844550a63cbc7256a7c3122f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/imaging/common/image-operations.cpp