• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching defs:WmallDecodeCtx

70 typedef struct WmallDecodeCtx {
176 } WmallDecodeCtx;
181 WmallDecodeCtx *s = avctx->priv_data;
289 static int decode_subframe_length(WmallDecodeCtx *s, int offset)
331 static int decode_tilehdr(WmallDecodeCtx *s)
416 static void decode_ac_filter(WmallDecodeCtx *s)
427 static void decode_mclms(WmallDecodeCtx *s)
450 static int decode_cdlms(WmallDecodeCtx *s)
507 static int decode_channel_residues(WmallDecodeCtx *s, int ch, int tile_size)
566 static void decode_lpc(WmallDecodeCtx *s)
578 static void clear_codec_buffers(WmallDecodeCtx *s)
607 static void reset_codec(WmallDecodeCtx *s)
622 static void mclms_update(WmallDecodeCtx *s, int icoef, int *pred)
680 static void mclms_predict(WmallDecodeCtx *s, int icoef, int *pred)
702 static void revert_mclms(WmallDecodeCtx *s, int tile_size)
711 static void lms_update(WmallDecodeCtx *s, int ich, int ilms, int input)
741 static void use_high_update_speed(WmallDecodeCtx *s, int ich)
759 static void use_normal_update_speed(WmallDecodeCtx *s, int ich)
779 static void revert_cdlms(WmallDecodeCtx *s, int ch,
804 static void revert_inter_ch_decorr(WmallDecodeCtx *s, int tile_size)
817 static void revert_acfilter(WmallDecodeCtx *s, int tile_size)
849 static int decode_subframe(WmallDecodeCtx *s)
1023 static int decode_frame(WmallDecodeCtx *s)
1123 static int remaining_bits(WmallDecodeCtx *s, GetBitContext *gb)
1135 static void save_bits(WmallDecodeCtx *s, GetBitContext* gb, int len,
1182 WmallDecodeCtx *s = avctx->priv_data;
1296 WmallDecodeCtx *s = avctx->priv_data;
1309 WmallDecodeCtx *s = avctx->priv_data;
1321 .priv_data_size = sizeof(WmallDecodeCtx),