Home
last modified time | relevance | path

Searched refs:XFACE_HEIGHT (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dxface.h34 #define XFACE_HEIGHT 48 macro
35 #define XFACE_PIXELS (XFACE_WIDTH * XFACE_HEIGHT)
Dxfacedec.c96 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()
Dxfaceenc.c149 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()
Dxface.c290 for (j = 0; j < XFACE_HEIGHT; j++) { in ff_xface_generate_face()