Lines Matching refs:RALFContext
53 typedef struct RALFContext {
73 } RALFContext;
109 RALFContext *ctx = avctx->priv_data;
130 RALFContext *ctx = avctx->priv_data;
216 static int decode_channel(RALFContext *ctx, GetBitContext *gb, int ch,
305 static void apply_lpc(RALFContext *ctx, int ch, int length, int bits)
332 RALFContext *ctx = avctx->priv_data;
416 RALFContext *ctx = avctx->priv_data;
510 RALFContext *ctx = avctx->priv_data;
521 .priv_data_size = sizeof(RALFContext),