Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
8d70aef0
Commit
8d70aef0
authored
Nov 30, 2017
by
Shiyou Yin
Committed by
Gerrit Code Review
Nov 30, 2017
Browse files
Merge "vpx: [loongson] fix bug in var_filter_block2d_bil_16x"
parents
9116e3d9
a0ca2a40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vpx_dsp/mips/variance_mmi.c
vpx_dsp/mips/variance_mmi.c
+4
-4
No files found.
vpx_dsp/mips/variance_mmi.c
View file @
8d70aef0
...
...
@@ -1068,14 +1068,14 @@ static inline void var_filter_block2d_bil_16x(const uint8_t *a, int a_stride,
"1:
\n\t
"
MMI_ADDU
(
%
[
a
],
%
[
a
],
%
[
a_stride
])
VAR_FILTER_BLOCK2D_BIL_FIRST_PASS_16_
A
VAR_FILTER_BLOCK2D_BIL_FIRST_PASS_16_
B
MMI_ADDIU
(
%
[
temp2_ptr
],
%
[
temp2_ptr
],
0x10
)
VAR_FILTER_BLOCK2D_BIL_SECOND_PASS_16_
B
VAR_FILTER_BLOCK2D_BIL_SECOND_PASS_16_
A
MMI_ADDU
(
%
[
a
],
%
[
a
],
%
[
a_stride
])
VAR_FILTER_BLOCK2D_BIL_FIRST_PASS_16_
B
VAR_FILTER_BLOCK2D_BIL_FIRST_PASS_16_
A
MMI_ADDIU
(
%
[
temp2_ptr
],
%
[
temp2_ptr
],
0x10
)
VAR_FILTER_BLOCK2D_BIL_SECOND_PASS_16_
A
VAR_FILTER_BLOCK2D_BIL_SECOND_PASS_16_
B
"addiu %[counter], %[counter], -0x01
\n\t
"
"bnez %[counter], 1b
\n\t
"
:
[
ftmp0
]
"=&f"
(
ftmp
[
0
]),
[
ftmp1
]
"=&f"
(
ftmp
[
1
]),
[
ftmp2
]
"=&f"
(
ftmp
[
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