Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
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
04edde2b
Commit
04edde2b
authored
13 years ago
by
Johann
Committed by
Code Review
13 years ago
Browse files
Options
Download
Plain Diff
Merge "neon fast quantize block pair"
parents
da8eb716
61f0c090
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
vp8/encoder/arm/arm_csystemdependent.c
+3
-1
vp8/encoder/arm/arm_csystemdependent.c
vp8/encoder/arm/neon/fastquantizeb_neon.asm
+135
-4
vp8/encoder/arm/neon/fastquantizeb_neon.asm
vp8/encoder/arm/quantize_arm.c
+62
-0
vp8/encoder/arm/quantize_arm.c
vp8/encoder/arm/quantize_arm.h
+17
-0
vp8/encoder/arm/quantize_arm.h
vp8/encoder/block.h
+1
-0
vp8/encoder/block.h
vp8/encoder/encodeframe.c
+8
-3
vp8/encoder/encodeframe.c
vp8/encoder/ethreading.c
+1
-0
vp8/encoder/ethreading.c
vp8/encoder/generic/csystemdependent.c
+2
-2
vp8/encoder/generic/csystemdependent.c
vp8/encoder/onyx_if.c
+8
-2
vp8/encoder/onyx_if.c
vp8/encoder/quantize.c
+20
-3
vp8/encoder/quantize.c
vp8/encoder/quantize.h
+31
-4
vp8/encoder/quantize.h
vp8/vp8cx_arm.mk
+1
-0
vp8/vp8cx_arm.mk
with
289 additions
and
19 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
Menu
Explore
Projects
Groups
Topics
Snippets