Minor fix about jpeg downscale under max texture size 71/307471/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 11 Mar 2024 01:31:38 +0000 (10:31 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 11 Mar 2024 01:45:01 +0000 (10:45 +0900)
commit178139049e8b853b9df7fbb3ecd5b0916a067c3e
treeee358ac0dff3fb6d9bbe79d0bf79f0d8c634da92
parent1ca36b0144d74465f37c613f8b00958873f1b788
Minor fix about jpeg downscale under max texture size

Let we consider that two cases also downscale works well when
 - Mark as we don't use jpeg scale factor, and double-scaled image size is less then max texture size.
   (For this case, we were try to decode image as double-scaled. and then downscale as half)
 - 1/8 scaled size of image is also less then max texture size
   (For this case, we should try to downscale as much as we can. But we didn't)

Change-Id: I861e40c8e01872e133bcee90f13466effaa83f47
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/imaging/common/loader-jpeg-turbo.cpp