Searched refs:bestType (Results 1 – 3 of 3) sorted by relevance
184 String bestType = null; in testBasic()187 bestType = type; in testBasic()190 bestType = type; in testBasic()193 … System.out.println("{\"OK\", \"en-" + extension + "-" + key + "-" + bestType + "\"},"); in testBasic()
185 String bestType = null; in testBasic()188 bestType = type; in testBasic()191 bestType = type; in testBasic()194 … System.out.println("{\"OK\", \"en-" + extension + "-" + key + "-" + bestType + "\"},"); in testBasic()
5285 unsigned type, bestType = 0; in filter() local5323 bestType = type; in filter()5331 … out[y * (linebytes + 1)] = bestType; /*the first byte of a scanline will be the filter type*/ in filter()5332 for(x = 0; x < linebytes; x++) out[y * (linebytes + 1) + 1 + x] = attempt[bestType].data[x]; in filter()5343 unsigned type, bestType = 0; in filter() local5370 bestType = type; in filter()5378 out[y * (linebytes + 1)] = bestType; /*the first byte of a scanline will be the filter type*/ in filter()5379 for(x = 0; x < linebytes; x++) out[y * (linebytes + 1) + 1 + x] = attempt[bestType].data[x]; in filter()5404 unsigned type = 0, bestType = 0; in filter() local5436 bestType = type; in filter()[all …]