The codebook generator algorithm involves picking three
authorVitor Sessak <vitor1001@gmail.com>
Wed, 23 Jul 2008 03:54:31 +0000 (03:54 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Wed, 23 Jul 2008 03:54:31 +0000 (03:54 +0000)
commit5916af1954f0c25f06e87d2076aaf536c684ed98
tree40507a8da25e7fad96da22b0ac2f9dd6092c4cca
parent26b86e47c010029d7ca7c7264f710c240d85339a
The codebook generator algorithm involves picking three
different codebook centroids ("high utility", "low
utility" and "closest to the low utility one"). This
change avoid the corner case of choosing two times the
same centroid.

Originally committed as revision 14340 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/elbg.c