Lines Matching defs:L2
783 int A, B, L, L2, R, R2;
822 L2 = L + ((s->decorr[i].weightA * (int64_t)A + 512) >> 10);
825 L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)A + 512) >> 10);
832 s->decorr[i].samplesA[j] = L = L2;
836 L2 = L + ((s->decorr[i].weightA * (int64_t)s->decorr[i].samplesA[0] + 512) >> 10);
838 L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)s->decorr[i].samplesA[0] + 512) >> 10);
840 L = L2;
842 R2 = R + ((s->decorr[i].weightB * (int64_t)L2 + 512) >> 10);
844 R2 = R + (unsigned)((int)(s->decorr[i].weightB * (unsigned)L2 + 512) >> 10);
845 UPDATE_WEIGHT_CLIP(s->decorr[i].weightB, s->decorr[i].delta, L2, R);
862 L2 = L + ((s->decorr[i].weightA * (int64_t)R2 + 512) >> 10);
864 L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)R2 + 512) >> 10);
866 L = L2;