Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcngenc.c30 typedef struct CNGContext { struct
35 } CNGContext; argument
39 CNGContext *p = avctx->priv_data; in cng_encode_close()
48 CNGContext *p = avctx->priv_data; in cng_encode_init()
66 CNGContext *p = avctx->priv_data; in cng_encode_frame()
105 .priv_data_size = sizeof(CNGContext),
Dcngdec.c33 typedef struct CNGContext { struct
42 } CNGContext; argument
46 CNGContext *p = avctx->priv_data; in cng_decode_close()
57 CNGContext *p = avctx->priv_data; in cng_decode_init()
101 CNGContext *p = avctx->priv_data; in cng_decode_flush()
108 CNGContext *p = avctx->priv_data; in cng_decode_frame()
170 .priv_data_size = sizeof(CNGContext),