comparison cookdata.h @ 6509:99294a20e11c libavcodec

Remove useless variable since r8456.
author ramiro
date Tue, 18 Mar 2008 20:14:57 +0000
parents 1d83e9c34641
children 322023e630a6
comparison
equal deleted inserted replaced
6508:d9711ab4a934 6509:99294a20e11c
37 }; 37 };
38 38
39 static const float dither_tab[8] = { 39 static const float dither_tab[8] = {
40 0.0, 0.0, 0.0, 0.0, 0.0, 0.176777, 0.25, 0.707107, 40 0.0, 0.0, 0.0, 0.0, 0.0, 0.176777, 0.25, 0.707107,
41 }; 41 };
42
43 static const float randsign[2] = {1.0, -1.0};
44 42
45 static const float quant_centroid_tab[7][14] = { 43 static const float quant_centroid_tab[7][14] = {
46 { 0.000, 0.392, 0.761, 1.120, 1.477, 1.832, 2.183, 2.541, 2.893, 3.245, 3.598, 3.942, 4.288, 4.724 }, 44 { 0.000, 0.392, 0.761, 1.120, 1.477, 1.832, 2.183, 2.541, 2.893, 3.245, 3.598, 3.942, 4.288, 4.724 },
47 { 0.000, 0.544, 1.060, 1.563, 2.068, 2.571, 3.072, 3.562, 4.070, 4.620, 0.000, 0.000, 0.000, 0.000 }, 45 { 0.000, 0.544, 1.060, 1.563, 2.068, 2.571, 3.072, 3.562, 4.070, 4.620, 0.000, 0.000, 0.000, 0.000 },
48 { 0.000, 0.746, 1.464, 2.180, 2.882, 3.584, 4.316, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000 }, 46 { 0.000, 0.746, 1.464, 2.180, 2.882, 3.584, 4.316, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000 },