summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2023-03-01 15:52:20 -0800
committerJames Zern <jzern@google.com>2023-03-01 15:54:46 -0800
commitd98a7b8bd937f4b846beb3df76271a5f91d86d5f (patch)
treeb80b88836cfb4a4781349a7177dac57235e0d2f4 /vp9/common
parent0e7804ca30c367eefb17594a0c5096f2f26de732 (diff)
downloadlibvpx-d98a7b8bd937f4b846beb3df76271a5f91d86d5f.tar
libvpx-d98a7b8bd937f4b846beb3df76271a5f91d86d5f.tar.gz
libvpx-d98a7b8bd937f4b846beb3df76271a5f91d86d5f.tar.bz2
libvpx-d98a7b8bd937f4b846beb3df76271a5f91d86d5f.zip
Revert "quantize: use scan_order instead of passing scan/iscan"
This reverts commit 14fc40040ff30486c45111056db44ee18590a24a. This has alignment issues, causing crashes in the tests: SSSE3/VP9QuantizeTest.EOBCheck/* Change-Id: I934f9a4c3ce3db33058a65180fa645c8649c3670
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_scan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_scan.h b/vp9/common/vp9_scan.h
index efa0e2336..72a9a5ec4 100644
--- a/vp9/common/vp9_scan.h
+++ b/vp9/common/vp9_scan.h
@@ -23,7 +23,7 @@ extern "C" {
#define MAX_NEIGHBORS 2
-typedef struct scan_order {
+typedef struct {
const int16_t *scan;
const int16_t *iscan;
const int16_t *neighbors;