Chromium Code Reviews| Index: source/libvpx/test/fdct4x4_test.cc |
| =================================================================== |
| --- source/libvpx/test/fdct4x4_test.cc (revision 219822) |
| +++ source/libvpx/test/fdct4x4_test.cc (working copy) |
| @@ -136,7 +136,7 @@ |
| ACMRandom rnd(ACMRandom::DeterministicSeed()); |
| int max_error = 0; |
| - double total_error = 0; |
| + int total_error = 0; |
| const int count_test_block = 1000000; |
| for (int i = 0; i < count_test_block; ++i) { |
| DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, 16); |