Lines Matching defs:dep
1289 unsigned int dep = 0;
1298 while (dep < channels && !ch[dep].stop_flag) {
1300 ch[dep].master_channel);
1302 dep++;
1305 if (dep == channels) {
1321 for (dep = 0; !ch[dep].stop_flag; dep++) {
1326 int32_t *master = ctx->raw_samples[ch[dep].master_channel] + offset;
1328 if (ch[dep].master_channel == c)
1331 if (ch[dep].time_diff_flag) {
1332 int t = ch[dep].time_diff_index;
1334 if (ch[dep].time_diff_sign) {
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]);