Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
bddba0a0
Commit
bddba0a0
authored
Dec 13, 2017
by
Sebastien Alaiwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
detokenize.c: remove dead macro INCREMENT_COUNT
Change-Id: I6de19c0bde1b1ee6f6b7cf322376c4866bffe860
parent
93e1dcf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
av1/decoder/detokenize.c
av1/decoder/detokenize.c
+0
-5
No files found.
av1/decoder/detokenize.c
View file @
bddba0a0
...
@@ -34,11 +34,6 @@
...
@@ -34,11 +34,6 @@
#define CAT_THREE_CONTEXT_NODE 6
#define CAT_THREE_CONTEXT_NODE 6
#define CAT_FIVE_CONTEXT_NODE 7
#define CAT_FIVE_CONTEXT_NODE 7
#define INCREMENT_COUNT(token) \
do { \
if (counts) ++coef_counts[band][ctx][token]; \
} while (0)
static
INLINE
int
read_coeff
(
FRAME_COUNTS
*
counts
,
static
INLINE
int
read_coeff
(
FRAME_COUNTS
*
counts
,
const
aom_cdf_prob
*
const
*
cdf
,
int
n
,
const
aom_cdf_prob
*
const
*
cdf
,
int
n
,
aom_reader
*
r
)
{
aom_reader
*
r
)
{
...
...
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