Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvbnenc.c37 typedef struct VBNContext { struct
42 } VBNContext; typedef
47 VBNContext *ctx = avctx->priv_data; in vbn_encode()
129 VBNContext *ctx = avctx->priv_data; in vbn_init()
134 #define OFFSET(x) offsetof(VBNContext, x)
160 .priv_data_size = sizeof(VBNContext),
H A Dvbndec.c34 typedef struct VBNContext { struct
37 } VBNContext; typedef
41 VBNContext *ctx = avctx->priv_data; in vbn_init()
60 VBNContext *ctx = avctx->priv_data; in vbn_decode_frame()
183 .priv_data_size = sizeof(VBNContext),

Completed in 1 milliseconds