Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dkmvc.c45 typedef struct KmvcContext { struct
54 } KmvcContext; typedef
75 static int kmvc_decode_intra_8x8(KmvcContext * ctx, int w, int h) in kmvc_decode_intra_8x8()
164 static int kmvc_decode_inter_8x8(KmvcContext * ctx, int w, int h) in kmvc_decode_inter_8x8()
267 KmvcContext *const ctx = avctx->priv_data; in decode_frame()
363 KmvcContext *const c = avctx->priv_data; in decode_init()
412 .priv_data_size = sizeof(KmvcContext),

Completed in 2 milliseconds