Searched refs:alphaOffset (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 67 private static final int[] alphaOffset = { field in TJUnitTest 158 int aoffset = alphaOffset[pf]; in initBuf() 227 int ashift = alphaOffset[pf] * 8; in initIntBuf() 310 int aoffset = alphaOffset[pf]; in checkBuf() 434 int ashift = alphaOffset[pf] * 8; in checkIntBuf()
|
/external/libvncserver/test/ |
D | tjunittest.c | 62 const int alphaOffset[TJ_NUMPF] = {-1, -1, -1, -1, -1, -1, -1, 3, 3, 0, 0}; variable 149 int aoffset=alphaOffset[pf]; in checkBuf()
|
/external/libjpeg-turbo/ |
D | tjunittest.c | 74 const int alphaOffset[TJ_NUMPF] = {-1, -1, -1, -1, -1, -1, -1, 3, 3, 0, 0, -1}; variable 186 int aoffset=alphaOffset[pf]; in checkBuf()
|