| Index: source/libvpx/test/dct16x16_test.cc
|
| ===================================================================
|
| --- source/libvpx/test/dct16x16_test.cc (revision 219822)
|
| +++ source/libvpx/test/dct16x16_test.cc (working copy)
|
| @@ -320,7 +320,7 @@
|
| TEST_P(FwdTrans16x16Test, AccuracyCheck) {
|
| ACMRandom rnd(ACMRandom::DeterministicSeed());
|
| int max_error = 0;
|
| - double total_error = 0;
|
| + int total_error = 0;
|
| const int count_test_block = 10000;
|
| for (int i = 0; i < count_test_block; ++i) {
|
| DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, 256);
|
|
|