Searched defs:halfway (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 94 int index, row, col, halfway=16; in initBuf() local 189 int halfway=16*sf.num/sf.denom; in checkBuf() local 306 int halfway=16*sf.num/sf.denom; in checkBufYUV() local 326 int halfway=16/vsf*sf.num/sf.denom; in checkBufYUV() local
|
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 160 int index, row, col, halfway = 16; in initBuf() local 228 int index, row, col, halfway = 16; in initIntBuf() local 313 int halfway = 16 * sf.getNum() / sf.getDenom(); in checkBuf() local 436 int halfway = 16 * sf.getNum() / sf.getDenom(); in checkIntBuf() local 546 int halfway = 16 * sf.getNum() / sf.getDenom(); in checkBufYUV() local
|
/external/libvncserver/test/ |
D | tjunittest.c | 79 int index, row, col, halfway=16; in initBuf() local 152 int halfway=16*sf.num/sf.denom; in checkBuf() local
|
/external/skia/tests/ |
D | PathTest.cpp | 3635 SkPoint halfway; in test_contains() local
|
/external/v8/test/cctest/ |
D | test-parsing.cc | 638 unsigned halfway = start + sub_length / 2; in TestCharacterStream() local
|