1. 54af9e0 Clean up unused variables in tpl model by Jingning Han · 4 years, 7 months ago
  2. 0f3b7dc replace per-element copy with memcpy by Ruiling Song · 4 years, 7 months ago
  3. 4b8a01d Updated obsolete comments by Yaowu Xu · 4 years, 7 months ago
  4. 6674235 Fix a comment on padding in reconintra by chiyotsai · 4 years, 7 months ago
  5. d3a3e36 Remove 1 speed level in encoder by Yunqing Wang · 4 years, 7 months ago
  6. d8d5288 Refactor common code using intra_model_yrd for pruning by chiyotsai · 4 years, 7 months ago
  7. ecfb315 cdef: simplify cdef_sec_taps by Johann · 4 years, 7 months ago
  8. f0e0ce4 AV1 RT: Further refine when we can skip memset by Fyodor Kyslov · 4 years, 7 months ago
  9. 5f34bfe Consolidate frame_to_blur_backward/forward calculation by Yunqing Wang · 4 years, 7 months ago
  10. 0fcf6f8 Add encoder control to turn on/off keyframe filter by Cheng Chen · 4 years, 7 months ago
  11. 4b7bce3 Fix in update_valid_ref_frames_for_gm by Remya · 4 years, 7 months ago
  12. 959b6dd Minor code refactoring by Yunqing Wang · 4 years, 7 months ago
  13. a082b0e cmake: Fix variable type usage. by Tom Finegan · 4 years, 7 months ago
  14. 835f7a6 Add support for multiple winner mode processing for key frame by Cherma Rajan A · 4 years, 7 months ago
  15. 6d46a6d Limit compound modes for boosted frames by Venkat · 4 years, 7 months ago
  16. ce7d07e Fix an offset in prune_compound_using_single_ref by chiyotsai · 4 years, 7 months ago
  17. 05fc9fa Disable tpl based deltaq for image-only coding by Urvang Joshi · 4 years, 7 months ago
  18. d602311 [ext_tile] Fix reference frame buffer by Remy Foray · 4 years, 7 months ago
  19. b0d52fa Eliminate temporal filtering for INTNL_ARF_UPDATE type by Yunqing Wang · 4 years, 7 months ago
  20. bacaf9a cmake: Correct the CMake build type check. by Tom Finegan · 4 years, 7 months ago
  21. 88bf05c Fix intra pruning sfs in interframe by chiyotsai · 4 years, 7 months ago
  22. 3c682a9 Fix a bug in single_motion_search() by Hui Su · 4 years, 7 months ago
  23. 31e2617 Code cleanup by Hui Su · 4 years, 7 months ago
  24. 984d03b Use LUT in av1_get_txb_size_index() by Hui Su · 4 years, 7 months ago
  25. 37980cc Change input parameter order of av1_get_tx_type() by Hui Su · 4 years, 7 months ago
  26. 1d569be Allocate proper buffer border by Yunqing Wang · 4 years, 7 months ago
  27. 86e672d Remove unused variables from tpl stats by Jingning Han · 4 years, 7 months ago
  28. 97b64a7 Run tpl model for filtered key frame by Jingning Han · 4 years, 7 months ago
  29. 4625cd5 Properly update the intra/inter selection in tpl model by Jingning Han · 4 years, 7 months ago
  30. 07998db Improve winner mode processing of key frame by Cherma Rajan A · 4 years, 7 months ago
  31. 607186e rtc: Fix to disabling aq-mode=3 at high Q by Marco Paniconi · 4 years, 7 months ago
  32. 4723251 Remove deprecated variable from MB_MODE_INFO_EXT by Hui Su · 4 years, 7 months ago
  33. 3057318 Move functions used only by encoder out of common by Hui Su · 4 years, 7 months ago
  34. 63c800d Use LUT for mapping block size to tx depth by Hui Su · 4 years, 7 months ago
  35. 2478f62 Create LUT in av1_get_txk_type_index() by Hui Su · 4 years, 7 months ago
  36. f6b6262 Refactor av1_get_tx_type() by Hui Su · 4 years, 7 months ago
  37. 966ec04 rtc: Make reuse_inter_pred_nonrd work by Marco Paniconi · 4 years, 7 months ago
  38. 9f30590 rtc: Disable aq-mode=3 at high QP by Marco Paniconi · 4 years, 7 months ago
  39. ecf1cc6 rtc: Fix to search_ref_filter for nonrd_pickmode by Marco Paniconi · 4 years, 7 months ago
  40. 179fbfa Merge functions for TX block writing by Hui Su · 4 years, 7 months ago
  41. 60a00de Consolidate computations needed in the tpl synthesizer by Jingning Han · 4 years, 7 months ago
  42. 3cdc512 cmake: tolower cpu string before detecting target. by Tom Finegan · 4 years, 7 months ago
  43. 4d7d2f4 Fix ioc issues in tpl model by Jingning Han · 4 years, 7 months ago
  44. 40e870f Introduce rate propagation factor by Jingning Han · 4 years, 7 months ago
  45. 57bba23 Rework tpl model kernel by Jingning Han · 4 years, 7 months ago
  46. 5e6bd0f Minor code improvements by Yaowu Xu · 4 years, 7 months ago
  47. fdd0ab4 TPL propagation model kernel by Jingning Han · 4 years, 7 months ago
  48. d969dc2 Enable dual reference frame for inter prediction in tpl by Jingning Han · 4 years, 7 months ago
  49. e4402ad Allow intra mode search in tpl model by Jingning Han · 4 years, 7 months ago
  50. c74c9aa Recode the selected mode in tpl model by Jingning Han · 4 years, 7 months ago
  51. cc31726 Fix bug in parsing of cli option --tx-size-search-method by Cherma Rajan A · 4 years, 7 months ago
  52. 5e3b3ff Change KF Boost calculation. by Paul Wilkins · 4 years, 7 months ago
  53. 7d3955f Add inverse transform and reconstruction to tpl model build by Jingning Han · 4 years, 7 months ago
  54. 5066d8d Rework forward transform and quantization in tpl by Jingning Han · 4 years, 7 months ago
  55. 5e98d3b Add reconstruction frame buffer to tpl model by Jingning Han · 4 years, 7 months ago
  56. e8baf83 Rework the tpl model construction by Jingning Han · 4 years, 7 months ago
  57. 9510a53 petty warning removal by Skal · 4 years, 7 months ago
  58. dde1f95 Fix a bug in Q pick by sdeng · 4 years, 7 months ago
  59. 0fc618e AV1 RT: Reduce interpolation filter search for LAST_FRAME only by Fyodor Kyslov · 4 years, 7 months ago
  60. 33d1bac Fix issues in tx_size winner mode speed feature by Cherma Rajan A · 4 years, 8 months ago
  61. 45ec956 AV1 RT: Instrumentation for nonRD pick mode by Fyodor Kyslov · 4 years, 7 months ago
  62. d692130 Remove some redundant speed feature assignments by chiyotsai · 4 years, 7 months ago
  63. 2ef7868 Conditionally use simple_motion_search for screen content by chiyotsai · 4 years, 7 months ago
  64. 7de6a48 Move mode ML models to a separate file by Yunqing Wang · 4 years, 7 months ago
  65. 79abf51 Skip intra mode evaluation for > 480p resolution by Yunqing Wang · 4 years, 7 months ago
  66. c328ea2 Pack transform block skip and DC sign contexts by Hui Su · 4 years, 7 months ago
  67. 8570a2c Change COEFF_CONTEXT_BITS from 6 to 3 by Hui Su · 4 years, 7 months ago
  68. 6092a6c Add speed feature prune_ref_frame_for_gm_search by Remya · 4 years, 7 months ago
  69. 016454d Correctly restore floating point exceptions by Urvang Joshi · 4 years, 7 months ago
  70. 3d60ce6 Facilitate ref frame pruning in gm_search by Remya · 4 years, 7 months ago
  71. a6b4f10 Remove unused variable num_refs_using_gm by Remya · 4 years, 7 months ago
  72. 882c5ad rtc-svc: Fixes for periodic key frames for SVC by Marco Paniconi · 4 years, 7 months ago
  73. ccc8388 Remove cmake flag for int santizer build by Hien Ho · 4 years, 7 months ago
  74. 628efce Code cleanup related to winner mode speed feature by Cherma Rajan A · 4 years, 8 months ago
  75. 75ce8ba Change the reference frame priority order by Hui Su · 4 years, 7 months ago
  76. 6e61c8e av1/encoder/x86/pickrst_sse4: fix int sanitizer warnings by Hien Ho · 4 years, 7 months ago
  77. d2d6931 encoder/x86/pickrst_avx2: fix int sanitizer warnings by Hien Ho · 4 years, 7 months ago
  78. 45d2adf rtc: Fix to get_ref_frame_flags for non-rd mode by Marco Paniconi · 4 years, 7 months ago
  79. d715c7f rtc-svc: Add K-SVC mode to SVC sample encoder by Marco Paniconi · 4 years, 7 months ago
  80. fd530f86 Call aom_clear_system_slate() with get_blk_sse_sum by Vishesh · 4 years, 7 months ago
  81. 56f4ad4 Refactor get_ref_frame_flags() by Hui Su · 4 years, 7 months ago
  82. 2a09b4d onyxc_int.h: Correct formatting. by Urvang Joshi · 4 years, 7 months ago
  83. d01ff59 Minor improvement to warp_affine_avx2 by Ruiling Song · 4 years, 8 months ago
  84. 6f295fd aom_dsp/x86/intrapred_avx2: fix int sanitizer warnings by Hien Ho · 4 years, 7 months ago
  85. 8317cac Add a model to skip intra mode evaluation by Yunqing Wang · 4 years, 7 months ago
  86. 9213228 Exclude hbd tests from selfguided_filter_test by Jerome Jiang · 4 years, 7 months ago
  87. 61b2eac Get TPL block stats for current SB by Yunqing Wang · 4 years, 7 months ago
  88. 33f1ab7 Introduce ref frame pruning in tpl by Deepa K G · 4 years, 7 months ago
  89. d413f4a Exclude tpl_mode.{c,h} from CONFIG_REALTIME_ONLY by Jerome Jiang · 4 years, 7 months ago
  90. b955331 Remove cnn.{c,h} from CONFIG_REALTIME_ONLY by Jerome Jiang · 4 years, 8 months ago
  91. b75def7 Add twopass_update_bpm_factor() by angiebird · 4 years, 8 months ago
  92. 958904c Pass cpi as const to av1_rc_pick_q_and_bounds by Angie Chiang · 4 years, 8 months ago
  93. 6b156d8 Refactor prune_ref_by_selective_ref_frame by Deepa K G · 4 years, 7 months ago
  94. 768367c rtc-svc: Disable the frame order hint for SVC by Marco Paniconi · 4 years, 7 months ago
  95. 51ab13b Fix backward compatibility for CONFIG_LOWBITDEPTH. by Wan-Teh Chang · 4 years, 8 months ago
  96. d392c01 Clean up av1_encode_strategy() by Jingning Han · 4 years, 8 months ago
  97. ebba9c7 Exclude hbd functions in decoder and common. by Jerome Jiang · 4 years, 8 months ago
  98. 6e632d3 error_block_test: fix visual studio build by James Zern · 4 years, 8 months ago
  99. a9157be make av1_get_mv_joint() branchless by Ruiling Song · 4 years, 8 months ago
  100. c71cf35 Modify psnr_thresh in GFMaxPyrHeightTestParam by Yunqing Wang · 4 years, 8 months ago