Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp163 #define JBIG2_GETDWORD(buf) \ macro
215 wTmp = (JBIG2_GETDWORD(pSrc) << n) | in subImage()
216 (JBIG2_GETDWORD(pSrc + 4) >> (32 - n)); in subImage()
218 wTmp = JBIG2_GETDWORD(pSrc) << n; in subImage()
301 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) << shift; in composeTo_opt2()
302 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in composeTo_opt2()
331 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) >> shift; in composeTo_opt2()
332 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in composeTo_opt2()
363 uint32_t tmp1 = (JBIG2_GETDWORD(lineSrc) << shift1) | in composeTo_opt2()
364 (JBIG2_GETDWORD(lineSrc + 4) >> shift2); in composeTo_opt2()
[all …]