• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching defs:in_right

1123 static void decorr_stereo(int32_t *in_left, int32_t *in_right,
1135 in_right += nb_samples - 1;
1159 out_right[0] = tmp = (dpp->samplesB[1] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
1165 in_right += dir;
1181 out_right[0] = tmp = (dpp->samplesB[0] = in_right[0]) - APPLY_WEIGHT (dpp->weightB, sam);
1187 in_right += dir;
1203 out_right[0] = tmp = (dpp->samplesB[0] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
1209 in_right += dir;
1225 out_right[0] = tmp = (dpp->samplesB[k] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
1231 in_right += dir;
1261 out_right[0] = tmp = (dpp->samplesA[0] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam_B);
1267 in_right += dir;
1276 out_right[0] = tmp = (sam_A = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam_B);
1286 in_right += dir;
1297 dpp->samplesA[0] = tmp = in_right[0];
1309 in_right += dir;
1360 static void decorr_stereo_quick(int32_t *in_left, int32_t *in_right,
1386 out_right[i] = tmp = (dpp->samplesB[1] = in_right[i]) - APPLY_WEIGHT_I(dpp->weightB, sam);
1401 out_right[i] = tmp = (dpp->samplesB[0] = in_right[i]) - APPLY_WEIGHT_I(dpp->weightB, sam);
1416 out_right[i] = tmp = (dpp->samplesB[0] = in_right[i]) - APPLY_WEIGHT_I(dpp->weightB, sam);
1431 out_right[i] = tmp = (dpp->samplesB[k] = in_right[i]) - APPLY_WEIGHT_I(dpp->weightB, sam);
1461 out_right[i] = tmp = (dpp->samplesA[0] = in_right[i]) - APPLY_WEIGHT_I(dpp->weightB, sam_B);
1470 out_right[i] = tmp = (sam_A = in_right[i]) - APPLY_WEIGHT_I(dpp->weightB, sam_B);
1484 dpp->samplesA[0] = tmp = in_right[i];
1497 int32_t *in_left, int32_t *in_right,
1514 decorr_stereo(in_left, in_right, out_left, out_right,
1532 decorr_stereo(in_left, in_right, out_left, out_right, nb_samples, &dp, 1);
1541 decorr_stereo(in_left, in_right, out_left, out_right,
1544 decorr_stereo_quick(in_left, in_right, out_left, out_right,
1669 int32_t *in_left, *in_right, *out_left, *out_right;
1677 in_right = s->sampleptrs[depth ][1];
1697 decorr_stereo_buffer(info, in_left, in_right, out_left, out_right,
1731 decorr_stereo_buffer(info, in_left, in_right, out_left, out_right,
1739 int32_t *in_left, int32_t *in_right,
1757 memcpy(s->sampleptrs[0][1], in_right, s->block_samples * 4);
1797 memcpy(in_right, s->sampleptrs[info.nterms + 1][1], s->block_samples * 4);