aboutsummaryrefslogtreecommitdiff
path: root/vpx_dsp
AgeCommit message (Expand)Author
2023-12-08Remove SSE code for 128x* blocksWan-Teh Chang
2023-12-08Use vpx_sse instead of vpx_mse to compute SSEWan-Teh Chang
2023-11-29psnr.h,cosmetics: fix a typo (PNSR -> PSNR)James Zern
2023-11-20Add vpx_sse and vpx_highbd_sseWan-Teh Chang
2023-10-04Add an emms instruction to vpx_subtract_blockAnupam Pandey
2023-09-29Disable vpx_highbd_8_mse16x16_neon_dotprod, etc.Wan-Teh Chang
2023-09-29Update 32-bit version of horizontal_add_uint32x2Wan-Teh Chang
2023-09-13loongarch: simplify vpx_quantize_b/b_32x32_lsx argsyuanhecai
2023-09-03Use run-time feature detection for Neon DotProd HBD MSEJonathan Wright
2023-09-03Use run-time feature detection for Neon DotProd specialty var.Jonathan Wright
2023-09-03Use run-time feature detection for Neon DotProd varianceJonathan Wright
2023-09-03Use run-time CPU feature detection for Neon DotProd SAD4DJonathan Wright
2023-09-03Use run-time CPU feature detection for Neon DotProd SADJonathan Wright
2023-09-03Use run-time CPU feature detection for vpx_convolve8_neonJonathan Wright
2023-08-31Simplify Neon MSE helper function params/return valuesJonathan Wright
2023-08-21Merge "fdct4x4_neon: fix compile w/cl" into mainJames Zern
2023-08-11fdct4x4_neon: fix compile w/clJames Zern
2023-08-11*quantize*.c: fix visual studio warningsJames Zern
2023-08-11Fix bug and re-enable vpx_int_pro_row/col_neonJonathan Wright
2023-08-07Disable vpx_int_pro_row/col neon SIMD functionsYunqing Wang
2023-07-29normalize *const in rtcdJohann
2023-07-28remove incorrect (void)Johann
2023-07-28quantize_fp: reduce parametersJohann
2023-07-28quantize: reduce parametersJohann
2023-06-28Fix a bug in vpx_highbd_hadamard_32x32_neon().Wan-Teh Chang
2023-06-26Fix a bug in vpx_hadamard_32x32_neon()Wan-Teh Chang
2023-06-12Merge "Fix c vs intrinsic mismatch of vpx_hadamard_32x32() function" into mainYunqing Wang
2023-06-09Fix c vs intrinsic mismatch of vpx_hadamard_32x32() functionAnupam Pandey
2023-06-07Fix more typos (n/n)Jerome Jiang
2023-05-31Merge changes I6a906803,I0307a3b6 into mainJames Zern
2023-05-31Optimize Neon implementation of vpx_int_pro_rowJonathan Wright
2023-05-31Optimize Neon implementation of vpx_int_pro_colJonathan Wright
2023-05-23vpx_dsp_common.h,clip_pixel: work around VS2022 Arm64 issueJames Zern
2023-05-23fdct_partial_neon.c: work around VS2022 Arm64 issueJames Zern
2023-05-18Merge "Improve convolve AVX2 intrinsic for speed" into mainYunqing Wang
2023-05-17Improve convolve AVX2 intrinsic for speedAnupam Pandey
2023-05-16Merge changes Ie77ad184,Idfcac43c into mainJames Zern
2023-05-13Add 2D-specific Neon horizontal convolution functionsJonathan Wright
2023-05-12Refactor standard bitdepth Neon convolution functionsJonathan Wright
2023-05-09Add AVX2 intrinsic for vpx_comp_avg_pred() functionAnupam Pandey
2023-05-05Merge "macros_msa.h: clear -Wshadow warnings" into mainJames Zern
2023-05-05Merge "vpx_subpixel_8t_intrin_avx2,cosmetics: shorten long comment" into mainJames Zern
2023-05-05macros_msa.h: clear -Wshadow warningsJames Zern
2023-05-05Merge "Add AVX2 intrinsic for idct16x16 and idct32x32 functions" into mainYunqing Wang
2023-05-05Add AVX2 intrinsic for idct16x16 and idct32x32 functionsAnupam Pandey
2023-05-04vpx_subpixel_8t_intrin_avx2,cosmetics: shorten long commentJames Zern
2023-05-04Merge changes I226215a2,Ia4918eb0,If6219446,Ibf00a6e1,I900a0a48 into mainChi Yo Tsai
2023-05-03Fix mismatched param names in vpx_dsp/x86/sad4d_avx2.cchiyotsai
2023-05-03Fix mismatched param names in vpx_dsp/arm/highbd_sad4d_neon.cchiyotsai
2023-05-03Fix mismatched param names in vpx_dsp/arm/sad4d_neon.cchiyotsai