Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/png/
Dlodepng.c4220 size_t inindex = (1 + linebytes) * y; /*the extra filterbyte added to each row*/ in unfilter() local
4221 unsigned char filterType = in[inindex]; in unfilter()
4223 …CERROR_TRY_RETURN(unfilterScanline(&out[outindex], &in[inindex + 1], prevline, bytewidth, filterTy… in unfilter()
5488 size_t inindex = linebytes * y; in filter() local
5490 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type); in filter()
5491 prevline = &in[inindex]; in filter()
5582 size_t inindex = linebytes * y; in filter() local
5585 filterScanline(&out[outindex + 1], &in[inindex], prevline, linebytes, bytewidth, type); in filter()
5586 prevline = &in[inindex]; in filter()