Searched refs:JAS_FIX_SUB (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_fix.h | 264 #define JAS_FIX_SUB(fix_t, fracbits, x, y) \ macro 273 ((x) = JAS_FIX_SUB(fix_t, fracbits, x, y))
|
/external/opencv3/3rdparty/libjasper/ |
D | jpc_fix.h | 114 #define jpc_fix_sub(x, y) JAS_FIX_SUB(jpc_fix_t, JPC_FIX_FRACBITS, x, y)
|