Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
1f9356a5
Commit
1f9356a5
authored
Sep 02, 2016
by
Yaowu Xu
Browse files
aom_dsp: AV1_IADST8x16_1D to AOM_IADST8x16_1D
Change-Id: Iba415ab2d4adb3350b4747a58f69db7d02bbab68
parent
01bade10
Changes
2
Hide whitespace changes
Inline
Side-by-side
aom_dsp/mips/idct16x16_msa.c
View file @
1f9356a5
...
...
@@ -303,7 +303,7 @@ void aom_iadst16_1d_rows_msa(const int16_t *input, int16_t *output) {
l12
,
l13
,
l14
,
l15
);
/* ADST in horizontal */
A
V1
_IADST8x16_1D
(
l0
,
l1
,
l2
,
l3
,
l4
,
l5
,
l6
,
l7
,
l8
,
l9
,
l10
,
l11
,
l12
,
l13
,
A
OM
_IADST8x16_1D
(
l0
,
l1
,
l2
,
l3
,
l4
,
l5
,
l6
,
l7
,
l8
,
l9
,
l10
,
l11
,
l12
,
l13
,
l14
,
l15
,
r0
,
r1
,
r2
,
r3
,
r4
,
r5
,
r6
,
r7
,
r8
,
r9
,
r10
,
r11
,
r12
,
r13
,
r14
,
r15
);
...
...
aom_dsp/mips/inv_txfm_msa.h
View file @
1f9356a5
...
...
@@ -332,7 +332,7 @@
out7 = -in7; \
}
#define A
V1
_IADST8x16_1D(r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, \
#define A
OM
_IADST8x16_1D(r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, \
r12, r13, r14, r15, out0, out1, out2, out3, out4, \
out5, out6, out7, out8, out9, out10, out11, out12, \
out13, out14, out15) \
...
...
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