ac3enc: clip coupling coordinates during calculation
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 7 Aug 2011 21:12:49 +0000 (17:12 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 10 Aug 2011 21:09:24 +0000 (17:09 -0400)
commit069083a419fc1a267ee997817c4e368fa67ca154
tree0921fbf60e2668a12f0ebe317f24a19f51e55125
parentd271d5b2152cafe540f3ab71d3be6ce8636d2fd6
ac3enc: clip coupling coordinates during calculation

This is faster than using the clip_coefficients() function. Also,
clipping the coordinates before determining reuse is better since it
will compare coordinates that are closer to their final encoded values.
libavcodec/ac3enc_template.c