Home
last modified time | relevance | path

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

/external/libvncserver/common/
Dzywrletemplate.c644 #define ZYWRLE_PACK_COEFF(pBuf,data,r,width,height,scanline,level) \ macro
776 ZYWRLE_PACK_COEFF(pBuf, dst, 3, w, h, scanline, l); in ZYWRLE_ANALYZE()
777 ZYWRLE_PACK_COEFF(pBuf, dst, 2, w, h, scanline, l); in ZYWRLE_ANALYZE()
778 ZYWRLE_PACK_COEFF(pBuf, dst, 1, w, h, scanline, l); in ZYWRLE_ANALYZE()
780 ZYWRLE_PACK_COEFF(pBuf, dst, 0, w, h, scanline, l); in ZYWRLE_ANALYZE()
/external/libvncserver/
DChangeLog3855 macros ZYWRLE_PACK_COEFF() and ZYWRLE_UNPACK_COEFF() expand to more