Lines Matching defs:tmp1
529 int16_t *tmp1, *tmp2, *tmp3;
549 tmp1 = sampleVal;
556 (*tmp1) = (int16_t) ((SPL_MUL_16_16(maxVal, ilbc_state[(*tmp2)]) + 2097152) >> 22);
557 tmp1++;
564 (*tmp1) = (int16_t) ((SPL_MUL_16_16(maxVal, ilbc_state[(*tmp2)]) + 262144) >> 19);
565 tmp1++;
572 (*tmp1) = (int16_t) ((SPL_MUL_16_16(maxVal, ilbc_state[(*tmp2)]) + 65536) >> 17);
573 tmp1++;
591 tmp1 = &sampleAr[len - 1];
595 (*tmp3) = (*tmp1) + (*tmp2);
596 tmp1--;
964 int16_t j, lag, tmp1, tmp2, randlag;
1034 tmp1 = FFMIN(31, (shift_max << 1) + shift3 - (shift1 << 1) - shift2);
1037 tmp1 = 0;
1041 if ((measure >> tmp1) > (max_measure >> tmp2)) {
1066 tmp1 = SPL_SHIFT_W32(tmp2W32, scale1);
1070 denom = SPL_MUL_16_16_RSFT(tmp1, tmp2, 16); /* denom in Q(scale1+scale2-16) */
1076 tmp1 = SPL_SHIFT_W32(cross, (totscale >> 1));
1079 nom = SPL_MUL_16_16(tmp1, tmp2);