summaryrefslogtreecommitdiff
path: root/vpx_dsp
AgeCommit message (Expand)Author
2021-05-24Use 'ptrdiff_t' instead of 'int' for pointer offset parametersJonathan Wright
2021-05-24Implement vpx_convolve8_avg_vert_neon using SDOT instructionJonathan Wright
2021-05-24Merge transpose and permute in Neon SDOT vertical convolutionJonathan Wright
2021-05-18Implement vpx_convolve8_avg_horiz_neon using SDOT instructionJonathan Wright
2021-05-13Optimize remaining mse and sse functions in variance_neon.cJonathan Wright
2021-05-12Implement vertical convolution using Neon SDOT instructionJonathan Wright
2021-05-12Implement Neon variance functions using UDOT instructionJonathan Wright
2021-05-10Use ABD and UDOT to implement Neon sad_4d functionsJonathan Wright
2021-05-09Optimize Neon reductions in sum_neon.h using ADDV instructionJonathan Wright
2021-05-07Manually unroll the inner loop of Neon sad16x_4d()Jonathan Wright
2021-05-07Optimize Neon SAD reductions using wider ADDP instructionJonathan Wright
2021-05-05Implement horizontal convolution using Neon SDOT instructionJonathan Wright
2021-04-27vpx_convolve_neon: prefer != 0 to > 0 in testsJames Zern
2021-04-27vpx_convolve_avg_neon: prefer != 0 to > 0 in testsJames Zern
2021-04-27vpx_convolve_copy_neon: prefer != 0 to > 0 in testsJames Zern
2021-01-19{highbd_,}loopfilter_neon.c: quiet -Wmaybe-uninitializedJames Zern
2020-07-18vp8,vpx_dsp: [loongson] fix msa optimization bugsjinbo
2020-07-07vp8,vpx_dsp:[loongson] fix bugs reported by clangjinbo
2020-06-29vp8,vpx_dsp:[loongson] fix specification of instruction namejinbo
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-11-13Unite vpx_psnr_pkt and PSNR_STATSangiebird
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-10-23Merge "vpx_dsp/inv_txfm: fix int sanitizer warnings"Hien Ho
2019-10-04vpx_dsp/inv_txfm: fix int sanitizer warningsHien Ho
2019-10-03vpx_dsp/quantize: fix int sanitizer warningsHien Ho
2019-09-30namespace ARCH_* definesJames Zern
2019-08-28vpx_dsp/x86/highbd_idct4x4_add_sse2: fix int sanitizer warningsHien Ho
2019-08-22vpx_dsp/loopfilter.c: fix int sanitizer warningsHien Ho
2019-08-21vpx_dsp/x86/fwd_txfm_sse2: fix int sanitizer warningsHien Ho
2019-07-31vpx_dsp/bitwriter.h: fix clang integer sanitizer warningHien Ho
2019-07-17Merge "Fix comment typos."Wan-Teh Chang
2019-07-17Fix comment typos.Wan-Teh Chang
2019-07-16Add vpx_sad32x32x8_c/avx2Angie Chiang
2019-07-14Use sdx8f in exhaustive_mesh_search_single_stepAngie Chiang
2019-06-13ppc: disable vsx for small predictorsJohann
2019-06-10sse: remove unused HAVE_SSE filesJohann
2019-05-29Merge "Increase the bits allocated to key frame"Deepa K G
2019-05-22Exclude VP9 files from vpx_dsp.mk for VP8 buildVenkatarama NG. Avadhani
2019-05-21Increase the bits allocated to key frameDeepa K G
2019-05-06Exclude VP9 assemblies from VP8 buildsVenkatarama NG. Avadhani
2019-04-30cast ambiguous _mm_set1_epiNN() constantsJohann
2019-04-26Add bistream_debug toolAngie Chiang