Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwavpack.c401 static inline int wv_check_crc(WavpackFrameContext *s, uint32_t crc, in wv_check_crc() function
567 if (wv_check_crc(s, checksum, 0)) { in wv_unpack_dsd_high()
728 if (wv_check_crc(s, checksum, 0)) { in wv_unpack_dsd_fast()
760 if (wv_check_crc(s, checksum, 0)) { in wv_unpack_dsd_copy()
898 wv_check_crc(s, crc, crc_extra_bits)) in wv_unpack_stereo()
963 int ret = wv_check_crc(s, crc, crc_extra_bits); in wv_unpack_mono()