Lines Matching refs:XFACE_WIDTH
59 pop_greys(b, bitmap + XFACE_WIDTH * h, w, h);
60 pop_greys(b, bitmap + XFACE_WIDTH * h + w, w, h);
65 if (w & 4) bitmap[XFACE_WIDTH] = 1;
66 if (w & 8) bitmap[XFACE_WIDTH + 1] = 1;
84 decode_block(b, bitmap + h * XFACE_WIDTH, w, h, level);
85 decode_block(b, bitmap + w + h * XFACE_WIDTH, w, h, level);
97 if (avctx->width != XFACE_WIDTH || avctx->height != XFACE_HEIGHT) {
100 avctx->width, avctx->height, XFACE_WIDTH, XFACE_HEIGHT);
105 avctx->width = XFACE_WIDTH;
147 decode_block(&b, buf + XFACE_WIDTH * 16, 16, 16, 0);
148 decode_block(&b, buf + XFACE_WIDTH * 16 + 16, 16, 16, 0);
149 decode_block(&b, buf + XFACE_WIDTH * 16 + 32, 16, 16, 0);
150 decode_block(&b, buf + XFACE_WIDTH * 32 , 16, 16, 0);
151 decode_block(&b, buf + XFACE_WIDTH * 32 + 16, 16, 16, 0);
152 decode_block(&b, buf + XFACE_WIDTH * 32 + 32, 16, 16, 0);
167 if (j == XFACE_WIDTH/8) {