Searched refs:wv_get_value (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | wavpack.c | 173 static int wv_get_value(WavpackFrameContext *ctx, GetBitContext *gb, in wv_get_value() function 791 L = wv_get_value(s, gb, 0, &last); in wv_unpack_stereo() 794 R = wv_get_value(s, gb, 1, &last); in wv_unpack_stereo() 919 T = wv_get_value(s, gb, 0, &last); in wv_unpack_mono()
|