summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86/inv_txfm_sse2.h
AgeCommit message (Expand)Author
2018-09-15cosmetics: normalize include guardsJames Zern
2018-01-23Add vp9_highbd_iht16x16_256_add_sse4_1()Linfeng Zhang
2018-01-23Add "vpx_" prefix to 2 idct x86 functionsLinfeng Zhang
2017-09-20Remove the unnecessary upcasts of (int)cospi_{1...31}_64Linfeng Zhang
2017-08-16inv_txfm_sse2.h: correct idct*/iadst* prototypesJames Zern
2017-08-14Update 32x32 idct sse2 and ssse3 optimizations.Linfeng Zhang
2017-08-04Replace multiplication_and_add() with butterfly() in idct x86 codeLinfeng Zhang
2017-08-04Update butterfly() in idct x86 optimizations.Linfeng Zhang
2017-08-02Extract inlined 16x16 idct sse2 code into header fileLinfeng Zhang
2017-08-01Update x86 idct optimizationLinfeng Zhang
2017-07-27Add vpx_idct16x16_38_add_sse2()Linfeng Zhang
2017-07-27Refactor highbd idct 4x4 and 8x8 x86 functionsLinfeng Zhang
2017-06-29Refactor highbd idct 4x4 sse4.1 code and add highbd_inv_txfm_sse4.hLinfeng Zhang
2017-06-26Update vpx_idct8x8_12_add_ssse3()Linfeng Zhang
2017-06-26Update load_input_data() in x86Linfeng Zhang
2017-06-21Clean 32x32 full idct sse2 and ssse3 codeLinfeng Zhang
2017-06-15Clean 8x8 idct x86 optimizationLinfeng Zhang
2017-06-13Update high bitdepth load_input_data() in x86Linfeng Zhang
2017-06-13Clean array_transpose_{4X8,16x16,16x16_2) in x86Linfeng Zhang
2017-06-13Remove array_transpose_8x8() in x86Linfeng Zhang
2017-06-13Convert 8x8 idct x86 macros to inline functionsLinfeng Zhang
2017-05-23Update inv_txfm_sse2.h and inv_txfm_sse2.cLinfeng Zhang
2017-05-08Update 4x4 idct sse2 functionsLinfeng Zhang
2017-02-14Replace idct32x32_34_add_ssse3 assembly with intrinsicsYi Luo
2017-02-08Replace idct8x8_12_add_ssse3 assembly code with intrinsicsYi Luo
2017-02-01Add SSSE3 intrinsic 8x8 inverse 2D-DCTJingning Han
2016-07-25vpx_dsp: apply clang-formatclang-format
2015-09-28Accelerated transform in high bit depthJulia Robson
2015-07-31Factor inverse transform functions into vpx_dspJingning Han