1. 72e349e Rework downsampling pyramid setup by Rachel Barker · 1 year, 1 month ago
  2. bad2f8d Split pthread wrapper to aom_pthread.h. by Peter Kasting · 1 year, 1 month ago
  3. 34c87f4 Minor refactor of MT error handling code by Mudassir Galaganath · 1 year, 7 months ago
  4. ccca9fe Reduce the number of frames in tpl by Deepa K G · 1 year, 7 months ago
  5. e3bf24b Propagate error from worker to main thread during tpl MT by Mudassir Galaganath · 1 year, 8 months ago
  6. f7acaa7 Set search method outside set default ms_parmas by chiyotsai · 1 year, 8 months ago
  7. 66db60a Extend tpl sf use_sad_for_mode_decision to speed 4 by Deepa K G · 1 year, 8 months ago
  8. acf40a9 Optimize mode selection in tpl by Deepa K G · 1 year, 9 months ago
  9. b0a0a9c Reduce allocation frequency of temporary buffers in tpl by Deepa K G · 1 year, 9 months ago
  10. dc6842e Skip error calculation of start MV in subpel search by Deepa K G · 1 year, 9 months ago
  11. 08361de Avoid redundant calculations in tpl by Deepa K G · 1 year, 10 months ago
  12. e802b78 Add tpl transform stats collection under a macro by Deepa K G · 1 year, 10 months ago
  13. b459af3 Optimize mode estimation function in tpl by Deepa K G · 1 year, 10 months ago
  14. cb899e8 Extend downsample SAD computation for lowres, midres by Deepa K G · 1 year, 11 months ago
  15. d6b8177 Fix exception in av1_tpl_get_frame_importance() by Angie Chiang · 1 year, 11 months ago
  16. 22164b5 Enable compound mode MV Refinement for speed 5 and 6 by venkat sanampudi · 2 years ago
  17. fa59a65 Fix fullpel search limits by Rachel Barker · 2 years, 1 month ago
  18. e93a683 Clear xd->mi before init_mc_flow_dispenser returns by Wan-Teh Chang · 2 years, 1 month ago
  19. 674eaa0 Revert "Revert "Replace y_buffer_8bit with a downsampling pyramid"" by Rachel Barker · 2 years, 3 months ago
  20. ccc171c Simplify rate computation in rate_estimator() by Ranjit Kumar Tulabandu · 2 years, 2 months ago
  21. ad72538 Populate rdmult through ducky_encode to tpl build by Jingning Han · 2 years, 4 months ago
  22. 916fb7c Allow ducky encode to configure frame QP in TPL pass by Jingning Han · 2 years, 4 months ago
  23. 39715dc Populate TPL building params through ducky_encode by Jingning Han · 2 years, 4 months ago
  24. e35511b Calculate intra sse/dist under ducky_encode by Jingning Han · 2 years, 4 months ago
  25. 4daac5e Move common_data definitions to c file by Ivan Rosales · 2 years, 4 months ago
  26. 6bdb865 Populate fields in ducky encoder by Jingning Han · 2 years, 4 months ago
  27. 2837c65 Add fields in TPL stats to keep intra distortion error by Jingning Han · 2 years, 4 months ago
  28. 516b2d7 Extend av1_get_q_index_from_qstep_ratio() by Jingning Han · 2 years, 4 months ago
  29. 4907306 Superblock qp sweep experiment given fixed rdmult by linzhen · 2 years, 5 months ago
  30. 74f1bd3 Refactor functions to calculate rdmult (lambda) by linzhen · 2 years, 4 months ago
  31. 6746ae4 Remove an unintended assertion by Jingning Han · 2 years, 5 months ago
  32. ec7cc75 Reduce the size of TplDepStats structure by Diksha Singh · 2 years, 7 months ago
  33. 64f68f0 .clang-format: update to clang-format-11 by clang-format · 2 years, 7 months ago
  34. 89ab948 Modify single reference search in TPL by Yunqing Wang · 2 years, 8 months ago
  35. c03dc04 Improve compound prediction search in TPL by Yunqing Wang · 2 years, 8 months ago
  36. 79f745c Fix multi-thread mismatch in TPL compound search by Yunqing Wang · 2 years, 8 months ago
  37. daf2394 Merge parallel encode of lower layer frames to default path by Remya Prakasan · 2 years, 9 months ago
  38. 31eab8f Merge FPMT interface and MT framework to default by Remya Prakasan · 2 years, 10 months ago
  39. db562b2 tpl_model,mode_estimation: add missing alloc checks by James Zern · 2 years, 11 months ago
  40. bad783b Conditionally allocate TPL frame buffers for chroma plane by Cherma Rajan A · 3 years ago
  41. d3b1571 Facilitate luma plane only allocation in alloc/realloc functions by Cherma Rajan A · 3 years ago
  42. 215e906 Add RATECTRL_LOG by Angie Chiang · 3 years ago
  43. ce095f1 Revert "Allocate TPL buffers only when required" by James Zern · 3 years ago
  44. 6b150b7 Allocate TPL buffers only when required by Aasaipriya · 3 years ago
  45. eae653f Make FPMT code to make frames non-reference default by Remya Prakasan · 3 years ago
  46. 023456e av1_vbr_rc_info_estimate_gop_bitrate: rm unused variable by James Zern · 3 years ago
  47. 83dae32 Avoid the allocation of txfm_stats_list when tpl is disabled by Mudassir Galagnath · 3 years, 1 month ago
  48. 55318e3 Make stackless reference handling logic default by Remya Prakasan · 3 years ago
  49. 06c3fc6 Fix various typos by Angie Chiang · 3 years ago
  50. 98da47a Add CONFIG_RATECTRL_LOG by Angie Chiang · 3 years ago
  51. 02e8695 Set pframe_qindex=128 in 2nd pass by Angie Chiang · 3 years, 1 month ago
  52. 3bcc888 Let q_index stay unchanged when qstep_ratio = 1 by Angie Chiang · 3 years, 1 month ago
  53. b17a57d Integrate BITRATE_ACCURACY with three pass mode by Angie Chiang · 3 years, 3 months ago
  54. a803dcb Move tpl_rdmult_scaling_factors to cpi by Nithya V S · 3 years, 2 months ago
  55. 6195b8d Count sign bit cost in tpl rate cost by Jingning Han · 3 years, 2 months ago
  56. f9ecf6f Lower max gop threshold by Jingning Han · 3 years, 2 months ago
  57. caabfeb Help determine pred mode in third pass tpl. by Bohan Li · 3 years, 4 months ago
  58. 2ffd3a6 Change the interface of av1_vbr_rc_info_estimate_base_q by Angie Chiang · 3 years, 2 months ago
  59. cfea72b Simplify av1_q_mode_compute_gop_q_indices by Angie Chiang · 3 years, 2 months ago
  60. fe2ec60 Change the normalization factors in tpl by Jingning Han · 3 years, 2 months ago
  61. 62d779a Make type conversion explict by Yaowu Xu · 3 years, 3 months ago
  62. 4a47940 Change tpl frame normalization by Jingning Han · 3 years, 3 months ago
  63. 1ca2bdf Reset all is_valid in av1_init_tpl_stats by Angie Chiang · 3 years, 3 months ago
  64. b65de56 Fix scale_factor bug and refactor BITRATE_ACCURACY by Angie Chiang · 3 years, 4 months ago
  65. 6ee210d Clear gf_frame_index of av1_q_mode_estimate_base_q by Angie Chiang · 3 years, 4 months ago
  66. 86c82e1 Simplify vbr_rc_info code with gf_frame_index == 0 by Angie Chiang · 3 years, 4 months ago
  67. 855d0da Remove extra code in BITRATE_ACCURACY by Angie Chiang · 3 years, 4 months ago
  68. bb268f3 Move show existing arf out of av1_temporal_filter by Angie Chiang · 3 years, 4 months ago
  69. 30546ab Apply filtering before checking shorter gop by Angie Chiang · 3 years, 5 months ago
  70. 1d1739d Merge frame_display_index with lookahead_index by Angie Chiang · 3 years, 5 months ago
  71. 875df49 Remove cur_frame_idx in anc_frame_offset by Angie Chiang · 3 years, 5 months ago
  72. 4f5e19a Remove anc_frame_offset by Angie Chiang · 3 years, 5 months ago
  73. f8b07e6 Add av1_tpl_get_frame_importance by Angie Chiang · 3 years, 5 months ago
  74. 9d35913 Only compute tpl stats when gf_frame_index = 0 by Angie Chiang · 3 years, 5 months ago
  75. deba748 Apply temporal filter after define_gf_group() by Angie Chiang · 3 years, 6 months ago
  76. 26af456 Fix transform coefficient collection error by Angie Chiang · 3 years, 6 months ago
  77. 55c3244 Update qstep_ratio_list after denoising ARF. by Kavi Ramamurthy · 3 years, 6 months ago
  78. e1c54aa Assign q indices based on qstep_ratio. by Kavi Ramamurthy · 3 years, 6 months ago
  79. 99bc51c Add support for multiple scale factors. by Kavi Ramamurthy · 3 years, 6 months ago
  80. 67eea99 Let mv_bits < 0.6 * gop_bit_budget by Angie Chiang · 3 years, 7 months ago
  81. 0b518db Fix clang -Wunused-but-set-variable warnings by Wan-Teh Chang · 3 years, 7 months ago
  82. 4cfe7e3 Allocate TPL buffers based on lag_in_frames by Hamsalekha S · 3 years, 9 months ago
  83. e4050c2 Fix a bug related to remapped_ref_idx by Yunqing Wang · 3 years, 7 months ago
  84. 5c4a983 Only use q_index_list when it's ready by Angie Chiang · 3 years, 7 months ago
  85. 5129ae3 Compute mv_bits in av1_vbr_rc_update_q_index_list by Angie Chiang · 3 years, 7 months ago
  86. 0ee6ee7 Fixed av1_estimate_gop_bitrate by Angie Chiang · 3 years, 7 months ago
  87. c87af27 Fix tpl_frame index in init_gop_frames_for_tpl() by Angie Chiang · 3 years, 7 months ago
  88. f46244b FPMT: Abstract av1_scale_references for parallel encode frames by Remya Prakasan · 3 years, 7 months ago
  89. 5b533aa Check estimated vs actual bitrates. by Kavi Ramamurthy · 3 years, 7 months ago
  90. 0e19182 Using localize remapped_ref_idx by Angie Chiang · 3 years, 7 months ago
  91. 073de49 Take neighboring motion vectors into account. by Kavi Ramamurthy · 3 years, 8 months ago
  92. 4b6d7ef Implement the motion vector scaling factor. by Kavi Ramamurthy · 3 years, 8 months ago
  93. 6044efd av1_tpl_stats_ready: fix assert by James Zern · 3 years, 8 months ago
  94. 5d87d14 Fix invalid tpl frame check by Jingning Han · 3 years, 8 months ago
  95. 9c45f6f rtc: Fixes to the reference structure by Marco Paniconi · 3 years, 8 months ago
  96. 0b48255 Calculate the bit usage of motion vectors. by Kavi Ramamurthy · 3 years, 8 months ago
  97. bb20160 Update q_index_list only when gf_frame_index = 0 by Angie Chiang · 3 years, 8 months ago
  98. 2c9a623 Add scale factor to vbr_rc_info. by Kavi Ramamurthy · 3 years, 8 months ago
  99. 258af8e Refactor av1_compute_rd_mult_based_on_qindex() by Angie Chiang · 3 years, 8 months ago
  100. 45c902b Integrate BITRATE_ACCURACY with new ARF q feature by Angie Chiang · 3 years, 8 months ago