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
40edab5e
Commit
40edab5e
authored
11 years ago
by
Parag Salasakar
Committed by
Johann
11 years ago
Browse files
Options
Download
Patches
Plain Diff
mips dsp-ase r2 vp9 decoder convolve module optimizations
Change-Id: I401536778e3c68ba2b3ae3955c689d005e1f1d59
parent
6c2082db
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
build/make/rtcd.sh
+4
-0
build/make/rtcd.sh
test/convolve_test.cc
+22
-0
test/convolve_test.cc
vp9/common/mips/dspr2/vp9_common_dspr2.h
+85
-0
vp9/common/mips/dspr2/vp9_common_dspr2.h
vp9/common/mips/dspr2/vp9_convolve8_avg_dspr2.c
+689
-0
vp9/common/mips/dspr2/vp9_convolve8_avg_dspr2.c
vp9/common/mips/dspr2/vp9_convolve8_avg_horiz_dspr2.c
+1032
-0
vp9/common/mips/dspr2/vp9_convolve8_avg_horiz_dspr2.c
vp9/common/mips/dspr2/vp9_convolve8_dspr2.c
+1281
-0
vp9/common/mips/dspr2/vp9_convolve8_dspr2.c
vp9/common/mips/dspr2/vp9_convolve8_horiz_dspr2.c
+917
-0
vp9/common/mips/dspr2/vp9_convolve8_horiz_dspr2.c
vp9/common/mips/dspr2/vp9_convolve8_vert_dspr2.c
+390
-0
vp9/common/mips/dspr2/vp9_convolve8_vert_dspr2.c
vp9/common/vp9_rtcd_defs.sh
+8
-8
vp9/common/vp9_rtcd_defs.sh
vp9/vp9_common.mk
+8
-0
vp9/vp9_common.mk
with
4436 additions
and
8 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