- cfffbda Refactor memory alloc/dealloc of global motion buffers by Mudassir Galaganath · 1 year, 7 months ago
- ccca9fe Reduce the number of frames in tpl by Deepa K G · 1 year, 8 months ago
- 304ff33 Explain skip_txfm by Cheng Chen · 1 year, 7 months ago
- 62e3b28 Introduce allow_sub_blk_me_in_tf sf for speed 6 by venkat sanampudi · 1 year, 9 months ago
- d4b429f rtc: Fix to color artifacts for real-time mode by Marco Paniconi · 1 year, 8 months ago
- 2454a3a rtc: Fix to svc patterns in fixed svc mode. by Marco Paniconi · 1 year, 8 months ago
- 4e3811f Add check 'must_find_valid_partition' to ext partition pruning by Neeraj Gadgil · 1 year, 8 months ago
- b0af210 Refactor Armv8.0 av1_convolve_x_sr_neon 8-tap path by Jonathan Wright · 1 year, 8 months ago
- e3bf24b Propagate error from worker to main thread during tpl MT by Mudassir Galaganath · 1 year, 8 months ago
- 4d47924 Use current best partition to prune ext partitions by Neeraj Gadgil · 1 year, 8 months ago
- f101f03 Disable estimate_motion_for_var_based_partition for screen by Marco Paniconi · 1 year, 8 months ago
- 95940db Use a smaller transpose if possible in highbd_warp_affine_neon by George Steed · 1 year, 8 months ago
- f3b45ad Clean up Arm feature library setup in av1/av1.cmake by George Steed · 1 year, 8 months ago
- 10780c3 Remove forward declarations in highbd_convolve_neon.c by Salome Thirot · 1 year, 8 months ago
- 5f92f01 Refactor convolve_y_sr_12tap_neon by Jonathan Wright · 1 year, 8 months ago
- 7120af2 Refactor convolve_y_sr_6tap_neon by Jonathan Wright · 1 year, 8 months ago
- 3011837 Refactor aom_convolve_y_sr_neon 8-tap path by Jonathan Wright · 1 year, 8 months ago
- b1fbd2a Refactor I8MM convolve_2d_sr_horiz_12tap_neon implementation by Jonathan Wright · 1 year, 8 months ago
- ce87de8 Refactor DotProd convolve_2d_sr_horiz_12tap_neon implementation by Jonathan Wright · 1 year, 8 months ago
- 3602e9f Refactor Armv8.0 convolve_2d_sr_horiz_12tap_neon implementation by Jonathan Wright · 1 year, 8 months ago
- 2386031 Refactor convolve_2d_sr_vert_12tap_neon by Jonathan Wright · 1 year, 8 months ago
- 8aace22 Refactor convolve_2d_sr_vert_8tap_neon by Jonathan Wright · 1 year, 8 months ago
- 59fdaf0 Refactor convolve_2d_sr_vert_6tap_neon by Jonathan Wright · 1 year, 8 months ago
- 98b38dd Remove w = 2 store paths in Neon convolve_2d_sr horiz pass by Jonathan Wright · 1 year, 8 months ago
- 045ea36 rtc: RC fix for sudden high motion by Marco Paniconi · 1 year, 8 months ago
- a7a3dce rtc-svc: Fix to skip mv search for spatial ref by Marco Paniconi · 1 year, 8 months ago
- 52f4791 Always use max-size restoration units by Rachel Barker · 1 year, 8 months ago
- 0c56d12 Remove global-motion-method argument to aomenc by Rachel Barker · 1 year, 8 months ago
- f7acaa7 Set search method outside set default ms_parmas by chiyotsai · 1 year, 8 months ago
- 55a64cb Scale reference frames to match source frames in firstpass by chiyotsai · 1 year, 8 months ago
- 9ce9604 Use run-time feature detection for Neon DotProd temporal filter by Jonathan Wright · 1 year, 8 months ago
- d66bcba Specialize av1_highbd_warp_affine_neon for p_width == 4 by George Steed · 1 year, 8 months ago
- 9b00724 Use run-time feature detection for Neon compound convolve 2D by Jonathan Wright · 1 year, 8 months ago
- e24100f Use run-time feature detection for Neon compound convolve x by Jonathan Wright · 1 year, 8 months ago
- 5e02169 [NEON] Implement av1_highbd_apply_temporal_filter_neon by Konstantinos Margaritis · 1 year, 8 months ago
- 0874cac Propagate error from worker to main thread during tf MT by Mudassir Galaganath · 1 year, 8 months ago
- 9c3d3e0 Add Neon implementation of aom_dist_wtd_comp_avg_upsampled_pred by Arpad Panyik · 1 year, 8 months ago
- 4114579 Rename jnt_convolve_neon.c -> compound_convolve_neon.c by Jonathan Wright · 1 year, 8 months ago
- 0b4af97 Tune the sf prune_sub_8x8_partition_level for speed 5, 6 by Remya Prakasan · 1 year, 8 months ago
- 5bac06d Fix the sf prune_sub_8x8_partition_level for level 1 by Remya Prakasan · 1 year, 8 months ago
- 2d73a63 Add comment on sf 'use_sad_for_mode_decision' by Deepa K G · 1 year, 8 months ago
- 0861a94 Weaken pruning for RESTORE_SWITCHABLE by Rachel Barker · 1 year, 8 months ago
- 2fc91da Select loop restoration params in one pass by Rachel Barker · 1 year, 8 months ago
- 2b98f1b Fix bug in loop restoration costing by Rachel Barker · 1 year, 8 months ago
- fe93d33 Add debugging infrastructure for LR costing by Rachel Barker · 1 year, 8 months ago
- ed54a86 Replace plane_rect with plane_w, plane_h by Rachel Barker · 1 year, 8 months ago
- 0483cbe Remove references to tiles in LR code by Rachel Barker · 1 year, 8 months ago
- e884daa Specialize av1_warp_affine_neon on gamma == 0 by George Steed · 1 year, 8 months ago
- 569280c Use 4x8 transpose for 4x1 vertical filter in av1_warp_affine_neon by George Steed · 1 year, 8 months ago
- 66db60a Extend tpl sf use_sad_for_mode_decision to speed 4 by Deepa K G · 1 year, 8 months ago
- 5f7201d rtc-screen: Adjust skip_lf feature for speed 10/11 by Marco Paniconi · 1 year, 8 months ago
- 37aa682 De-duplicate loop bounds calculation in av1_warp_affine_neon by George Steed · 1 year, 8 months ago
- 476a764 Rename HBD OBMC variance functions by Gerda Zsejke More · 1 year, 8 months ago
- 2786c7b Use runtime feature detection for aom_convolve8_horiz/vert_neon by George Steed · 1 year, 8 months ago
- 2fe5135 av1_inv_txfm_neon: remove unneeded bd variable by James Zern · 1 year, 8 months ago
- 88adec7 av1_inv_txfm_neon: simplify clip+add operation by James Zern · 1 year, 8 months ago
- a8b57be pickrst_neon: add missing cast / quiet warning w/cl.exe by James Zern · 1 year, 8 months ago
- 274288e encodetxb_neon: work around VS arm64_neon.h macro bug by James Zern · 1 year, 8 months ago
- 15026ee Use 64-bit multiplication in does_level_match() by Wan-Teh Chang · 1 year, 8 months ago
- e0851ac Specialize av1_warp_affine_neon horizontal filter for p_width==4 by George Steed · 1 year, 9 months ago
- fca9d40 rtc: Add simulcast mode to svc encoder.c by Marco Paniconi · 1 year, 9 months ago
- 84b015d hash_crc32: fix includes for cl.exe by James Zern · 1 year, 8 months ago
- 8d8ee4c rtc-screen: Set dc_blk_pred_level palette prediction by Marco Paniconi · 1 year, 8 months ago
- 459fe8d Add an initial Neon implementation for highbd_warp_affine_neon by George Steed · 1 year, 8 months ago
- 93ca91b rtc: Force to only use dct in palette nonrd by Marco Paniconi · 1 year, 8 months ago
- af2b02c highbd_convolve_neon: fix vector init w/cl & clang-cl by James Zern · 1 year, 8 months ago
- 8d04d80 Remove obselete skip_chroma_rd by Cheng Chen · 1 year, 8 months ago
- cf91b9e Enable sf skip_interp_filter_search for GOOD speed >= 5 by Remya Prakasan · 1 year, 8 months ago
- 3f103a9 Specialize av1_warp_affine_neon for alpha/beta=0 by George Steed · 1 year, 8 months ago
- 9a3b768 rtc: Move color_sensitivity setting earlier by Marco Paniconi · 1 year, 8 months ago
- acf40a9 Optimize mode selection in tpl by Deepa K G · 1 year, 9 months ago
- a8cd4dc Prune AB and 4-way partitions for speed 5, 6 by Neeraj Gadgil · 1 year, 9 months ago
- 2a7d405 Move sf skip_interp_filter_search from RT to INTERP_FILTER sfs by Remya Prakasan · 1 year, 8 months ago
- c6fe0ba Improve inter mode decision when refmv_count is 1 by venkat sanampudi · 1 year, 8 months ago
- 83ccc00 Add av1_ prefix to cfl_predict_block by Cheng Chen · 1 year, 8 months ago
- bdef9a9 rtc-screen: Reduce blocking artifacts on flat areas by Marco Paniconi · 1 year, 8 months ago
- 70838c8 Add Neon implementation of av1_compute_stats by Salome Thirot · 1 year, 9 months ago
- e4f3996 Specialise av1_warp_affine_neon vertical filter for p_width == 4 by George Steed · 1 year, 9 months ago
- 0a80c1f Propagate constants and cleanup in av1_warp_affine_neon by George Steed · 1 year, 9 months ago
- 52e45ca Add AVX2 intrinsic for av1_nn_predict() function by Narayan · 1 year, 9 months ago
- 2f4df98 Propagate error from worker to main thread during row-MT by Mudassir Galaganath · 1 year, 9 months ago
- d012673 Document skip rd in RDO by Cheng Chen · 1 year, 9 months ago
- 7e0293d rename picksrt_neon.c to pickrst_neon.c by James Zern · 1 year, 9 months ago
- 17d4c38 rtc: Fixes to RC for SVC and dropped frames by Marco Paniconi · 1 year, 9 months ago
- 125a417 Refactor av1_warp_affine_neon horizontal/vertical filter loops by George Steed · 1 year, 9 months ago
- 47273a8 Add a 16-bit SDOT path for av1_warp_affine_neon vertical filter by George Steed · 1 year, 9 months ago
- a106bbb4 Extend adjust_num_frames_for_arf_filtering sf to lower speeds by venkat sanampudi · 1 year, 9 months ago
- f289cc9 rtc: Allow for increase in palette color_thresh by Marco Paniconi · 1 year, 9 months ago
- b0a0a9c Reduce allocation frequency of temporary buffers in tpl by Deepa K G · 1 year, 9 months ago
- cb28d3e Use 4-tap filter in 2D Neon convolution for w <= 4 by Jonathan Wright · 1 year, 9 months ago
- 334adf5 [NEON] Implement aom_highbd_dist_wtd_comp_avg_upsampled_pred_neon by Konstantinos Margaritis · 1 year, 9 months ago
- b6ad892 Add a USDOT path for av1_warp_affine_neon horizontal filter by George Steed · 1 year, 9 months ago
- c2bd5ce Use transpose helper in warp affine vertical_filter_neon by George Steed · 1 year, 9 months ago
- 89ce6d0 rtc: Rework the drop_frame logic by Marco Paniconi · 1 year, 9 months ago
- c293558 Remove exit(0) in encode_with_recode_loop() by Angie Chiang · 1 year, 9 months ago
- 882c127 Put av1_rd_partition_search() under a config flag by Cheng Chen · 1 year, 9 months ago
- 2c4b496 [NEON] Optimize aom_highbd_comp_avg_upsampled_pred_neon by Konstantinos Margaritis · 1 year, 9 months ago
- c378e3a [NEON] Optimize aom_highbd_upsampled_pred_neon by Konstantinos Margaritis · 1 year, 9 months ago
- e59f411 Move encoder-only global motion functions by Rachel Barker · 1 year, 9 months ago
- ea38c7d Tidy up warp model type checks by Rachel Barker · 1 year, 9 months ago