commit | a34daedfca7529b0a4ff21a7e790442b8d65d45a | [log] [tgz] |
---|---|---|
author | Tristan Matthews <tmatth@videolan.org> | Fri Nov 04 21:36:51 2016 -0400 |
committer | Tristan Matthews <le.businessman@gmail.com> | Sat Nov 05 06:28:20 2016 +0000 |
tree | 4e3ea5787786773d500c1e3a8c59951edf5c934b | |
parent | 9d054813bd89b0024d9f22a3afcd7d9cdc00293c [diff] |
pvq: drop unused declaration Change-Id: I5d95bb897d335dc17aa0ae5e873ba7dee46c6fda
diff --git a/av1/common/pvq.h b/av1/common/pvq.h index a5051b4..371e4bd 100644 --- a/av1/common/pvq.h +++ b/av1/common/pvq.h
@@ -16,7 +16,6 @@ # include "generic_code.h" # include "odintrin.h" -extern const double *OD_BASIS_MAG[2][OD_NBSIZES + 1]; extern const int OD_QM8_Q4_FLAT[]; extern const int OD_QM8_Q4_HVS[];