diff options
author | Guillaume Martres <smarter@ubuntu.com> | 2014-01-11 22:46:25 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-01-21 11:58:52 +0100 |
commit | faf03ecba03155bb1f5416713bd01da043863b43 (patch) | |
tree | c599e411b308a2485bebfa9022508166e6835838 /libavcodec/acelp_vectors.c | |
parent | a246d06fe0dc6c2ea65e95327624b4537ff9bd0d (diff) | |
download | ffmpeg-faf03ecba03155bb1f5416713bd01da043863b43.tar.gz |
hevc: Remove useless clip
The src buffer should only contain values in the interval
[0, (1 << BIT_DEPTH) - 1].
Since shift = (BIT_DEPTH - 5), src[x] >> shift must be in
the interval [0, 31], so no clip is needed.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/acelp_vectors.c')
0 files changed, 0 insertions, 0 deletions