Lines Matching refs:out_right
1126 int32_t *out_left, int32_t *out_right,
1135 out_right += nb_samples - 1;
1161 out_right[0] = tmp = (dpp->samplesB[1] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
1168 out_right += dir;
1183 out_right[0] = tmp = (dpp->samplesB[0] = in_right[0]) - APPLY_WEIGHT (dpp->weightB, sam);
1190 out_right += dir;
1205 out_right[0] = tmp = (dpp->samplesB[0] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
1212 out_right += dir;
1227 out_right[0] = tmp = (dpp->samplesB[k] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
1234 out_right += dir;
1263 out_right[0] = tmp = (dpp->samplesA[0] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam_B);
1270 out_right += dir;
1278 out_right[0] = tmp = (sam_A = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam_B);
1289 out_right += dir;
1300 out_right[0] = tmp -= APPLY_WEIGHT(dpp->weightB, sam_B);
1312 out_right += dir;
1363 int32_t *out_left, int32_t *out_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);
1487 out_right[i] = tmp -= APPLY_WEIGHT_I(dpp->weightB, sam_B);
1500 int32_t *out_left, int32_t *out_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;
1681 out_right = s->sampleptrs[depth + 1][1];
1699 decorr_stereo_buffer(info, in_left, in_right, out_left, out_right,
1701 bits = log2stereo(out_left, out_right, s->block_samples, info->log_limit);
1733 decorr_stereo_buffer(info, in_left, in_right, out_left, out_right,