Home
last modified time | relevance | path

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

/dports/audio/wavpack/wavpack-5.4.0/src/
H A Dunpack3.c271 int32_t min_value, max_value, min_shifted, max_shifted; in unpack_samples3() local
335 max_shifted = (max_value = 32767 >> shift) << shift; in unpack_samples3()
777 *bptr++ = max_shifted; in unpack_samples3()
827 *bptr++ = max_shifted; in unpack_samples3()
864 *bptr++ = max_shifted; in unpack_samples3()
894 *bptr++ = max_shifted; in unpack_samples3()
913 *bptr++ = max_shifted; in unpack_samples3()
986 *bptr++ = max_shifted; in unpack_samples3()
1003 *bptr++ = max_shifted; in unpack_samples3()
1053 *bptr++ = max_shifted; in unpack_samples3()
[all …]
H A Dunpack.c760 int32_t min_value, max_value, min_shifted, max_shifted; in fixup_samples() local
765 max_shifted = (max_value = 127 >> shift) << shift; in fixup_samples()
770 max_shifted = (max_value = 32767 >> shift) << shift; in fixup_samples()
775 max_shifted = (max_value = 8388607 >> shift) << shift; in fixup_samples()
780 max_shifted = (max_value = (int32_t) 0x7fffffff >> shift) << shift; in fixup_samples()
791 *buffer++ = max_shifted; in fixup_samples()