Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c5497 unsigned char type, bestType = 0; in filter() local
5526 bestType = type; in filter()
5534 … out[y * (linebytes + 1)] = bestType; /*the first byte of a scanline will be the filter type*/ in filter()
5535 for(x = 0; x != linebytes; ++x) out[y * (linebytes + 1) + 1 + x] = attempt[bestType][x]; in filter()
5543 unsigned type, bestType = 0; in filter() local
5565 bestType = type; in filter()
5573 … out[y * (linebytes + 1)] = bestType; /*the first byte of a scanline will be the filter type*/ in filter()
5574 for(x = 0; x != linebytes; ++x) out[y * (linebytes + 1) + 1 + x] = attempt[bestType][x]; in filter()
5595 unsigned type = 0, bestType = 0; in filter() local
5625 bestType = type; in filter()
[all …]