150 Commits (d56920e206b639d9e2a4e22b90acc680c6e4ca04)

Author SHA1 Message Date
Måns Rullgård edc0f5dcba ARM: NEON optimised MDCT 15 years ago
Måns Rullgård 750f5034cf ARM: faster NEON IMDCT 15 years ago
Måns Rullgård 648d792042 ARM: NEON optimised FFT and MDCT 15 years ago
Diego Biurrun deb1b2b699 Add necessary #include for config.h. 15 years ago
Måns Rullgård 9ae443f420 10L: remove instruction left over from debugging 15 years ago
Måns Rullgård e814015d69 ARM: NEON optimised vorbis_inverse_coupling 15 years ago
Måns Rullgård 341f394f0d ARM: cleaner selection of ELF-spefic assembler directives 16 years ago
Martin Storsjö e21a892163 Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE. 16 years ago
Diego Biurrun 7d90972c84 cosmetics: reindent/prettyprint after last commit 16 years ago
Diego Biurrun 31cf61b447 Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. 16 years ago
Diego Biurrun 99e5a9d1ea Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. 16 years ago
Måns Rullgård 0a8958c849 ARM: handle VFP register arguments in ff_vector_fmul_window_neon() 16 years ago
Måns Rullgård ce742de22c ARM: check for VFP register arguments 16 years ago
David Conrad 2483298ae2 ARM: NEON VP3 IDCT 16 years ago
Måns Rullgård 2da4e5e3e1 ARM: slightly faster NEON H264 horizontal loop filter 16 years ago
Måns Rullgård c9311a12d5 ARM: add some PLD in NEON IDCT 16 years ago
David Conrad 548a99742c ARM: actually add VP3 loop filter 16 years ago
David Conrad 6db8697a39 ARM: NEON VP3 Loop Filter 16 years ago
David Conrad d647ed789f ARM: Use fewer register in NEON put_pixels _y2 and _xy2 16 years ago
David Conrad 428bf2ac88 ARM: NEON put_pixels_clamped 16 years ago
David Conrad d8f3f340ad Add guaranteed alignment for loading dest pixels in avg_pixels16_neon 16 years ago
David Conrad cc2e555420 ARM: NEON optimized put_signed_pixels_clamped 16 years ago
Måns Rullgård 08e12b2240 ARM: NEON optimised add_pixels_clamped 16 years ago
Måns Rullgård 35690321a7 ARM: disable inline asm for armcc 16 years ago
Måns Rullgård 4cd19f6e78 ARM: fix missing MUL16() return type 16 years ago
Måns Rullgård fe7f149ed8 ARM: fix corner-case overflow in H.264 weighted prediction 16 years ago
Måns Rullgård e1f7cb7fa0 ARM: NEON optimised vector_fmul_window 16 years ago
Måns Rullgård dd927e2e62 ARM: NEON optimised vector_fmul 16 years ago
Måns Rullgård ca6532f620 ARM: remove some unused macro arguments 16 years ago
Måns Rullgård d8f9269dc6 ARM: reorder some instructions in put_pixels*_arm for speed gains 16 years ago
Måns Rullgård 00c5727d90 ARM: replace jump tables with conditional branches 16 years ago
Måns Rullgård d9e68f5c1a ARM: replace explicit literal loads with ldr Rd, =lit 16 years ago
Måns Rullgård fc252eba02 ARM: change alignment of loops in put_pixels*_arm to 32 16 years ago
Måns Rullgård 4f928a4d2d ARM: optimised mid_pred() 16 years ago
Måns Rullgård 1214bd86dc ARM: allow register operands for shifts in MULL() 16 years ago
Måns Rullgård bd53b426b7 ARM: NEON optimised H.264 weighted prediction 16 years ago
Måns Rullgård 5a29589b81 ARM: NEON optimised H.264 biweighted prediction 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Måns Rullgård 77c4537313 ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Måns Rullgård 9a0cf9f8f8 ARM: use push/pop pseudo-instructions in simple_idct_armv6.S 16 years ago
Måns Rullgård e9497946bb ARM: simple_idct_armv6.S whitespace cosmetics 16 years ago
Måns Rullgård 7f727ace2a ARM: clean up pc-relative references in simple_idct_armv6.S 16 years ago
Måns Rullgård 3b16c71984 ARM: use rX register names in simple_idct_armv6.S 16 years ago
Måns Rullgård 172a39d13c ARM: work around linker bug with movw/movt relocations in shared libs 16 years ago
Måns Rullgård 77e2249e2f ARM: rename coefficient table in NEON IDCT 16 years ago
Måns Rullgård f23740d96f ARM: NEON optimised float_to_int16 16 years ago
Måns Rullgård 760badc1df ARM: add new h264 idct functions 16 years ago
Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 16 years ago