aboutsummaryrefslogtreecommitdiff
path: root/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
AgeCommit message (Expand)Author
2022-07-27x86: normalize type with _mm_cvtsi128_si32James Zern
2021-12-02clear -Wextra-semi/-Wextra-semi-stmt warningsJames Zern
2019-09-30namespace ARCH_* definesJames Zern
2019-01-15Remove unnecessary calculation in 4-tap interpolation filterchiyotsai
2019-01-07vpx_filter: resolve missing declarationsJohann
2018-12-21subpixel_8t ssse3: resolve missing declarationsJohann
2018-10-30Add SSE2 support for hbd 4-tap interpolation filter.chiyotsai
2018-10-18Add SSSE3 support for 4-tap interpolation filterchiyotsai
2018-10-17Adds SSE2 support for interpolation filter for width 4 and 8chiyotsai
2018-10-17Add SSE2 support for 4-tap interpolation filter for width 16.chiyotsai
2017-11-29Remove unnecessary includes of emmintrin_compat.hKyle Siefring
2017-10-24Optimize convolve8 SSSE3 and AVX2 intrinsicsKyle Siefring
2017-10-03Refactor x86/vpx_subpixel_8t_intrin_ssse3.cLinfeng Zhang
2017-09-19Refactor convolve codeLinfeng Zhang
2017-09-07Update convolve functions' assertionsLinfeng Zhang
2017-09-05Remove get_filter_base() and get_filter_offset() in convolveLinfeng Zhang
2016-10-17add vpx high bitdepth convolve8 NEON intrinsics optimizationLinfeng Zhang
2016-07-25vpx_dsp: apply clang-formatclang-format
2016-06-28remove visual studio < 2010 workaroundsJames Zern
2015-09-18Remove vpx_filter_block1d16_v8_intrin_ssse3Johann
2015-09-03VPX: subpixel_8t_ssse3 asm using x86incScott LaVarnway
2015-08-26Only build ssse3 filter functions on 64 bitJohann
2015-08-20VPX: scaled convolve : fix windows build errorsScott LaVarnway
2015-08-18VPX ssse3 scaled convolveScott LaVarnway
2015-07-31Code refactor on InterpKernelZoe Liu