Home
last modified time | relevance | path

Searched refs:float_shift (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwavpack.c87 int float_shift; member
347 S *= 1U << s->float_shift; in wv_get_value_float()
1347 s->float_shift = bytestream2_get_byte(&gb); in wavpack_decode_block()
1349 if (s->float_shift > 31) { in wavpack_decode_block()
1351 "Invalid FLOATINFO, shift = %d (> 31)\n", s->float_shift); in wavpack_decode_block()
1352 s->float_shift = 0; in wavpack_decode_block()
H A Dwavpackenc.c117 uint8_t float_flags, float_shift, float_max_exp, max_exp; member
275 s->float_shift = s->float_flags = 0; in scan_float()
326 s->float_shift++; in scan_float()
331 shift_mono(samples_l, nb_samples, s->float_shift); in scan_float()
333 shift_stereo(samples_l, samples_r, nb_samples, s->float_shift); in scan_float()
2700 bytestream2_put_byte(&pb, s->float_shift); in wavpack_encode_block()

Completed in 8 milliseconds