Searched refs:float_shift (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | wavpack.c | 86 int float_shift; member 346 S *= 1U << s->float_shift; in wv_get_value_float() 1340 s->float_shift = bytestream2_get_byte(&gb); in wavpack_decode_block() 1342 if (s->float_shift > 31) { in wavpack_decode_block() 1344 "Invalid FLOATINFO, shift = %d (> 31)\n", s->float_shift); in wavpack_decode_block() 1345 s->float_shift = 0; in wavpack_decode_block()
|
D | wavpackenc.c | 114 uint8_t float_flags, float_shift, float_max_exp, max_exp; member 272 s->float_shift = s->float_flags = 0; in scan_float() 323 s->float_shift++; in scan_float() 328 shift_mono(samples_l, nb_samples, s->float_shift); in scan_float() 330 shift_stereo(samples_l, samples_r, nb_samples, s->float_shift); in scan_float() 2696 bytestream2_put_byte(&pb, s->float_shift); in wavpack_encode_block()
|