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.cpp20 #define JBIG2_GETDWORD(buf) \ macro
234 uint32_t wTmp = JBIG2_GETDWORD(pSrc) << n; in SubImageSlow()
236 wTmp |= (JBIG2_GETDWORD(pSrc + 4) >> (32 - n)); in SubImageSlow()
319 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) << shift; in ComposeToInternal()
320 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal()
348 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) >> shift; in ComposeToInternal()
349 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal()
379 uint32_t tmp1 = (JBIG2_GETDWORD(lineSrc) << shift1) | in ComposeToInternal()
380 (JBIG2_GETDWORD(lineSrc + 4) >> shift2); in ComposeToInternal()
381 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal()
[all …]