1. af99a80 Add Neon implementation for av1_calc_frame_error by Gerda Zsejke More · 1 year, 5 months ago
  2. 23f023c Restore xd->error_info of main thread back to cm->error by Mudassir Galaganath · 1 year, 5 months ago
  3. 4b50c28 Add early termination checks to skip global motion by Mudassir Galaganath · 1 year, 4 months ago
  4. 0b64ead Remove partial vector loads from mem_neon.h by George Steed · 1 year, 4 months ago
  5. c2aef36 highbd_pickrst_neon.c: implicit conversion fix by Arpad Panyik · 1 year, 4 months ago
  6. d0f3147 Multiply width by height using the int64_t type by Wan-Teh Chang · 1 year, 4 months ago
  7. 245d30e Assert valid index for lr_row_sync.lrworkerdata by Wan-Teh Chang · 1 year, 4 months ago
  8. b694f04 rtc: Add frame-dropper support to external RTC RC by Marco Paniconi · 1 year, 5 months ago
  9. 5a277b2 Fix loop restoration allocs in encoder by Rachel Barker · 1 year, 5 months ago
  10. 5c46a34 rtc: Allow for constraining consecutive frame drops by Marco Paniconi · 1 year, 5 months ago
  11. 7a4901e Add pointer to RD_STATS in MACROBLOCK structure by Satheesh Kumar · 1 year, 5 months ago
  12. c65670f6 Improve loop restoration size selection by Rachel Barker · 1 year, 5 months ago
  13. 7dd4cb6 Rename equiv_mode to intra_mode by Wan-Teh Chang · 1 year, 5 months ago
  14. 96193e4 Do not call aom_internal_error in identify_regions by Wan-Teh Chang · 1 year, 5 months ago
  15. 04bc5b6 Add Neon path for av1_compute_stats_highbd by Arpad Panyik · 1 year, 7 months ago
  16. 3a79057 Handle calls to av1_alloc_pc_tree_node() for error propagation by Mudassir Galaganath · 1 year, 5 months ago
  17. 1aad206 Use pc_root pointer in ThreadData to allocate PC_TREE root by Mudassir Galaganath · 1 year, 5 months ago
  18. 9a55057 Handle allocation failure of buffers in av1_identify_regions() by Satheesh Kumar · 1 year, 5 months ago
  19. 150f371 Address allocation failure in tf_alloc_and_reset_data() by Satheesh Kumar · 1 year, 5 months ago
  20. fe82063 Add Neon implementation of HBD estimate_noise_from_single_plane by Salome Thirot · 1 year, 5 months ago
  21. 48b7852 Move this_dqcoeff in search_tx_type to MACROBLOCK by Wan-Teh Chang · 1 year, 5 months ago
  22. 7b23169 Add pointers to SB_FIRST_PASS_STATS in MACROBLOCK structure by Satheesh Kumar · 1 year, 5 months ago
  23. b973d91 Mark Neon txfm2d helper functions as force-inline by George Steed · 1 year, 5 months ago
  24. 4240650 av1_fwd_txfm2d_neon.c: Fix comment around butterfly operation by George Steed · 1 year, 5 months ago
  25. 9921bf9 highbd_fwd_txfm_neon.c: Use more butterfly and DCT helpers by George Steed · 1 year, 5 months ago
  26. cde6826 highbd_fwd_txfm_neon.c: Push negations into cospi multiplies by George Steed · 1 year, 5 months ago
  27. 72bc209 highbd_fwd_txfm_neon.c: Fix typo in butterfly_half_neon by George Steed · 1 year, 5 months ago
  28. fb09b4c Fix loop condition in av1_estimate_noise_from_single_frame_neon by Salome Thirot · 1 year, 5 months ago
  29. f6c750e Add Neon implementation of av1_calc_proj_params_high_bd by Salome Thirot · 1 year, 5 months ago
  30. 9caa284 highbd_fwd_txfm_neon.c: Inline load/store helpers into kernels by George Steed · 1 year, 5 months ago
  31. 1bd29b5 Improve comments for extended partition search sfs by Chi Yo Tsai · 1 year, 5 months ago
  32. cfc5b7b highbd_fwd_txfm_neon.c: Extract f{dct,adst,identity}16 x4 kernel by George Steed · 1 year, 5 months ago
  33. bdd4c75 highbd_fwd_txfm_neon.c: Adjust howmany loops to be do-while loops by George Steed · 1 year, 5 months ago
  34. 57924db highbd_fwd_txfm_neon.c: Mark small kernels as force-inline by George Steed · 1 year, 5 months ago
  35. b79b27a highbd_fwd_txfm_neon.c: Add missing `const` to component kernels by George Steed · 1 year, 5 months ago
  36. 86bd8db0 Propagate constants for av1_round_shift_rect_array_32_neon by George Steed · 1 year, 5 months ago
  37. 2e5d675 Assert bsize is allowed for 4-way partitions by Wan-Teh Chang · 1 year, 5 months ago
  38. d081462 Add Neon impl for av1_wedge_compute_delta_squares by Gerda Zsejke More · 1 year, 5 months ago
  39. 604883a Declare ext_partition_eval_thresh as BLOCK_SIZE by Wan-Teh Chang · 1 year, 5 months ago
  40. c9f3d68 Document valid range of ext_partition_eval_thresh by Wan-Teh Chang · 1 year, 5 months ago
  41. 213c3f8 Cosmetic changes for cpi->consec_zero_mv by Cheng Chen · 1 year, 5 months ago
  42. 794dabd Free mv_costs and dv_costs in encoder_destroy() by Samuthirika S · 1 year, 5 months ago
  43. 3abb1b0 Make the encoder aware of frame size increase from config by Cheng Chen · 1 year, 5 months ago
  44. 6ce4446 Set ref dim with av1_setup_pre_planes in firstpass by chiyotsai · 1 year, 5 months ago
  45. 0514501 Add Neon implementation of av1_wedge_sign_from_residuals by Gerda Zsejke More · 1 year, 5 months ago
  46. 7c94aa5 Avoid loop around small kernel calls in highbd_fwd_txfm_neon.c by George Steed · 1 year, 5 months ago
  47. 87f1893 Add Neon implementation of av1_calc_proj_params by Salome Thirot · 1 year, 5 months ago
  48. 88d02fa Add Neon implementation of av1_estimate_noise_from_single_plane by Salome Thirot · 1 year, 6 months ago
  49. a37fd2d remove pointer checks before calling aom_free() by James Zern · 1 year, 5 months ago
  50. 9a2d2fb Revert "Add explicit condition check to guard av1_ml_prune_4_partition()" by Jingning Han · 1 year, 5 months ago
  51. 20dc81f Add explicit condition check to guard av1_ml_prune_4_partition() by Jingning Han · 1 year, 5 months ago
  52. 464e133 Fix memory allocation checks in partition functions by Satheesh Kumar · 1 year, 5 months ago
  53. 5ce6a0c Simplify shifts in load_buffer helpers in highbd_fwd_txfm_neon.c by George Steed · 1 year, 5 months ago
  54. 490768f Introduce a custom cospi array for highbd_fwd_txfm_neon.c by George Steed · 1 year, 5 months ago
  55. 6ca8779 Use av1_is_directional_mode arg as array index by Wan-Teh Chang · 1 year, 5 months ago
  56. 0402d9a Propagate error from worker to main thread during pack bs MT by Mudassir Galaganath · 1 year, 5 months ago
  57. cf2d5a8 Avoid redundant switch in highbd_fwd_txfm_neon.c by George Steed · 1 year, 5 months ago
  58. f337783 Use vector additions for shifts by one in shift_neon.h by George Steed · 1 year, 5 months ago
  59. bb865ed Use shift_neon.h helpers in highbd_fwd_txfm_neon.c by George Steed · 1 year, 5 months ago
  60. 6a86165 Refactor 4x4 kernels in highbd_fwd_txfm_neon.c by George Steed · 1 year, 5 months ago
  61. c8c2c61 Declare some pointer parameters as const by Wan-Teh Chang · 1 year, 5 months ago
  62. 073761d Extract shift helper loops from av1_fwd_txfm2d_neon.c by George Steed · 1 year, 5 months ago
  63. 59dfdd1 Clean up butterfly helpers in highbd_fwd_txfm_neon.c by George Steed · 1 year, 5 months ago
  64. e93864d Refactor 4x8 and 8x8 kernels in highbd_fwd_txfm_neon.c by George Steed · 1 year, 5 months ago
  65. 11693fd highbd_*_neon: fix -Wunused-function w/CONFIG_REALTIME_ONLY by James Zern · 1 year, 5 months ago
  66. 8fb7b48 Correct the error handling of buffer allocations in encodeframe.c by Satheesh Kumar · 1 year, 6 months ago
  67. 28b4f28 Resolve issue 3491 by Cheng Chen · 1 year, 5 months ago
  68. 85f1a09 rtc: Disable speed feature high bitdepth mode by Marco Paniconi · 1 year, 5 months ago
  69. 085fb70 Declare the p_mt_info param as a pointer to const by Wan-Teh Chang · 1 year, 5 months ago
  70. ea6c28f Add a speed feature to avoid extensive intrabc search by Jingning Han · 1 year, 5 months ago
  71. 700c76b Remove pointless reassignment of cospi in av1_fdct32_new_neon by George Steed · 1 year, 5 months ago
  72. aa9c8be Remove stride parameter from kernels in highbd_fwd_txfm_neon.c by George Steed · 1 year, 5 months ago
  73. 698cf57 fadst8x4_neon: use intrinsics for vector mult by James Zern · 1 year, 5 months ago
  74. 225b7b5 Adjust memory ordering in highbd_fwd_txfm_neon.c to match lowbd by George Steed · 1 year, 6 months ago
  75. de8dcd5 Fix typo in butterfly description for av1_fwd_txfm2d_neon.c by George Steed · 1 year, 5 months ago
  76. 1ea6901 rtc: Disable two features for high bitdepth mode by Marco Paniconi · 1 year, 5 months ago
  77. 0aeecfe rtc: Cleanup to the use of scaled_ref_frame in nonrd by Marco Paniconi · 1 year, 5 months ago
  78. bc2debc Use fdct64_new_neon in av1_fwd_txfm2d_64x64_neon by George Steed · 1 year, 6 months ago
  79. f7e47c1 Remove unused stage_range param from highbd_fwd_txfm_neon.c by George Steed · 1 year, 6 months ago
  80. bb343db Remove av1_fadst4_new_neon by George Steed · 1 year, 6 months ago
  81. 4635edd Reveal and propagate constants in highbd_fwd_txfm_neon.c by George Steed · 1 year, 6 months ago
  82. f1eb8d1 Use ud_adjust_input_and_stride in highbd_fwd_txfm_neon.c by George Steed · 1 year, 6 months ago
  83. a33c841 rtc-screen: Fix condition on skip inter-mode in nonrd by Marco Paniconi · 1 year, 6 months ago
  84. 2603b3a rtc: Only allow accurate_bit_estimate for low bitdepth by Marco Paniconi · 1 year, 6 months ago
  85. 5ac9927 Revert "rtc Fix to scaled_ref in variance partitioning" by Marco Paniconi · 1 year, 6 months ago
  86. 631e2f1 Call av1_dealloc_mb_data() in encoder_destroy() by Satheesh Kumar · 1 year, 6 months ago
  87. 9a9c141 rtc Fix to scaled_ref in variance partitioning by Marco Paniconi · 1 year, 6 months ago
  88. 0d59418 rtc-svc: Fix for quality layers in nonrd mode by Marco Paniconi · 1 year, 6 months ago
  89. 82018ab Re-order av1_cospi_arr_q13_data for av1_fwd_txfm2d_neon.c by George Steed · 1 year, 6 months ago
  90. 0f29594 Merge buffer load/store into transforms in av1_fwd_txfm2d_neon.c by George Steed · 1 year, 6 months ago
  91. a1f2968 rtc: Allow use of scaled_ref_frame in nonrd_pickmode by Marco Paniconi · 1 year, 6 months ago
  92. 172bc76 Fixup adst 8x8 Neon naming by George Steed · 1 year, 6 months ago
  93. 57ba0f8 Express flipped loads by inverting stride av1_fwd_txfm2d_neon.c by George Steed · 1 year, 6 months ago
  94. f8aa60a Add 4x16 fdct/adst/identity kernels in av1_fwd_txfm2d_neon.c by George Steed · 1 year, 6 months ago
  95. 4829841 Fix crash in av1_compute_gm_for_valid_ref_frames by Wan-Teh Chang · 1 year, 6 months ago
  96. 8b1452d Declare variable `col` inside outer do-while loop by Wan-Teh Chang · 1 year, 6 months ago
  97. 4324c07 Remove padding of the frame_sse buffer by Wan-Teh Chang · 1 year, 6 months ago
  98. bb4b630 Update and clarify the comments about BH and BW by Wan-Teh Chang · 1 year, 6 months ago
  99. d4ca276 Revert "Disable highbd_temporal_filter_neon.c" by Konstantinos Margaritis · 1 year, 6 months ago
  100. 3176890 Handle memory allocation failures in GM modules by Satheesh Kumar · 1 year, 7 months ago