Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42792 )
Change subject: libpayload: cbgfx: Replace bilinear resampling with Lanczos ......................................................................
Patch Set 14:
(3 comments)
https://review.coreboot.org/c/coreboot/+/42792/14/payloads/libpayload/driver... File payloads/libpayload/drivers/video/graphics.c:
https://review.coreboot.org/c/coreboot/+/42792/14/payloads/libpayload/driver... PS14, Line 517: from -2 to 4 Where are the numbers -2 and 4 from? Do you mean
from -LNCZ_A+1 to LNCZ_A
https://review.coreboot.org/c/coreboot/+/42792/14/payloads/libpayload/driver... PS14, Line 628: weigths weights
https://review.coreboot.org/c/coreboot/+/42792/14/payloads/libpayload/driver... PS14, Line 651: dim->height < sy - S0 Should it be
dim_org->height <= sy - S0