Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwavpack.c66 typedef struct WavpackFrameContext { struct
96 } WavpackFrameContext; argument
103 WavpackFrameContext *fdec[WV_MAX_FRAME_DECODERS];
135 static int update_error_limit(WavpackFrameContext *ctx) in update_error_limit()
173 static int wv_get_value(WavpackFrameContext *ctx, GetBitContext *gb, in wv_get_value()
303 static inline int wv_get_value_integer(WavpackFrameContext *s, uint32_t *crc, in wv_get_value_integer()
327 static float wv_get_value_float(WavpackFrameContext *s, uint32_t *crc, int S) in wv_get_value_float()
401 static inline int wv_check_crc(WavpackFrameContext *s, uint32_t crc, in wv_check_crc()
441 static int wv_unpack_dsd_high(WavpackFrameContext *s, uint8_t *dst_left, uint8_t *dst_right) in wv_unpack_dsd_high()
580 static int wv_unpack_dsd_fast(WavpackFrameContext *s, uint8_t *dst_left, uint8_t *dst_right) in wv_unpack_dsd_fast()
[all …]