Searched defs:scanline (Results 1 – 2 of 2) sorted by relevance
/qemu/ui/ |
H A D | vnc-enc-zywrle-template.c | 108 int width, int height, int scanline) in ZYWRLE_RGBYUV() 130 int w, int h, int scanline, int level, in ZYWRLE_ANALYZE()
|
H A D | vnc-enc-zywrle.h | 566 #define ZYWRLE_TRANSFER_COEFF(buf, data, t, w, h, scanline, level, TRANS) \ argument 588 #define ZYWRLE_PACK_COEFF(buf, data, t, width, height, scanline, level) \ argument 593 #define ZYWRLE_UNPACK_COEFF(buf, data, t, width, height, scanline, level) \ argument
|