849 Commits (db8f615d6866dc34dcc4a51daceca22d53403d07)

Author SHA1 Message Date
Clément Bœsch b12a36170b lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysis 8 years ago
Clément Bœsch e4a27e2f2d lavc/arm: fix lack of precision in ff_ps_stereo_interpolate_neon 8 years ago
Ronald S. Bultje 40cbd686dc idct_arm: remove use of ff_put/add_pixels_clamped function pointer. 8 years ago
Ronald S. Bultje 0c46641784 vp9: split out generic decoding skeleton interface API from VP9 types. 8 years ago
Ronald S. Bultje f8c019944d vp9: re-split the decoder/format/dsp interface header files. 8 years ago
Clément Bœsch 1c9f4b5078 lavc/vp9: split into vp9{block,data,mvs} 8 years ago
Clément Bœsch b78243c504 lavc/arm: fix indent in blockdsp_init_neon 8 years ago
Martin Storsjö eabc5abf94 arm: vp9itxfm16: Do a simpler half/quarter idct16/idct32 when possible 8 years ago
Martin Storsjö 0ea603203d arm: vp9itxfm16: Make the larger core transforms standalone functions 8 years ago
Martin Storsjö 32e273c111 arm: vp9itxfm16: Avoid reloading the idct32 coefficients 8 years ago
Martin Storsjö c1619318e5 arm: vp9itxfm16: Fix vertical alignment 8 years ago
Martin Storsjö b46d37e93a arm: vp9itxfm16: Use the right lane size 8 years ago
Martin Storsjö 21c89f3a26 arm/aarch64: vp9: Fix vertical alignment 8 years ago
Martin Storsjö 70317b25aa arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be used 8 years ago
Martin Storsjö b7a565fe71 arm: vp9itxfm: Template the quarter/half idct32 function 8 years ago
Martin Storsjö b2e20d8984 arm: vp9itxfm: Reorder iadst16 coeffs 8 years ago
Martin Storsjö 4f693b56bd arm: vp9itxfm: Reorder the idct coefficients for better pairing 8 years ago
Martin Storsjö 600f4c9b03 arm: vp9itxfm: Avoid reloading the idct32 coefficients 8 years ago
Martin Storsjö a88db8b9a0 arm: vp9lpf: Implement the mix2_44 function with one single filter pass 8 years ago
Martin Storsjö 3fbbad2984 arm/aarch64: vp9lpf: Keep the comparison to E within 8 bit 8 years ago
Martin Storsjö 83399cf569 arm: vp9lpf: Interleave the start of flat8in into the calculation above 8 years ago
Martin Storsjö 92ab8374b1 arm: vp9lpf: Use orrs instead of orr+cmp 8 years ago
Martin Storsjö f0ecbb13cf arm/aarch64: vp9lpf: Calculate !hev directly 8 years ago
Martin Storsjö 758302e4bc arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling 8 years ago
Martin Storsjö bff0771590 arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter 8 years ago
Martin Storsjö 1d8ab576a7 arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function 8 years ago
Martin Storsjö 824589556c arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possible 8 years ago
Martin Storsjö 3bd9b39108 arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function 8 years ago
Martin Storsjö f8fcee0daf arm: vp9itxfm: Make the larger core transforms standalone functions 8 years ago
Martin Storsjö 31e41350d2 arm: vp9itxfm: Avoid .irp when it doesn't save any lines 8 years ago
Martin Storsjö 1e5d87eec3 arm: Add NEON optimizations for 10 and 12 bit vp9 loop filter 8 years ago
Martin Storsjö 2ed67eba96 arm: Add NEON optimizations for 10 and 12 bit vp9 itxfm 8 years ago
Martin Storsjö a4d4bad75c arm: Add NEON optimizations for 10 and 12 bit vp9 MC 8 years ago
Martin Storsjö cda9a3e80b arm: vp9dsp: Restructure the bpp checks 8 years ago
Martin Storsjö 656d910981 arm: vp9mc: Fix vertical alignment of operands 8 years ago
Martin Storsjö 388f6e6715 arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32 8 years ago
Martin Storsjö ecd343aa1f arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combination 8 years ago
Martin Storsjö f69dd26df5 arm: vp9itxfm: Rename a macro parameter to fit better 8 years ago
Martin Storsjö 4a5874ea8d arm/aarch64: vp9itxfm: Fix indentation of macro arguments 8 years ago
Janne Grunau a71cd8439f arm: vp9itxfm: Simplify the stack alignment code 8 years ago
Martin Storsjö c536e5e869 arm: vp9mc: Fix vertical alignment of operands 8 years ago
Martin Storsjö 9c8bc74c2b arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32 8 years ago
Martin Storsjö 3c87039a40 arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combination 8 years ago
Martin Storsjö 79566ec8c7 arm: vp9itxfm: Rename a macro parameter to fit better 8 years ago
Martin Storsjö 721bc37522 arm/aarch64: vp9itxfm: Fix indentation of macro arguments 8 years ago
Janne Grunau e5b0fc170f arm: vp9itxfm: Simplify the stack alignment code 8 years ago
Martin Storsjö 6bec60a683 arm: vp9: Add NEON loop filters 8 years ago
Martin Storsjö b4dc7c341e arm: vp9: Add NEON itxfm routines 8 years ago
Martin Storsjö 68caef9d48 arm: vp9: Add NEON optimizations of VP9 MC functions 8 years ago
Martin Storsjö 52d196fb30 arm: vp9itxfm: Simplify txfm string comparisons 8 years ago