Lines Matching refs:in_right
1125 static void decorr_stereo(int32_t *in_left, int32_t *in_right,
1137 in_right += nb_samples - 1;
1161 out_right[0] = tmp = (dpp->samplesB[1] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
1167 in_right += dir;
1183 out_right[0] = tmp = (dpp->samplesB[0] = in_right[0]) - APPLY_WEIGHT (dpp->weightB, sam);
1189 in_right += dir;
1205 out_right[0] = tmp = (dpp->samplesB[0] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
1211 in_right += dir;
1227 out_right[0] = tmp = (dpp->samplesB[k] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
1233 in_right += dir;
1263 out_right[0] = tmp = (dpp->samplesA[0] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam_B);
1269 in_right += dir;
1278 out_right[0] = tmp = (sam_A = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam_B);
1288 in_right += dir;
1299 dpp->samplesA[0] = tmp = in_right[0];
1311 in_right += dir;
1362 static void decorr_stereo_quick(int32_t *in_left, int32_t *in_right,
1388 out_right[i] = tmp = (dpp->samplesB[1] = in_right[i]) - APPLY_WEIGHT_I(dpp->weightB, sam);
1403 out_right[i] = tmp = (dpp->samplesB[0] = in_right[i]) - APPLY_WEIGHT_I(dpp->weightB, sam);
1418 out_right[i] = tmp = (dpp->samplesB[0] = in_right[i]) - APPLY_WEIGHT_I(dpp->weightB, sam);
1433 out_right[i] = tmp = (dpp->samplesB[k] = in_right[i]) - APPLY_WEIGHT_I(dpp->weightB, sam);
1463 out_right[i] = tmp = (dpp->samplesA[0] = in_right[i]) - APPLY_WEIGHT_I(dpp->weightB, sam_B);
1472 out_right[i] = tmp = (sam_A = in_right[i]) - APPLY_WEIGHT_I(dpp->weightB, sam_B);
1486 dpp->samplesA[0] = tmp = in_right[i];
1499 int32_t *in_left, int32_t *in_right,
1516 decorr_stereo(in_left, in_right, out_left, out_right,
1534 decorr_stereo(in_left, in_right, out_left, out_right, nb_samples, &dp, 1);
1543 decorr_stereo(in_left, in_right, out_left, out_right,
1546 decorr_stereo_quick(in_left, in_right, out_left, out_right,
1671 int32_t *in_left, *in_right, *out_left, *out_right;
1679 in_right = s->sampleptrs[depth ][1];
1699 decorr_stereo_buffer(info, in_left, in_right, out_left, out_right,
1733 decorr_stereo_buffer(info, in_left, in_right, out_left, out_right,
1741 int32_t *in_left, int32_t *in_right,
1759 memcpy(s->sampleptrs[0][1], in_right, s->block_samples * 4);
1799 memcpy(in_right, s->sampleptrs[info.nterms + 1][1], s->block_samples * 4);