Searched refs:XFACE_HEIGHT (Results 1 – 4 of 4) sorted by relevance
34 #define XFACE_HEIGHT 48 macro35 #define XFACE_PIXELS (XFACE_WIDTH * XFACE_HEIGHT)
96 if (avctx->width != XFACE_WIDTH || avctx->height != XFACE_HEIGHT) { in xface_decode_init()99 avctx->width, avctx->height, XFACE_WIDTH, XFACE_HEIGHT); in xface_decode_init()105 avctx->height = XFACE_HEIGHT; in xface_decode_init()
149 if (avctx->width != XFACE_WIDTH || avctx->height != XFACE_HEIGHT) { in xface_encode_frame()152 avctx->width, avctx->height, XFACE_WIDTH, XFACE_HEIGHT); in xface_encode_frame()157 avctx->height = XFACE_HEIGHT; in xface_encode_frame()
290 for (j = 0; j < XFACE_HEIGHT; j++) { in ff_xface_generate_face()