• 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:out_right

1124                           int32_t *out_left, int32_t *out_right,
1133 out_right += nb_samples - 1;
1159 out_right[0] = tmp = (dpp->samplesB[1] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
1166 out_right += dir;
1181 out_right[0] = tmp = (dpp->samplesB[0] = in_right[0]) - APPLY_WEIGHT (dpp->weightB, sam);
1188 out_right += dir;
1203 out_right[0] = tmp = (dpp->samplesB[0] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
1210 out_right += dir;
1225 out_right[0] = tmp = (dpp->samplesB[k] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
1232 out_right += dir;
1261 out_right[0] = tmp = (dpp->samplesA[0] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam_B);
1268 out_right += dir;
1276 out_right[0] = tmp = (sam_A = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam_B);
1287 out_right += dir;
1298 out_right[0] = tmp -= APPLY_WEIGHT(dpp->weightB, sam_B);
1310 out_right += dir;
1361 int32_t *out_left, int32_t *out_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);
1485 out_right[i] = tmp -= APPLY_WEIGHT_I(dpp->weightB, sam_B);
1498 int32_t *out_left, int32_t *out_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;
1679 out_right = s->sampleptrs[depth + 1][1];
1697 decorr_stereo_buffer(info, in_left, in_right, out_left, out_right,
1699 bits = log2stereo(out_left, out_right, s->block_samples, info->log_limit);
1731 decorr_stereo_buffer(info, in_left, in_right, out_left, out_right,