Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HtrdProc.cpp29 x = (HGX + mg * HRY + ng * HRX) >> 8; in decode_Arith()
30 y = (HGY + mg * HRX - ng * HRY) >> 8; in decode_Arith()
58 x = (HGX + mg * HRY + ng * HRX) >> 8; in decode_Arith()
59 y = (HGY + mg * HRX - ng * HRY) >> 8; in decode_Arith()
94 x = (HGX + mg * HRY + ng * HRX) >> 8; in decode_MMR()
95 y = (HGY + mg * HRX - ng * HRY) >> 8; in decode_MMR()
DJBig2_HtrdProc.h40 uint16_t HRX; variable
DJBig2_Context.cpp988 m_pStream->readShortInteger(&pHRD->HRX) != 0 || in parseHalftoneRegion()