summaryrefslogtreecommitdiff
path: root/vp9/common/x86
AgeCommit message (Expand)Author
2018-02-05Update tx_type switch code in idctLinfeng Zhang
2018-02-05Add vp9_highbd_iht4x4_16_add_neon()Linfeng Zhang
2018-01-23Add vp9_highbd_iht16x16_256_add_sse4_1()Linfeng Zhang
2018-01-23Add "vpx_" prefix to 2 idct x86 functionsLinfeng Zhang
2018-01-18Add vp9_highbd_iht8x8_64_add_sse4_1()Linfeng Zhang
2018-01-08Add vp9_highbd_iht4x4_16_add_sse4_1()Linfeng Zhang
2017-12-01explicitly label .text sectionsJohann
2017-08-14Update 32x32 idct sse2 and ssse3 optimizations.Linfeng Zhang
2017-06-26Update load_input_data() in x86Linfeng Zhang
2017-06-13Convert 8x8 idct x86 macros to inline functionsLinfeng Zhang
2017-05-08Update 4x4 idct sse2 functionsLinfeng Zhang
2016-08-02vp9/common: apply clang-formatclang-format
2016-07-12deblock filter : moved from vp8 code branchJim Bankoski
2016-06-27*.asm: normalize label formatJames Zern
2016-05-04vp9_idct_intrin_sse2: add missing vp9_rtcd.h includeJames Zern
2016-05-02Move vpx_add_plane from codec to vpx_dsp and dedup.Jim Bankoski
2015-09-28Accelerated transform in high bit depthJulia Robson
2015-07-31Factor inverse transform functions into vpx_dspJingning Han
2015-07-31Code refactor on InterpKernelZoe Liu
2015-07-28Merge "Move intra prediction functions from vp9/common/ to vpx_dsp/"Hui Su
2015-07-27Move intra prediction functions from vp9/common/ to vpx_dsp/hui su
2015-07-26Refactor vp9_idct.h fileJingning Han
2015-07-16Migrate loop filter functions from vp9/ to vpx_dsp/Jingning Han
2015-07-14Add an SSE2 version of vp9_iwht4x4_16_addAlex Converse
2015-07-13Revert "Add an SSE2 version of vp9_iwht4x4_16_add."Yaowu Xu
2015-07-08Add an SSE2 version of vp9_iwht4x4_16_add.Alex Converse
2015-07-02VP9_LPF_VERTICAL_16_DUAL_SSE2 optimizationlevytamar82
2015-06-03Optimize the idct assembly code.hkuang
2015-05-22vp9: move ssse3 convolve fns to intrinsics fileJames Zern
2015-05-22vp9: move avx2 convolve fns to intrinsics fileJames Zern
2015-05-22add vp9/common/x86/convolve.hJames Zern
2015-05-22vp9_subpixel_8t_intrin_ssse3: quiet vs9 warningJames Zern
2015-05-15vp9 intrinsics: add vp9_rtcd includeJames Zern
2015-05-13Relocate memory operations for common codeJohann
2015-05-08Merge "Add more sse2 code for intra prediction."hkuang
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2015-05-06Add more sse2 code for intra prediction.hkuang
2015-05-05fix and enable vp9_dc_128_predictor_16x16James Zern
2015-05-05Merge "Add some sse2 code for intra prediction."hkuang
2015-05-01vp9_idct_intrin_sse2: cosmetics: reindentJames Zern
2015-04-30vp9: RECON_AND_STORE4X4: remove dest offsetJames Zern
2015-04-30vp9_idct_intrin_*: RECON_AND_STORE: remove dest offsetJames Zern
2015-04-30Add some sse2 code for intra prediction.hkuang
2015-04-30Remove vp9_idct16x16_10_add_ssse3()Yaowu Xu
2015-02-27Merge "Fix high bit-depth loop-filter sse2 compiling issue - part 4"Jingning Han
2015-02-27Merge "Fix high bit-depth loop-filter sse2 compiling issue - part 3"Jingning Han
2015-02-27Merge "Fix high bit-depth loop-filter sse2 compiling issue - part 2"Jingning Han
2015-02-26Fix high bit-depth loop-filter sse2 compiling issue - part 3Jingning Han
2015-02-26Fix high bit-depth loop-filter sse2 compiling issue - part 2Jingning Han
2015-02-25Fix high bit-depth loop-filter sse2 compiling issue - part 1Jingning Han