[FFmpeg-soc] [soc]: r498 - in eac3: ac3tab.c ac3tab.h

Justin Ruggles justinruggles at bellsouth.net
Sat Jul 21 13:50:37 CEST 2007


bwolowiec wrote:
> +const int16_t ff_vq_hebap3[16][6] = {
> +/*0*/ {-10028, 20779, 10982, -4560, 798, -68},
> +/*1*/ {11050, 20490, -6617, -5342, -1797, -1631},
> +/*2*/ {3977, -542, 7118, -1166, 18844, 14678},
> +/*3*/ {-4320, -96, -7295, -492, -22050, -4277},
> +/*4*/ {2692, 5856, 5530, 21862, -7212, -5325},
> +/*5*/ {-135, -23391, 962, 8115, -644, 382},
> +/*6*/ {-1563, 3400, -3299, 4693, -6892, 22398},
> +/*7*/ {3535, 3030, 7296, 6214, 20476, -12099},
> +/*8*/ {57, -6823, 1848, -22349, -5919, 6823},
> +/*9*/ {-821, -3655, -387, -6253, -1735, -22373},
> +/*10*/ {-6046, 1586, -18890, -14392, 9214, 705},
> +/*11*/ {-5716, 264, -17964, 14618, 7921, -337},
> +/*12*/ {-110, 108, 8, 74, -89, -50},
> +/*13*/ {6612, -1517, 21687, -1658, -7949, -246},
> +/*14*/ {21667, -6335, -8290, -101, -1349, -22},
> +/*15*/ {-22003, -6476, 7974, 648, 2054, -331},
> +};

I don't think the numbers at the left are necessary.  Also, vertical 
alignment would look nice.  See libavcodec/svq1_cb.h for an example.

-Justin



More information about the FFmpeg-soc mailing list