Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
e1227d5f
Commit
e1227d5f
authored
Mar 07, 2017
by
Thomas Daede
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix accounting when PVQ is enabled.
Change-Id: I87474e058563d737bbad47d14e398c6090b4486c
parent
4550963b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
av1/decoder/detokenize.c
av1/decoder/detokenize.c
+2
-2
No files found.
av1/decoder/detokenize.c
View file @
e1227d5f
...
...
@@ -19,14 +19,14 @@
#endif // CONFIG_ANS
#include "av1/common/blockd.h"
#define ACCT_STR __func__
#if !CONFIG_PVQ || CONFIG_VAR_TX
#include "av1/common/common.h"
#include "av1/common/entropy.h"
#include "av1/common/idct.h"
#include "av1/decoder/detokenize.h"
#define ACCT_STR __func__
#define EOB_CONTEXT_NODE 0
#define ZERO_CONTEXT_NODE 1
#define ONE_CONTEXT_NODE 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment