Home
last modified time | relevance | path

Searched refs:img_x (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/extra/libs/sjpg/
Dtjpgd.c791 unsigned int img_x, /* MCU location in the image */ in mcu_output() argument
804 …rx = (img_x + mx <= jd->width) ? mx : jd->width - img_x; /* Output rectangular size (it may be cli… in mcu_output()
809 img_x >>= jd->scale; img_y >>= jd->scale; in mcu_output()
811 rect.left = img_x; rect.right = img_x + rx - 1; /* Rectangular area in the frame buffer */ in mcu_output()