This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function
Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n3.4
Martin Storsjö
9 years ago
parent
3933b86bb9
commit
4da4b2b87f
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
libavcodec/aarch64/vp9itxfm_neon.S
+ 1
- 2
libavcodec/aarch64/vp9itxfm_neon.S
View File
@@ -379,12 +379,11 @@ function ff_vp9_\txfm1\()_\txfm2\()_8x8_add_neon, export=1
// idct, so those always need to be loaded.
.ifc \txfm1\()_\txfm2,idct_idct
movrel x4, idct_coeffs
ld1 {v0.8h}, [x4]
.else
movrel x4, iadst8_coeffs
ld1 {v1.8h}, [x4], #16
ld1 {v0.8h}, [x4]
.endif
ld1 {v0.8h}, [x4]
movi v2.16b, #0
movi v3.16b, #0
Write
Preview
Loading…
Cancel
Save