Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwavpack.c74 uint32_t crc_extra_bits; member
402 uint32_t crc_extra_bits) in wv_check_crc() argument
408 if (s->got_extra_bits && crc_extra_bits != s->crc_extra_bits) { in wv_check_crc()
781 uint32_t crc_extra_bits = 0xFFFFFFFF; in wv_unpack_stereo() local
879 *dstfl_l++ = wv_get_value_float(s, &crc_extra_bits, L); in wv_unpack_stereo()
880 *dstfl_r++ = wv_get_value_float(s, &crc_extra_bits, R); in wv_unpack_stereo()
882 *dst32_l++ = wv_get_value_integer(s, &crc_extra_bits, L); in wv_unpack_stereo()
883 *dst32_r++ = wv_get_value_integer(s, &crc_extra_bits, R); in wv_unpack_stereo()
885 *dst16_l++ = wv_get_value_integer(s, &crc_extra_bits, L); in wv_unpack_stereo()
886 *dst16_r++ = wv_get_value_integer(s, &crc_extra_bits, R); in wv_unpack_stereo()
[all …]