Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
libvpx
Commits
94675717
Commit
94675717
authored
11 years ago
by
Dmitry Kovalev
Browse files
Options
Download
Patches
Plain Diff
Moving subexp encoding functions in separate vp9_dsubexp.c file.
Change-Id: Idbb2ea80f764fa830fe2ddcfc54ef7fe232f05a8
parent
5ae09677
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
vp9/common/vp9_common.h
+12
-0
vp9/common/vp9_common.h
vp9/decoder/vp9_decodemv.c
+20
-33
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decodframe.c
+36
-126
vp9/decoder/vp9_decodframe.c
vp9/decoder/vp9_decodframe.h
+0
-1
vp9/decoder/vp9_decodframe.h
vp9/decoder/vp9_dsubexp.c
+85
-0
vp9/decoder/vp9_dsubexp.c
vp9/decoder/vp9_dsubexp.h
+19
-0
vp9/decoder/vp9_dsubexp.h
vp9/encoder/vp9_bitstream.c
+0
-10
vp9/encoder/vp9_bitstream.c
vp9/vp9dx.mk
+2
-0
vp9/vp9dx.mk
with
174 additions
and
170 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment