1. 1dbb8c1 Add computation of edge strength to each block by elliottk · 6 years ago
  2. 84c6daf Add high bit-depth edge detection by elliottk · 6 years ago
  3. c949506 Cleanup unused y4m reference in rdopt by elliottk · 6 years ago
  4. 35be78d Add edge detector to rdopt by elliottk · 6 years ago
  5. 07f8a18 Revert "add edge detector to rdopt" by Debargha Mukherjee · 6 years ago
  6. 427e3b1 Cleanup functions that should be marked static by Sarah Parker · 6 years ago
  7. 3539bf2 add edge detector to rdopt by elliottk · 6 years ago
  8. 0d2f934 handle_inter_mode: Reduce stack usage. by Urvang Joshi · 7 years ago
  9. e1cbb13 cosmetics: normalize include guards by James Zern · 7 years ago
  10. 199f3d4 Do per-superblock inter rd model update by Angie Chiang · 7 years ago
  11. 7157216 Move inter mode rd data into TileDataEnc by Angie Chiang · 7 years ago
  12. 1f59017 Remove INTER_MODE_RD_TEST and other unused code by Angie Chiang · 7 years ago
  13. 8105bf4 Optimize filter search if luma MV is full-pel by Ranjit Kumar Tulabandu · 7 years ago
  14. 3a43b3b Optimze av1_get_tx_type usage by Xing Jin · 7 years ago
  15. bd91e94 Speed up av1_optimize_b by Xing Jin · 7 years ago
  16. 351aaa5 Pass TXB_CTX to av1_cost_coeffs in search_txk_type by Xing Jin · 7 years ago
  17. 130cf1d Remove av1_get_tx_type from av1_xform_quant by Peng Bin · 7 years ago
  18. 03fe3b5 Add INTER_MODE_RD_TEST by Angie Chiang · 7 years ago
  19. 42a3963 Rearrange inter mode rd fitting/checking process by Angie Chiang · 7 years ago
  20. 69d104e Add inter mode rd fitting/estimating model by Angie Chiang · 7 years ago
  21. 65a0287 Refactor dist_block by Peng Bin · 7 years ago
  22. 553096a Make some functions static to reduce lib size. by Urvang Joshi · 7 years ago
  23. 1820554 Refactor av1_cost_coeffs() by Hui Su · 7 years ago
  24. 1efd364 Localize av1_dist_block() by Hui Su · 7 years ago
  25. a689cab Refactor and drop bsize from get_ext_tx_types() by Jingning Han · 7 years ago
  26. 0ed5335 Compute tx_type_cost in optimize_txb by Angie Chiang · 7 years ago
  27. cad5ebc Remove experimental flag of LV_MAP by Sebastien Alaiwan · 7 years ago
  28. d3d4159 Remove CONFIG_TX64X64 by Yaowu Xu · 7 years ago
  29. 206d22f Code cleanup in rdopt.h by Hui Su · 7 years ago
  30. 366a684 Move encoder specific table in proper scope by Frederic Barbier · 7 years ago
  31. 5f4f738 Store and use single_newmv correctly by Yunqing Wang · 7 years ago
  32. 159f72c Replace full txfm rd search with luma writing by Jingning Han · 7 years ago
  33. 8494fbb Minor clean ups on trellis quant and new-quant by Debargha Mukherjee · 7 years ago
  34. 2ba7d20 Make av1_cost_coeffs() inline by Linfeng Zhang · 7 years ago
  35. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  36. a3f7d2e Reset txk_type to DCT_DCT whenever eob is zero by Angie Chiang · 7 years ago
  37. 4d51bed palette: add one more method for base color selection by Hui Su · 7 years ago
  38. 0ead613 Remove NCOBMC experiment by Sebastien Alaiwan · 7 years ago
  39. daccae3 Allow txk_sel to turn off optimize_b in rd loop by Angie Chiang · 7 years ago
  40. 33b39f0 [idct] Fix initialization of tx_set_type by Frederic Barbier · 7 years ago
  41. 95137bd Move encoder-only code to av1/encoder by Sebastien Alaiwan · 7 years ago
  42. 80daf0c Remove NCOBMC_ADAPT_WEIGHT from AV1 by Yue Chen · 7 years ago
  43. 1bc94fc Remove experimental flag of MOTION_VAR by Sebastien Alaiwan · 7 years ago
  44. fb83877 Remove compile guards for VAR_TX experiment by Sebastien Alaiwan · 7 years ago
  45. d0b77ac Remove PVQ code by Yushin Cho · 7 years ago
  46. 0cf54d4 Remove abandonned SUPERTX experiment by Sebastien Alaiwan · 7 years ago
  47. 5f8f7a1 ncobmc-adapt-weight: update motion mode on the second pass by Wei-Ting Lin · 8 years ago
  48. 3122b7d ncobmc-adapt-weight: refactoring the mode selection function by Wei-Ting Lin · 8 years ago
  49. c5563a4 ncobmc-adapt-weight: add interpolation mode search functions by Wei-Ting Lin · 8 years ago
  50. e30a47c cdef-dist and daala-dist is runtime switchable by Yushin Cho · 8 years ago
  51. c6300aa Remove PALETTE flag by Urvang Joshi · 8 years ago
  52. b23d00a Move mode costs that can be updated inside a frame to MACROBLOCK by Yue Chen · 8 years ago
  53. b7b60c5 New experiment DIST_8x8 by Yushin Cho · 8 years ago
  54. 7eab9ff Refactor get_tx_type indexing by Jingning Han · 8 years ago
  55. d9a812b Automatically turn on/off screen content tools by hui su · 8 years ago
  56. 8ab875d daala-dist: high bit depth support by Yushin Cho · 8 years ago
  57. 75b0100 Fix daala_dist to handle visible pixels only by Yushin Cho · 8 years ago
  58. b2a01db Deprecate special rd loop for sub8x8 block size by Jingning Han · 8 years ago
  59. 63927c4 Fix daala-dist for cb4x4 by Yushin Cho · 8 years ago
  60. 2a2a7dd Merge RD_COST and RD_STATS by Angie Chiang · 8 years ago
  61. 0591787 Correct the tx_type cost for lv_map exp by Angie Chiang · 8 years ago
  62. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  63. 808d859 Add search_txk_type by Angie Chiang · 8 years ago
  64. 481af67 fix calls to av1_tx_block_rd_b() by Yaowu Xu · 8 years ago
  65. 77368af Change the interface of av1_cost_coeffs by Angie Chiang · 8 years ago
  66. ab77e73 Fix compiling warnings in var-tx and pvq by Jingning Han · 8 years ago
  67. cdf8a14 Move asserts into correct scope by Yaowu Xu · 8 years ago
  68. 45390c1 Change gm_get_motion_vector by David Barker · 8 years ago
  69. 617744b Remove av1_cost_coeffs from rdopt.h if using PVQ. by Thomas Daede · 8 years ago
  70. f27b160 Add rd loop of NCOBMC by Yue Chen · 8 years ago
  71. 904fd18 Make av1_update_txb_coeff_cost() check condition support cb4x4 by Jingning Han · 8 years ago
  72. 3963d63 Clean up and turn on rd_debug for non-sub8x8 inter block by Angie Chiang · 8 years ago
  73. e94556b Embed txb_coeff_cost in rd_stats in block_rd_txfm by Angie Chiang · 8 years ago
  74. 7c2b7f2 Replace rate distortion sse skip by RD_STATS in rdopt.c by Angie Chiang · 8 years ago
  75. 9a44f5f Add RD_STATS into MB_MODE_INFO by Angie Chiang · 8 years ago
  76. 85279f6 Add txb_coeff_cost_map by Angie Chiang · 8 years ago
  77. c0feea8 Add av1_ prefix on ###_rd_stats functions by Angie Chiang · 8 years ago
  78. d81fdb4 Add transform block coefficient cost in RD_STATS for debugging by Angie Chiang · 8 years ago
  79. d724617 Add helper functions to modify RD_STATS by Angie Chiang · 8 years ago
  80. b5dda48 Refactor: Replace rate dist sse skip by RD_STATS in VAR_TX by Angie Chiang · 8 years ago
  81. 22ba751 Pass AV1_COMMON into av1_cost_coeffs by Angie Chiang · 8 years ago
  82. 5264844 Code cleanup: mainly rd_pick_partition and methods called from there. by Urvang Joshi · 8 years ago
  83. ceebb70 Refactor expand dry_run types to return coef rate by Debargha Mukherjee · 8 years ago
  84. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  85. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  86. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (96%) from vp10/encoder/rdopt.h]
  87. d9f9a34 vp10/encoder: apply clang-format by clang-format · 9 years ago
  88. 4c4f04a Optimize and cleanup obmc predictor and rd search. by Geza Lore · 9 years ago
  89. 007aa7d Refactoring in preparation for OBMC optimizations. by Geza Lore · 9 years ago
  90. 011f020 Refactor on getting upsampled reference frame by Zoe Liu · 9 years ago
  91. 372e12b Merge "Add single motion search for OBMC predictor" into nextgenv2 by Yue Chen · 9 years ago
  92. 370f203 Add single motion search for OBMC predictor by Yue Chen · 9 years ago
  93. b9d0d3f Turn on the use of upsampled refs for ext-refs by Zoe Liu · 9 years ago
  94. 2e3f773 Refactor prediction functions of OBMC by Yue Chen · 9 years ago
  95. e6e2d88 Add high-precision sub-pixel search as a speed feature by Yunqing Wang · 9 years ago
  96. 84f9820 Minor fix in header files by Yunqing Wang · 9 years ago
  97. 342a368 Do sub-pixel motion search in up-sampled reference frames by Yunqing Wang · 9 years ago
  98. 3c4b56c Experiment to use image domain dist in baseline. by Geza Lore · 9 years ago
  99. d1cad9c Overlapped block motion compensation experiment by Yue Chen · 9 years ago
  100. 57c83b3 Remove redundant parameters from vp10_txfm_rd_in_plane_supertx() by Jingning Han · 9 years ago