- acf62fe add/fix rtcd includes (x86) by James Zern · 1 year, 4 months ago
- 03976dc Remove unnecessary clamping in warp filter by Rachel Barker · 1 year, 4 months ago
- 70f3738 Handle allocation failure in sgr SIMD functions by Satheesh Kumar · 1 year, 4 months ago
- 5309928 Add WienerConvolveParams with round_0 and round_1 by Wan-Teh Chang · 1 year, 5 months ago
- 3897710 Refactor highbd intra-edge functions and tests by Jonathan Wright · 1 year, 6 months ago
- e59f411 Move encoder-only global motion functions by Rachel Barker · 1 year, 9 months ago
- ac7396a Misc. cleanup for av1_round_shift_array_sse4_1 by Wan-Teh Chang · 2 years, 1 month ago
- 7abc8b1 Remove dead code by Kyle Siefring · 2 years, 2 months ago
- dbb7496 Rename s_lh to avoid conflict w/ same-named macro by Wan-Teh Chang · 2 years, 3 months ago
- d4a35e6 Add AVX2 for transform_size 8x8 in av1_lowbd_inv_txf2d() by Diksha Singh · 2 years, 3 months ago
- 7bb4c54 Revert "Revert "Remove second transpose from transforms"" by Kyle Siefring · 2 years, 3 months ago
- fe9647f Revert "Remove second transpose from transforms" by Kyle Siefring · 2 years, 3 months ago
- e1399f3 Correctly select between optimized and non-normative scaler by Yuan Tong · 2 years, 4 months ago
- 976f227 Remove second transpose from transforms by Kyle Siefring · 2 years, 5 months ago
- e75c33f Fix unaligned load in av1_dist_wtd_convolve_2d_copy_avx2 by chiyotsai · 2 years, 3 months ago
- 064f4e6 Fix GCC build error in cdef_block_avx2.c by venkat sanampudi · 2 years, 5 months ago
- eac5292 X86,NEON: Normalize parameter names by chiyotsai · 2 years, 5 months ago
- 9516bba RTC,AVX2: Enable and improve cdef_copy_rect8_8bit_to_16bit by chiyotsai · 2 years, 5 months ago
- 61a33fb AVX2: Further improve av1_dist_wtd_convolve_2d_copy_avx2 by chiyotsai · 2 years, 6 months ago
- 0644fd1 AVX2: Improve av1_dist_wtd_convolve_2d_copy_avx2 by chiyotsai · 2 years, 6 months ago
- b59de8a x86,cosmetics: remove unneeded casts w/xx_storel_32() by James Zern · 2 years, 6 months ago
- 5971960 AVX2: Port av1_convolve_(x|y|2d)_sr from SVT-AV1 by chiyotsai · 2 years, 6 months ago
- a0fc19b av1_convolve_scale_sse4,highbd_vfilter8: merge result vars by James Zern · 2 years, 6 months ago
- ffa843d av1_convolve_scale_sse4: mv var decl closer to 1st use by James Zern · 2 years, 6 months ago
- 6ade4c5 x86,cosmetics: prefer _mm_setzero_si128/_mm256_setzero_si256 by James Zern · 2 years, 6 months ago
- d7acdf0 x86: normalize types used with _mm{,256}_set?_epi32 by James Zern · 2 years, 7 months ago
- 26bf7ff x86: normalize types used with _mm{,256}_set?_epi8 by James Zern · 2 years, 7 months ago
- 24836c7 x86: normalize types used with _mm_cvtsi32_si128 by James Zern · 2 years, 7 months ago
- bf733e6 x86: normalize types used with _mm_cvtsi128_si32 by James Zern · 2 years, 8 months ago
- 5a47573 Revert "x86: normalize types used with _mm_cvtsi128_si32" by James Zern · 2 years, 8 months ago
- cbbc5cc x86: normalize types used with _mm_cvtsi128_si32 by James Zern · 2 years, 8 months ago
- 60071ba Move CDEF intrinsic optimizations to appropriate directory by venkat sanampudi · 3 years ago
- a08d3f6 Delete av1_inv_cos_bit_col/av1_inv_cos_bit_row. by Scott LaVarnway · 3 years, 1 month ago
- f2658a3 clear -Wextra-semi/-Wextra-semi-stmt warnings by James Zern · 3 years, 1 month ago
- c78b7fd remove some highbd source w/CONFIG_AV1_HIGHBITDEPTH=0 by James Zern · 3 years, 3 months ago
- b761428 Avoid possible overflow in warp affine by Debargha Mukherjee · 3 years, 5 months ago
- ab3d418 Remove unncessary includes by Yaowu Xu · 3 years, 7 months ago
- de1c13b aom_dsp/x86/txfm_common_av2.h: remove av1_ prefix by Yaowu Xu · 3 years, 7 months ago
- e9cac0a Add an SSE implementation of av1_highbd_iwht4x4_16_add by Vincent Rabaud · 3 years, 9 months ago
- 0247e0a 12tap filter for av1_highbd_convolve_2d_sr_ssse3() by Krishna Malladi · 4 years, 2 months ago
- c62a649 Separate ssse3 functions from sse2 file. by Jerome Jiang · 4 years, 2 months ago
- fd9f48b Correction to concvolve_2d_avx2.c for build error by Krishna Malladi · 4 years, 2 months ago
- 2f7028d AVX2 LowBD av1_convolve_2d_sr() by Krishna Malladi · 4 years, 2 months ago
- a5d214d AVX2 code for Low bit-depth 12-tap filter by Krishna Malladi · 4 years, 3 months ago
- cf97e60 Add SSE2 variant for MULTITAP_SHARP2 2D-convolve by Vishesh · 4 years, 3 months ago
- 54b684b Add SSE2 variant for MULTITAP_SHARP2 y-convolve by Vishesh · 4 years, 3 months ago
- 2ceec5a Add SSE2 variant for MULTITAP_SHARP2 x-convolve by Vishesh · 4 years, 3 months ago
- c5df05c Coding style changes by Wan-Teh Chang · 4 years, 4 months ago
- 7822c06 Contribute libgav1's FilterIntraPredictor_SSE4_1() by Alex Peterson · 4 years, 4 months ago
- cfaec3d Avoid memset in filter_intra_predictor module by Aniket Wanare · 4 years, 4 months ago
- afa7419 Add ssse3 optimization for general scaling. by Jerome Jiang · 4 years, 7 months ago
- 6b93a7b Fix ssse3 1-2 upsampling by Jerome Jiang · 4 years, 7 months ago
- 0d212ee Fix neon/ssse3 resize optimizations by Jerome Jiang · 4 years, 7 months ago
- e4cfee4 Add resize test on 180p. by Jerome Jiang · 4 years, 8 months ago
- 966a54a Fix temp buffer size in ssse3/neon scaling by Jerome Jiang · 4 years, 8 months ago
- 967b28e AVX2 version of HIGHBD WARP AFFINE function by Krishna Malladi · 4 years, 9 months ago
- f072f76 Add ssse3 optimization for 1-2 scale by Jerome Jiang · 4 years, 8 months ago
- d441735 Add ssse3 optimization for 3/4 scaling by Jerome Jiang · 4 years, 9 months ago
- c1b1126 Port 4:1 ssse3 optimizations by Jerome Jiang · 4 years, 9 months ago
- fa74bee Port ssse3 optimization for 2:1 eighttap scaling by Jerome Jiang · 4 years, 9 months ago
- a2cc4b7 Add ssse3 optimization for 2:1 scaling by Jerome Jiang · 4 years, 9 months ago
- 2ea93ea Add 6-tap filter support to 2D interpolation AVX2 by Jingning Han · 4 years, 9 months ago
- 3e4d260 Redesign AVX2 2d interpolation filter by Jingning Han · 4 years, 9 months ago
- 748cbab Support 6-tap AVX2 horizontal interpolation filter by Jingning Han · 4 years, 9 months ago
- 587cd54 Handle 6-tap interpolation filter by Jingning Han · 4 years, 9 months ago
- 5c510c9 Eliminate duplicate highbd-convolve-copy by Elliott Karpilovsky · 5 years ago
- ebe812f separate compound/singleref convolve functions by Elliott Karpilovsky · 5 years ago
- 39db12e Remove dead code by Yaowu Xu · 5 years ago
- eb5e4e2 Remove "_new" suffix from function naming by Yaowu Xu · 5 years ago
- 787f7f7 Clean up vp8/vp9 in code base by Yunqing Wang · 5 years ago
- d01ff59 Minor improvement to warp_affine_avx2 by Ruiling Song · 6 years ago
- 7683ed5 Exclude hbd functions in av1_rtcd_defs.pl from HBD flag. by Jerome Jiang · 5 years ago
- 577b7bd common/x86/av1_convolve_scale_sse4: fix int. sanitizer warnings by Hien Ho · 6 years ago
- 31a1352 Fix integer sanitizer warnings: convolve_2d_sse2.c by Deepa K G · 6 years ago
- f4b6e59 Fix integer sanitizer warnings: jnt_convolve_avx2.c by Yunqing Wang · 6 years ago
- 58aa9a6 av1/common/x86/convolve_sse2: fix int. sanitizer warnings by Hien Ho · 6 years ago
- 5bc6cea5 Fix integer sanitizer warnings: warp_plane_sse4.c by Ravi Chaudhary · 6 years ago
- 0262ab1 av1/common/x86/convolve_avx2: fix int sanitizer warnings by Hien Ho · 6 years ago
- dd2c607 av1/common/x86/warp_plane_avx2: fix int sanitizer warnings by Hien Ho · 6 years ago
- 77c7dc9 Fix bug in highbd_inv_txfm modules by Venkat · 6 years ago
- eb960f4 Remove unnecessary initialization by Ruiling Song · 6 years ago
- 667760c SSE2 implementation of frame error module by Sachin Kumar Garg · 6 years ago
- 1ff1b88 Make parameter names consistent by Yaowu Xu · 6 years ago
- 6b10333 Optimize frame error module by Sachin Kumar Garg · 6 years ago
- 89ed7d4 Make parameter names consistent by Yaowu Xu · 6 years ago
- ccd385e Make non-global inverse transform functions static by Yaowu Xu · 6 years ago
- d3adfb1 Remove code not in use by Yaowu Xu · 6 years ago
- 2c61970 Rename filter_8bit to av1_filter_8bit by Yaowu Xu · 6 years ago
- 3a19b8a Prefix global functions with av1_ by Yaowu Xu · 6 years ago
- ccdbb8a Make shuffle masks aligned in av1_warp_affine by Aniket Dhok · 6 years ago
- a80c64e Added AVX2 variant for av1_warp_affine_sse4_1 by Aniket Dhok · 6 years ago
- bf732b8 Prefix loop restoration global functions with av1_ by Yaowu Xu · 6 years ago
- 449711e Prefix a lot of global cfl functions with cfl_ by Yaowu Xu · 6 years ago
- 0c1b245 Fix bug in highbd inv txfm modules by Remya · 6 years ago
- a4b6d8b Revert "Revert "Fix highbd inv_txfm's mismatch "" by Remya · 6 years ago
- a19e762 Prefix three global arrays with av1_ by Yaowu Xu · 6 years ago
- 0761fa0 Prefix cfl functions with cfl_ by Yaowu Xu · 6 years ago
- 0b2917e Namespace selfguided filter functions by Yaowu Xu · 6 years ago
- a560322 Revert "Fix highbd inv_txfm's mismatch between C and SIMD" by James Zern · 6 years ago
- b59712c Fix decoder wiener filter avx2 vs c mismatch by Satish Kumar Suman · 6 years ago