Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwavpack.c327 static float wv_get_value_float(WavpackFrameContext *s, uint32_t *crc, int S) in wv_get_value_float() function
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()
948 *dstfl++ = wv_get_value_float(s, &crc_extra_bits, S); in wv_unpack_mono()