Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dzmbvenc.c65 typedef struct ZmbvEncContext { struct
81 } ZmbvEncContext; typedef
87 static inline int block_cmp(ZmbvEncContext *c, uint8_t *src, int stride, in block_cmp()
122 static int zmbv_me(ZmbvEncContext *c, uint8_t *src, int sstride, uint8_t *prev, in zmbv_me()
171 ZmbvEncContext * const c = avctx->priv_data; in encode_frame()
305 ZmbvEncContext * const c = avctx->priv_data; in encode_end()
321 ZmbvEncContext * const c = avctx->priv_data; in encode_init()
419 .priv_data_size = sizeof(ZmbvEncContext),

Completed in 1 milliseconds