summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86/inv_txfm_ssse3.c
AgeCommit message (Expand)Author
2017-08-04Update butterfly() in idct x86 optimizations.Linfeng Zhang
2017-08-04Update for loop increment of idct x86 functionsLinfeng Zhang
2017-06-29Refactor vpx_idct8x8_12_add_ssse3() and add inv_txfm_ssse3.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-15Remove vpx_idct8x8_64_add_ssse3()Linfeng 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-03-21Make butterfly_self() signature consistent with butterfly()Yi Luo
2017-03-14Improve idct32x32_1024_add SSSE3 intrinsics performanceYi Luo
2017-03-10inv_txfm_ssse3,butterfly: fix win32 abi compatibilityJames Zern
2017-03-09Improve idct32x32_135_add SSSE3 intrinsics performanceYi Luo
2017-03-01Improve idct32x32_34_add SSSE3 intrinsics performanceYi Luo
2017-02-17Fix idct8x8 SSSE3 SingleExtremeCoeff unit testsYi Luo
2017-02-16Replace idct32x32_1024_add_ssse3 assembly with intrinsicsYi Luo
2017-02-16Add idct32x32_135_add SSSE3 intrinsicsYi Luo
2017-02-14apply clang-formatclang-format
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