Lines Matching refs:MUL64
526 unsigned tmp1 = ((MUL64(par[k], cof[j]) + (1 << 19)) >> 20);
527 cof[j] += ((MUL64(par[k], cof[i]) + (1 << 19)) >> 20);
531 cof[i] += ((MUL64(par[k], cof[j]) + (1 << 19)) >> 20);
942 y += (uint64_t)MUL64(bd->ltp_gain[tab], raw_samples[base]);
954 y += (uint64_t)MUL64(lpc_cof[sb], raw_samples[-(sb + 1)]);
1004 y += (uint64_t)MUL64(lpc_cof[sb], raw_samples[sb]);
1360 MUL64(ch[dep].weighting[0], master[smp - 1 ]) +
1361 MUL64(ch[dep].weighting[1], master[smp ]) +
1362 MUL64(ch[dep].weighting[2], master[smp + 1 ]) +
1363 MUL64(ch[dep].weighting[3], master[smp - 1 + t]) +
1364 MUL64(ch[dep].weighting[4], master[smp + t]) +
1365 MUL64(ch[dep].weighting[5], master[smp + 1 + t]);
1382 MUL64(ch[dep].weighting[0], master[smp - 1]) +
1383 MUL64(ch[dep].weighting[1], master[smp ]) +
1384 MUL64(ch[dep].weighting[2], master[smp + 1]);