summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86
AgeCommit message (Expand)Author
2022-03-31Revert "quantize: replace highbd versions"James Zern
2022-03-31Merge "remove sad x3,x8 specializations" into mainJohann Koenig
2022-03-31quantize: replace highbd versionsJohann
2022-03-29sad4d_avx2: fix VS 2014 build errorJames Zern
2022-03-30remove skip_block from quantizeJohann
2022-03-29remove sad x3,x8 specializationsJohann
2022-03-29gcc 11 warning: mismatched boundJohann
2021-12-21vpx_int_pro_row: normalize declaration w/aomJames Zern
2021-12-09quiet -Warray-parameter warningsJames Zern
2021-12-02clear -Wextra-semi/-Wextra-semi-stmt warningsJames Zern
2021-11-08mem_sse2.h: loadu_uint32 -> loadu_int32James Zern
2021-11-08mem_sse2.h: storeu_uint32 -> storeu_int32James Zern
2020-04-13simplify x86_abi_support.asm symbol declarationJohann
2020-04-10Merge "transpose_sse2.h,cosmetics: fix some comments"James Zern
2020-04-03transpose_sse2.h,cosmetics: fix some commentsJames Zern
2020-04-01x86_abi_support: use correct hidden syntaxJohann
2020-02-14move common attribute defs to compiler_attributes.hJames Zern
2020-02-03loopfilter_sse2: call unsuffixed lpf functionsJames Zern
2019-11-23Disable -ftrivial-auto-var-init= for hot codeVitaly Buka
2019-10-24Merge "vpx_dsp/x86/avg_intrin_sse2: fix int sanitizer warnings"Hien Ho
2019-10-23vpx_dsp/x86/avg_intrin_sse2: fix int sanitizer warningsHien Ho
2019-10-22vpx_int_pro_col_sse2: use unaligned loadsJames Zern
2019-09-30namespace ARCH_* definesJames Zern
2019-08-28vpx_dsp/x86/highbd_idct4x4_add_sse2: fix int sanitizer warningsHien Ho
2019-08-21vpx_dsp/x86/fwd_txfm_sse2: fix int sanitizer warningsHien Ho
2019-07-16Add vpx_sad32x32x8_c/avx2Angie Chiang
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