summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86
AgeCommit message (Expand)Author
2022-09-02x86,cosmetics: prefer _mm_setzero_si128/_mm256_setzero_si256James Zern
2022-08-16highbd_quantize_intrin_sse2: quiet int sanitizer warningsJames Zern
2022-08-16load_unaligned_u32: use an int w/_mm_cvtsi32_si128James Zern
2022-08-16variance_sse2.c: add some missing castsJames Zern
2022-08-09VPX: Fix vp9_quantize_fp_avx2() VS build error.Scott LaVarnway
2022-08-05VPX: Add vpx_subtract_block_avx2().Scott LaVarnway
2022-07-27x86: normalize type with _mm_cvtsi128_si32James Zern
2022-07-27variance_avx2.c: fix implicit conversion warningsJames Zern
2022-07-26VPX: Add vpx_highbd_quantize_b_32x32_avx2().Scott LaVarnway
2022-07-25VPX: Add vpx_highbd_quantize_b_avx2().Scott LaVarnway
2022-07-25Merge "VPX: Add vpx_quantize_b_32x32_avx2()." into mainScott LaVarnway
2022-07-20avg_intrin_avx2: rm dead store in highbd_hadamard_8x8James Zern
2022-07-19VPX: Add vpx_quantize_b_32x32_avx2().Scott LaVarnway
2022-07-18avg_intrin_{sse2,avg2}: rm dead store in hadamard_8x8James Zern
2022-07-11VPX: Add vpx_quantize_b_avx2().Scott LaVarnway
2022-06-01vp9,encoder: fix some integer sanitizer warningsJames Zern
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