aboutsummaryrefslogtreecommitdiff
path: root/third_party/libaom/source/libaom/test/av1_convolve_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libaom/source/libaom/test/av1_convolve_test.cc')
-rw-r--r--third_party/libaom/source/libaom/test/av1_convolve_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libaom/source/libaom/test/av1_convolve_test.cc b/third_party/libaom/source/libaom/test/av1_convolve_test.cc
index 0c902808ad..4d61f02298 100644
--- a/third_party/libaom/source/libaom/test/av1_convolve_test.cc
+++ b/third_party/libaom/source/libaom/test/av1_convolve_test.cc
@@ -1172,8 +1172,8 @@ std::vector<CompoundParam> GetCompoundParams() {
result.push_back(CompoundParam(false, 0, 0));
for (int k = 0; k < 2; ++k) {
for (int l = 0; l < 4; ++l) {
- result.push_back(CompoundParam(true, quant_dist_lookup_table[k][l][0],
- quant_dist_lookup_table[k][l][1]));
+ result.push_back(CompoundParam(true, quant_dist_lookup_table[l][k],
+ quant_dist_lookup_table[l][1 - k]));
}
}
return result;