summaryrefslogtreecommitdiff
path: root/vp9/vp9_common.mk
AgeCommit message (Expand)Author
2013-10-31mb_lpf_horizontal_edge AVX2 optimizationTamar Levy
2013-10-24mips dsp-ase r2 vp9 decoder idct module optimizations (rebase)Parag Salasakar
2013-10-11Merge "SSE2 8-tap sub-pixel filter optimization"Yunqing Wang
2013-10-10SSE2 8-tap sub-pixel filter optimizationYunqing Wang
2013-10-10Merge "Moving all scan/iscan code into separate vp9_scan.{h, c} files."Dmitry Kovalev
2013-10-09mips dsp-ase r2 vp9 decoder bilinear convolve optimizationsParag Salasakar
2013-10-07Moving all scan/iscan code into separate vp9_scan.{h, c} files.Dmitry Kovalev
2013-10-02mips dsp-ase r2 vp9 decoder convolve module optimizationsParag Salasakar
2013-09-29Merge "Removing vp9_subpelvar.h from common."Dmitry Kovalev
2013-09-27Properly save neon registers.Christian Duvivier
2013-09-25Fix a bunch of TODO from vp9_short_idct32x32_add_neon.Christian Duvivier
2013-09-25Removing vp9_subpelvar.h from common.Dmitry Kovalev
2013-09-13Revert "Improved 8t filters"James Zern
2013-09-12Merge "Add neon optimize iht8x8 which is 282% faster than C."hkuang
2013-09-12Add neon optimize iht8x8 which is 282% faster than C.hkuang
2013-09-11First draft of vp9_short_idct32x32_add_neon.Christian Duvivier
2013-09-11Improved 8t filtersScott LaVarnway
2013-09-04Merge "Add neon optimize vp9_short_iht4x4_add."hkuang
2013-09-04Add neon optimize vp9_short_iht4x4_add.hkuang
2013-09-04make vp9 postproc a config optionJim Bankoski
2013-08-27Add neon optimize vp9_short_idct16x16_1_add.hkuang
2013-08-26Add neon optimize vp9_short_idct8x8_1_add.hkuang
2013-08-26Add neon optimize vp9_short_idct4x4_1_add.hkuang
2013-08-15Merge "vp9: neon: add vp9_convolve_avg_neon"Johann
2013-08-15Merge "vp9: neon: add vp9_convolve_copy_neon"Johann
2013-08-14Merge "Add neon optimize vp9_short_idct16x16_add."hkuang
2013-08-14Add neon optimize vp9_short_idct16x16_add.hkuang
2013-08-14vp9: neon: add vp9_convolve_avg_neonMans Rullgard
2013-08-14vp9: neon: add vp9_convolve_copy_neonMans Rullgard
2013-08-09Moving scale_factors and related code to separate files.Dmitry Kovalev
2013-08-06Neon version of vp9_short_idct4x4_add.Christian Duvivier
2013-08-06sse3 intrapred x86inc protectedJim Bankoski
2013-08-06intrapred x86inc guardsJim Bankoski
2013-08-05Begin to restrict x86inc.asm usageJim Bankoski
2013-08-02vp9: neon: add vp9_mb_lpf_* functionsMans Rullgard
2013-07-18Add neon optimize vp9_short_idct8x8_add.hkuang
2013-07-17Merge "vp9_convolve8_neon placeholder"Johann
2013-07-17vp9_convolve8_neon placeholderJohann
2013-07-16Merge changes I40454d26,I892e76d5,I865ab3f9,I4a4bec17,I61c4351e,I37eb3559,I10...James Zern
2013-07-16delete vp9_loopfilter_sse2.asmJames Zern
2013-07-16delete x86/vp9_loopfilter_x86.hJames Zern
2013-07-16Moving vp9_kf_default_bmode_probs to vp9_entropymode.c.Dmitry Kovalev
2013-07-12vp9_convolve8_[horiz|vert]_avgJohann
2013-07-11convolve8 optimizations for neonJohann
2013-07-11Add neon optimize vp9_dc_only_idct_add.hkuang
2013-07-10Replace copy_memNxM functions with a generic copy/avg function.Ronald S. Bultje
2013-07-10Remove unused iwalsh4x4 MMX/SSE2 functions.Ronald S. Bultje
2013-07-10Remove unused 16x3/3x16 sad SSE2 functions.Ronald S. Bultje
2013-07-10Merge "SSSE3 assembly for 4x4/8x8/16x16/32x32 H intra prediction."Ronald S. Bultje
2013-07-10Merge "SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 DC intra prediction."Ronald S. Bultje