Lines Matching defs:WmallDecodeCtx
72 typedef struct WmallDecodeCtx {
177 } WmallDecodeCtx;
184 WmallDecodeCtx *s = avctx->priv_data;
296 static int decode_subframe_length(WmallDecodeCtx *s, int offset)
338 static int decode_tilehdr(WmallDecodeCtx *s)
423 static void decode_ac_filter(WmallDecodeCtx *s)
433 static void decode_mclms(WmallDecodeCtx *s)
456 static int decode_cdlms(WmallDecodeCtx *s)
513 static int decode_channel_residues(WmallDecodeCtx *s, int ch, int tile_size)
570 static void decode_lpc(WmallDecodeCtx *s)
582 static void clear_codec_buffers(WmallDecodeCtx *s)
611 static void reset_codec(WmallDecodeCtx *s)
626 static void mclms_update(WmallDecodeCtx *s, int icoef, int *pred)
668 static void mclms_predict(WmallDecodeCtx *s, int icoef, int *pred)
690 static void revert_mclms(WmallDecodeCtx *s, int tile_size)
699 static void use_high_update_speed(WmallDecodeCtx *s, int ich)
717 static void use_normal_update_speed(WmallDecodeCtx *s, int ich)
735 static void lms_update ## bits (WmallDecodeCtx *s, int ich, int ilms, int input) \
763 static void revert_cdlms ## bits (WmallDecodeCtx *s, int ch, \
792 static void revert_inter_ch_decorr(WmallDecodeCtx *s, int tile_size)
805 static void revert_acfilter(WmallDecodeCtx *s, int tile_size)
840 static int decode_subframe(WmallDecodeCtx *s)
1026 static int decode_frame(WmallDecodeCtx *s)
1129 static int remaining_bits(WmallDecodeCtx *s, GetBitContext *gb)
1141 static void save_bits(WmallDecodeCtx *s, GetBitContext* gb, int len,
1189 WmallDecodeCtx *s = avctx->priv_data;
1309 WmallDecodeCtx *s = avctx->priv_data;
1322 WmallDecodeCtx *s = avctx->priv_data;
1335 .priv_data_size = sizeof(WmallDecodeCtx),