Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/libs/sjpg/
Dtjpgd.c796 unsigned int ix, iy, mx, my, rx, ry; in mcu_output() local
828 for (ix = 0; ix < mx; ix++) { in mcu_output()
832 if (ix == 8) py += 64 - 8; /* Jump to next block if double block heigt */ in mcu_output()
833 pc += ix & 1; /* Step forward chroma pointer every two pixels */ in mcu_output()
849 for (ix = 0; ix < mx; ix++) { in mcu_output()
851 if (ix == 8) py += 64 - 8; /* Jump to next block if double block height */ in mcu_output()
869 for (ix = 0; ix < mx; ix += w) { in mcu_output()
870 pix = (uint8_t*)jd->workbuf + (iy * mx + ix) * (JD_FORMAT != 2 ? 3 : 1); in mcu_output()
901 for (ix = 0; ix < mx; ix += 8) { in mcu_output()