Revision f66e4f5f libavcodec/imc.c
libavcodec/imc.c | ||
---|---|---|
347 | 347 |
iacc = 0; |
348 | 348 |
|
349 | 349 |
for(j = (stream_format_code & 0x2)?4:0; j < BANDS; j++) { |
350 |
cwlen = clip((int)((q->flcoeffs4[j] * 0.5) - summa + 0.5), 0, 6); |
|
350 |
cwlen = av_clip((int)((q->flcoeffs4[j] * 0.5) - summa + 0.5), 0, 6);
|
|
351 | 351 |
|
352 | 352 |
q->bitsBandT[j] = cwlen; |
353 | 353 |
summer += q->bandWidthT[j] * cwlen; |
Also available in: Unified diff