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
238 uint32_t wTmp = JBIG2_GETDWORD(pSrc) << n; in SubImageSlow()
240 wTmp |= (JBIG2_GETDWORD(pSrc + 4) >> (32 - n)); in SubImageSlow()
323 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) << shift; in ComposeToInternal()
324 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal()
352 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) >> shift; in ComposeToInternal()
353 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal()
383 uint32_t tmp1 = (JBIG2_GETDWORD(lineSrc) << shift1) | in ComposeToInternal()
384 (JBIG2_GETDWORD(lineSrc + 4) >> shift2); in ComposeToInternal()
385 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal()
[all …]