Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dralf.c53 typedef struct RALFContext { struct
73 } RALFContext; typedef
109 RALFContext *ctx = avctx->priv_data; in decode_close()
130 RALFContext *ctx = avctx->priv_data; in decode_init()
216 static int decode_channel(RALFContext *ctx, GetBitContext *gb, int ch, in decode_channel()
305 static void apply_lpc(RALFContext *ctx, int ch, int length, int bits) in apply_lpc()
332 RALFContext *ctx = avctx->priv_data; in decode_block()
416 RALFContext *ctx = avctx->priv_data; in decode_frame()
510 RALFContext *ctx = avctx->priv_data; in decode_flush()
521 .priv_data_size = sizeof(RALFContext),
[all...]

Completed in 1 milliseconds