Home
last modified time | relevance | path

Searched refs:JBIG2_GETDWORD (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Image.cpp151 #define JBIG2_GETDWORD(buf) \ macro
196 wTmp = (JBIG2_GETDWORD(pSrc) << n) | in subImage()
197 (JBIG2_GETDWORD(pSrc + 4) >> (32 - n)); in subImage()
199 wTmp = JBIG2_GETDWORD(pSrc) << n; in subImage()
297 tmp1 = JBIG2_GETDWORD(lineSrc) << shift; in composeTo_opt2()
298 tmp2 = JBIG2_GETDWORD(lineDst); in composeTo_opt2()
326 tmp1 = JBIG2_GETDWORD(lineSrc) >> shift; in composeTo_opt2()
327 tmp2 = JBIG2_GETDWORD(lineDst); in composeTo_opt2()
357 tmp1 = (JBIG2_GETDWORD(lineSrc) << shift1) | in composeTo_opt2()
358 (JBIG2_GETDWORD(lineSrc + 4) >> shift2); in composeTo_opt2()
[all …]