summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86
AgeCommit message (Expand)Author
2019-04-30cast ambiguous _mm_set1_epiNN() constantsJohann
2019-03-29update .clang-format for version clang-7.0.1 update.Hien Ho
2019-03-14Enclose macro arguments in parenthesesJerome Jiang
2019-01-15Remove unnecessary calculation in 4-tap interpolation filterchiyotsai
2019-01-07vpx_filter: resolve missing declarationsJohann
2018-12-24Merge "fwd_dct32x32 avx2: resolve missing declarations"Johann Koenig
2018-12-21Merge "fwd_dct32x32 sse2: resolve missing declarations"Johann Koenig
2018-12-21fwd_dct32x32 avx2: resolve missing declarationsJohann
2018-12-21fwd_dct32x32 sse2: resolve missing declarationsJohann
2018-12-21convolve avx2: resolve missing declarationsJohann
2018-12-21Merge "subpixel_8t sse2: resolve missing declarations"Johann Koenig
2018-12-21subpixel_8t ssse3: resolve missing declarationsJohann
2018-12-21subpixel_8t sse2: resolve missing declarationsJohann
2018-12-21subpixel_8t avx2: resolve missing declarationsJohann
2018-12-21Merge "highbd quantize: resolve missing declarations"Johann Koenig
2018-12-20highbd quantize: resolve missing declarationsJohann
2018-12-20highbd variance: resolve missing declarationsJohann
2018-12-08Merge "Add satd avx2 implementation"Sai Deng
2018-12-07Add high bit Hadamard 32x32 avx2 implementationsdeng
2018-12-06Add satd avx2 implementationsdeng
2018-12-05Add high bit Hadamard 16x16 avx2 implementationsdeng
2018-12-03Add high bit Hadamard 8x8 avx2 implementationsdeng
2018-11-30quantize 32x32: saturate dqcoeff on x86Johann
2018-11-28quantize 32x32: fix dqcoeffJohann
2018-11-28quantize: fix x86 hbd buildsJohann
2018-11-27rename quantize_x86.hJohann
2018-11-05Merge "clang-tidy: fix vpx_dsp parameters"Johann Koenig
2018-11-02Merge "vpx postproc: rewrite in intrinsics"Johann Koenig
2018-11-01clang-tidy: fix vpx_dsp parametersJohann
2018-10-31clang-tidy: normalize variance functionsJohann
2018-10-30Add SSE2 support for hbd 4-tap interpolation filter.chiyotsai
2018-10-29vpx postproc: rewrite in intrinsicsJohann
2018-10-29Add AVX2 support for hbd 4-tap interpolation filter.chiyotsai
2018-10-25vp8 bilinear: rewrite 4x4Johann
2018-10-25Merge "Add AVX2 support for 4-tap interpolation filter."Chi Yo Tsai
2018-10-24Add AVX2 support for 4-tap interpolation filter.chiyotsai
2018-10-23Clean up vpx_dsp/x86/convolve_sse2.hchiyotsai
2018-10-18Changes 4-tap SSSE3 filter to 8-tap AVX2 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-17Refactor SSE2 Code for 4-tap interpolation filter on width 16.chiyotsai
2018-10-17Add SSE2 support for 4-tap interpolation filter for width 16.chiyotsai
2018-10-10subpel asm: fix whitespaceJohann
2018-09-24Merge "sanitizer: sse2 - fix unaligned double stores"Johann Koenig
2018-09-25sanitizer: sse2 - fix unaligned double storesMatthias Räncker
2018-09-21sanitizer: fix unaligned loadsMatthias Räncker
2018-09-20sanitizer: fix unaligned load/storesMatthias Räncker
2018-09-18Fix stack corruption with x86 and --enable-picMatthias Räncker
2018-09-15cosmetics: normalize include guardsJames Zern
2018-08-07Merge "VPX: Improve HBD vpx_hadamard_32x32_sse2()"Scott LaVarnway