Changeset 290e7eb in ffmpeg
- Timestamp:
- Dec 18, 2011, 1:20:14 PM (13 years ago)
- Branches:
- master
- Children:
- 9a972b51
- Parents:
- b6b00675
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libavcodec/acelp_vectors.c
rb6b00675 r290e7eb 238 238 float y = in->y[i] * scale; 239 239 240 if (in->pitch_lag > 0) 240 241 do { 241 242 out[x] += y; … … 253 254 int x = in->x[i], repeats = !((in->no_repeat_mask >> i) & 1); 254 255 256 if (in->pitch_lag > 0) 255 257 do { 256 258 out[x] = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.