Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvble.c37 typedef struct VBLEContext { struct
43 } VBLEContext; argument
45 static int vble_unpack(VBLEContext *ctx, GetBitContext *gb) in vble_unpack()
85 static void vble_restore_plane(VBLEContext *ctx, AVFrame *pic, in vble_restore_plane()
120 VBLEContext *ctx = avctx->priv_data; in vble_decode_frame()
176 VBLEContext *ctx = avctx->priv_data; in vble_decode_close()
184 VBLEContext *ctx = avctx->priv_data; in vble_decode_init()
211 .priv_data_size = sizeof(VBLEContext),