Searched defs:ntilesh (Results 1 – 5 of 5) sorted by relevance
| /third_party/libjpeg-turbo/ |
| D | tjbench.c | 153 int ntilesw = (w + tilew - 1) / tilew, ntilesh = (h + tileh - 1) / tileh; in decomp() local 326 int ntilesw = 1, ntilesh = 1, pitch = w * ps; in fullTest() local 530 int w = 0, h = 0, tilew, tileh, ntilesw = 1, ntilesh = 1, subsamp = -1, in decompTest() local
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | tjbench.c | 156 int ntilesw = (w + tilew - 1) / tilew, ntilesh = (h + tileh - 1) / tileh; in decomp() local 331 int ntilesw = 1, ntilesh = 1, pitch = w * ps; in fullTest() local 541 int w = 0, h = 0, tilew, tileh, ntilesw = 1, ntilesh = 1, subsamp = -1, in decompTest() local
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
| D | tjbench.c | 151 int ntilesw = (w + tilew - 1) / tilew, ntilesh = (h + tileh - 1) / tileh; in decomp() local 319 int ntilesw = 1, ntilesh = 1, pitch = w * ps; in fullTest() local 518 int w = 0, h = 0, tilew, tileh, ntilesw = 1, ntilesh = 1, subsamp = -1, in decompTest() local
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/ |
| D | TJBench.java | 328 int ntilesw = 1, ntilesh = 1, pitch = w * ps; in fullTest() local 487 int w = 0, h = 0, ntilesw = 1, ntilesh = 1, subsamp = -1, cs = -1; in decompTest() local
|
| /third_party/libjpeg-turbo/java/ |
| D | TJBench.java | 335 int ntilesw = 1, ntilesh = 1, pitch = w * ps; in fullTest() local 498 int w = 0, h = 0, ntilesw = 1, ntilesh = 1, subsamp = -1, cs = -1; in decompTest() local
|