• Home
  • Raw
  • Download

Lines Matching refs:weightA

817                     L2 = L + ((s->decorr[i].weightA * (int64_t)A + 512) >> 10);  in wv_unpack_stereo()
820 L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)A + 512) >> 10); in wv_unpack_stereo()
824 s->decorr[i].weightA -= ((((L ^ A) >> 30) & 2) - 1) * s->decorr[i].delta; in wv_unpack_stereo()
831 … L2 = L + ((s->decorr[i].weightA * (int64_t)s->decorr[i].samplesA[0] + 512) >> 10); in wv_unpack_stereo()
833 … L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)s->decorr[i].samplesA[0] + 512) >> 10); in wv_unpack_stereo()
834 … UPDATE_WEIGHT_CLIP(s->decorr[i].weightA, s->decorr[i].delta, s->decorr[i].samplesA[0], L); in wv_unpack_stereo()
857 L2 = L + ((s->decorr[i].weightA * (int64_t)R2 + 512) >> 10); in wv_unpack_stereo()
859 L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)R2 + 512) >> 10); in wv_unpack_stereo()
860 UPDATE_WEIGHT_CLIP(s->decorr[i].weightA, s->decorr[i].delta, R2, L); in wv_unpack_stereo()
937 S = T + ((s->decorr[i].weightA * (int64_t)A + 512) >> 10); in wv_unpack_mono()
939 S = T + (unsigned)((int)(s->decorr[i].weightA * (unsigned)A + 512) >> 10); in wv_unpack_mono()
941 s->decorr[i].weightA -= ((((T ^ A) >> 30) & 2) - 1) * s->decorr[i].delta; in wv_unpack_mono()
1200 s->decorr[s->terms - i - 1].weightA = t * (1 << 3); in wavpack_decode_block()
1201 if (s->decorr[s->terms - i - 1].weightA > 0) in wavpack_decode_block()
1202 s->decorr[s->terms - i - 1].weightA += in wavpack_decode_block()
1203 (s->decorr[s->terms - i - 1].weightA + 64) >> 7; in wavpack_decode_block()