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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dwavpack.c81 typedef struct WavpackContext { struct
96 } WavpackContext; typedef in typeref:struct:WavpackContext
202 static void update_error_limit(WavpackContext *ctx)
236 static int wv_get_value(WavpackContext *ctx, GetBitContext *gb, int channel, int *last)
339 static int wv_unpack_stereo(WavpackContext *s, GetBitContext *gb, int16_t *dst)
421 static int wv_unpack_mono(WavpackContext *s, GetBitContext *gb, int16_t *dst)
467 WavpackContext *s = avctx->priv_data;
481 WavpackContext *s = avctx->priv_data;
724 sizeof(WavpackContext),

Completed in 91 milliseconds