Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dzmbvenc.c63 typedef struct ZmbvEncContext { struct
79 } ZmbvEncContext; argument
85 static inline int block_cmp(ZmbvEncContext *c, uint8_t *src, int stride, in block_cmp()
120 static int zmbv_me(ZmbvEncContext *c, uint8_t *src, int sstride, uint8_t *prev, in zmbv_me()
169 ZmbvEncContext * const c = avctx->priv_data; in encode_frame()
308 ZmbvEncContext * const c = avctx->priv_data; in encode_end()
324 ZmbvEncContext * const c = avctx->priv_data; in encode_init()
436 .priv_data_size = sizeof(ZmbvEncContext),