Home
last modified time | relevance | path

Searched defs:iterations (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwRasterAvx.h88 uint32_t iterations = len / N_32BITS_IN_256REG; in avxRasterPixel32() local
133 uint32_t iterations = (w - notAligned) / N_32BITS_IN_128REG; in avxRasterTranslucentRect() local
192 uint32_t iterations = (span->len - notAligned) / N_32BITS_IN_128REG; in avxRasterTranslucentRle() local
DtvgSwRasterNeon.h75 uint32_t iterations = len / 16; in neonRasterPixel32() local
83 uint32_t iterations = len / 4; in neonRasterPixel32() local