Måns Rullgård
|
edc0f5dcba
|
ARM: NEON optimised MDCT
Originally committed as revision 19819 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Måns Rullgård
|
750f5034cf
|
ARM: faster NEON IMDCT
Originally committed as revision 19817 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Måns Rullgård
|
648d792042
|
ARM: NEON optimised FFT and MDCT
Vorbis and AC3 ~3x faster.
Parts by Naotoshi Nojiri, naonoj gmail
Originally committed as revision 19806 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Diego Biurrun
|
deb1b2b699
|
Add necessary #include for config.h.
Originally committed as revision 19692 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Måns Rullgård
|
9ae443f420
|
10L: remove instruction left over from debugging
Originally committed as revision 19638 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Måns Rullgård
|
e814015d69
|
ARM: NEON optimised vorbis_inverse_coupling
12% faster Vorbis decoding on Cortex-A8.
Originally committed as revision 19637 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |
Måns Rullgård
|
341f394f0d
|
ARM: cleaner selection of ELF-spefic assembler directives
Originally committed as revision 19522 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Martin Storsjö
|
e21a892163
|
Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.
patch by Martin Storsjö, martin martin st
Originally committed as revision 19514 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Diego Biurrun
|
7d90972c84
|
cosmetics: reindent/prettyprint after last commit
Originally committed as revision 19495 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Diego Biurrun
|
31cf61b447
|
Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.
Originally committed as revision 19494 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Diego Biurrun
|
99e5a9d1ea
|
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
The Theora decoder depends on the VP3 decoder.
Originally committed as revision 19492 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
0a8958c849
|
ARM: handle VFP register arguments in ff_vector_fmul_window_neon()
Originally committed as revision 19475 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
ce742de22c
|
ARM: check for VFP register arguments
Originally committed as revision 19474 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
David Conrad
|
2483298ae2
|
ARM: NEON VP3 IDCT
15% faster VP3/Theora, 10% faster VP6
Originally committed as revision 19345 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
2da4e5e3e1
|
ARM: slightly faster NEON H264 horizontal loop filter
Originally committed as revision 19216 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
c9311a12d5
|
ARM: add some PLD in NEON IDCT
Originally committed as revision 18972 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
David Conrad
|
548a99742c
|
ARM: actually add VP3 loop filter
Originally committed as revision 18917 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
David Conrad
|
6db8697a39
|
ARM: NEON VP3 Loop Filter
Originally committed as revision 18916 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
David Conrad
|
d647ed789f
|
ARM: Use fewer register in NEON put_pixels _y2 and _xy2
Approved by Mans on IRC
Originally committed as revision 18713 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
David Conrad
|
428bf2ac88
|
ARM: NEON put_pixels_clamped
Originally committed as revision 18712 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
David Conrad
|
d8f3f340ad
|
Add guaranteed alignment for loading dest pixels in avg_pixels16_neon
Originally committed as revision 18535 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
David Conrad
|
cc2e555420
|
ARM: NEON optimized put_signed_pixels_clamped
Originally committed as revision 18333 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
08e12b2240
|
ARM: NEON optimised add_pixels_clamped
Based on patch by David Conrad.
Originally committed as revision 18332 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
35690321a7
|
ARM: disable inline asm for armcc
Originally committed as revision 17831 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
4cd19f6e78
|
ARM: fix missing MUL16() return type
Originally committed as revision 17679 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
fe7f149ed8
|
ARM: fix corner-case overflow in H.264 weighted prediction
Originally committed as revision 17657 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
e1f7cb7fa0
|
ARM: NEON optimised vector_fmul_window
Originally committed as revision 16868 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
dd927e2e62
|
ARM: NEON optimised vector_fmul
Originally committed as revision 16867 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
ca6532f620
|
ARM: remove some unused macro arguments
Originally committed as revision 16824 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
d8f9269dc6
|
ARM: reorder some instructions in put_pixels*_arm for speed gains
Originally committed as revision 16823 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
00c5727d90
|
ARM: replace jump tables with conditional branches
Originally committed as revision 16822 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
d9e68f5c1a
|
ARM: replace explicit literal loads with ldr Rd, =lit
Originally committed as revision 16821 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
fc252eba02
|
ARM: change alignment of loops in put_pixels*_arm to 32
Originally committed as revision 16820 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
4f928a4d2d
|
ARM: optimised mid_pred()
Originally committed as revision 16819 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
1214bd86dc
|
ARM: allow register operands for shifts in MULL()
Originally committed as revision 16818 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
bd53b426b7
|
ARM: NEON optimised H.264 weighted prediction
Originally committed as revision 16771 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
5a29589b81
|
ARM: NEON optimised H.264 biweighted prediction
Originally committed as revision 16770 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Diego Biurrun
|
406792e7b0
|
cosmetics: Remove pointless period after copyright statement non-sentences.
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
77c4537313
|
ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change
Originally committed as revision 16677 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Aurelien Jacobs
|
49fb20cb8a
|
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
and remove all ENABLE_ definitions.
Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Aurelien Jacobs
|
b250f9c66d
|
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
They are now always defined to either 0 or 1.
Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
9a0cf9f8f8
|
ARM: use push/pop pseudo-instructions in simple_idct_armv6.S
Originally committed as revision 16570 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
e9497946bb
|
ARM: simple_idct_armv6.S whitespace cosmetics
Originally committed as revision 16569 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
7f727ace2a
|
ARM: clean up pc-relative references in simple_idct_armv6.S
Originally committed as revision 16568 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
3b16c71984
|
ARM: use rX register names in simple_idct_armv6.S
Originally committed as revision 16567 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
172a39d13c
|
ARM: work around linker bug with movw/movt relocations in shared libs
Originally committed as revision 16395 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
77e2249e2f
|
ARM: rename coefficient table in NEON IDCT
Originally committed as revision 16392 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
f23740d96f
|
ARM: NEON optimised float_to_int16
Originally committed as revision 16352 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
760badc1df
|
ARM: add new h264 idct functions
Originally committed as revision 16312 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |
Måns Rullgård
|
a2fc0f6a6d
|
ARM: replace "armv4l" with "arm"
Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
16 years ago |