Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dclearvideo.c68 typedef struct CLVContext { struct
82 } CLVContext; argument
88 static inline int decode_block(CLVContext *ctx, int16_t *blk, int has_ac, in decode_block()
177 static int decode_mb(CLVContext *c, int x, int y) in decode_mb()
506 CLVContext *c = avctx->priv_data; in clv_decode_frame()
710 CLVContext *const c = avctx->priv_data; in clv_decode_init()
759 CLVContext *const c = avctx->priv_data; in clv_decode_end()
774 .priv_data_size = sizeof(CLVContext),