Searched refs:wv_check_crc (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | wavpack.c | 402 static inline int wv_check_crc(WavpackFrameContext *s, uint32_t crc, in wv_check_crc() function 572 if (wv_check_crc(s, checksum, 0)) { in wv_unpack_dsd_high() 733 if (wv_check_crc(s, checksum, 0)) { in wv_unpack_dsd_fast() 765 if (wv_check_crc(s, checksum, 0)) { in wv_unpack_dsd_copy() 903 wv_check_crc(s, crc, crc_extra_bits)) in wv_unpack_stereo() 968 int ret = wv_check_crc(s, crc, crc_extra_bits); in wv_unpack_mono()
|
Completed in 3 milliseconds