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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwavpack.c45 typedef struct WavpackFrameContext { struct
71 } WavpackFrameContext; typedef in typeref:struct:WavpackFrameContext
78 WavpackFrameContext *fdec[WV_MAX_FRAME_DECODERS];
102 static void update_error_limit(WavpackFrameContext *ctx)
136 static int wv_get_value(WavpackFrameContext *ctx, GetBitContext *gb,
264 static inline int wv_get_value_integer(WavpackFrameContext *s, uint32_t *crc,
288 static float wv_get_value_float(WavpackFrameContext *s, uint32_t *crc, int S)
362 static void wv_reset_saved_context(WavpackFrameContext *s)
368 static inline int wv_check_crc(WavpackFrameContext *s, uint32_t crc,
383 static inline int wv_unpack_stereo(WavpackFrameContext *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwavpack.c97 typedef struct WavpackFrameContext { struct
123 } WavpackFrameContext; typedef in typeref:struct:WavpackFrameContext
131 WavpackFrameContext *fdec[WV_MAX_FRAME_DECODERS];
247 static void update_error_limit(WavpackFrameContext *ctx)
281 static int wv_get_value(WavpackFrameContext *ctx, GetBitContext *gb,
401 static inline int wv_get_value_integer(WavpackFrameContext *s, uint32_t *crc,
424 static float wv_get_value_float(WavpackFrameContext *s, uint32_t *crc, int S)
497 static void wv_reset_saved_context(WavpackFrameContext *s)
503 static inline int wv_unpack_stereo(WavpackFrameContext *s, GetBitContext *gb,
625 static inline int wv_unpack_mono(WavpackFrameContext *
[all...]

Completed in 212 milliseconds