1. 77b04c8 Add calls to vertical/horizontal trapezoidal warping functions by Sarah Parker · 8 years ago
  2. 1583614 Changed scaling of MVs to use higher precision. by Debargha Mukherjee · 8 years ago
  3. f053cba Reduce multiplier precision for warp least squares by Debargha Mukherjee · 8 years ago
  4. a1d0c4d Integrate global_motion with convolve_round in hbd by Angie Chiang · 8 years ago
  5. 5c84469 Simplify code based on explicit assertion by Frederic Barbier · 8 years ago
  6. b8f4910 Cleanup dead code by Frederic Barbier · 8 years ago
  7. 4e5b8f7 Integrate global_motion with convolve_round in lbd by Angie Chiang · 8 years ago
  8. 81b2e50 Pass conv_params into warp-related functions by Angie Chiang · 8 years ago
  9. 185575a Fix some UBSan warnings by David Barker · 8 years ago
  10. 81f6ecd Early termination for warp error computation by Sarah Parker · 8 years ago
  11. 17c37ce Fix integer overflow in warp filter by David Barker · 8 years ago
  12. facac4f Tidy up warp filter by David Barker · 8 years ago
  13. a77ec1c Change warp filter to use one less precision bit by Debargha Mukherjee · 8 years ago
  14. 17f041a Clean-up unused 3rd order least squares by Debargha Mukherjee · 8 years ago
  15. 58616eb Further speedups to warp filter by David Barker · 8 years ago
  16. 70d9acc Avoid left shift of negative numbers by Yaowu Xu · 8 years ago
  17. 378644c warped motion: fix some UBsan errors. by Urvang Joshi · 8 years ago
  18. 6e3557c Split av1_warp_erroradv into av1_{frame,warp}_error. by emilkeyder@google.com · 8 years ago
  19. 14b8112 Extra rounding to let hw to use narrower integers. by Sean Purser-Haskell · 8 years ago
  20. f7a5ee5 More accurate chroma warping by David Barker · 8 years ago
  21. cd0f6c4 Constify warped motion library by Yaowu Xu · 8 years ago
  22. 9116085 Remove undefined sanitize warnings in warperroradv by Debargha Mukherjee · 8 years ago
  23. 7afb8b7 Compute compound average in warp_plane only for COMPOUND_AVERAGE by Sarah Parker · 8 years ago
  24. d8a423c Add SSSE3 warp filter + const-ify warp filters by David Barker · 8 years ago
  25. 369ca7b Last row of filter taps equal to the one before it. by Sean Purser-Haskell · 8 years ago
  26. 82da68d Minor cleanup on warped precision bits macros by Debargha Mukherjee · 8 years ago
  27. 1e90dc1 Fix signed integer overflow in warped_motion.c by Frank Galligan · 8 years ago
  28. 8203514 Fix signed integer overflow warped_motion.c by Frank Galligan · 8 years ago
  29. 4644374 Remove temporary condition from warp code by David Barker · 8 years ago
  30. 59d61e9 avoid out-of-range computation by Yaowu Xu · 8 years ago
  31. 321357e labs() -> llabs() by Yaowu Xu · 8 years ago
  32. cc6bdab Avoid left shift of negative values by Yaowu Xu · 8 years ago
  33. 1abf447 Turn off SSE2 version of warping temporarily by Debargha Mukherjee · 8 years ago
  34. 79362e3 Revert "Limit to 192 filters for warp, clamp index since in some cases index 192" by Debargha Mukherjee · 8 years ago
  35. f3e1ead Fix test failures and warnings of WARPED_MOTION by Yue Chen · 8 years ago
  36. b62eef7 Fix encode/decode mismatch with global/warped motion by David Barker · 8 years ago
  37. 266db85 Limit to 192 filters for warp, clamp index since in some cases index 192 by Sean Purser-Haskell · 8 years ago
  38. f9aa96f Silence some compiler warnigns for warped motion by Debargha Mukherjee · 8 years ago
  39. c1b17f3 inline -> INLINE by James Zern · 8 years ago
  40. 4ff59b5 Cleanup: Remove const for params passed by value by Yaowu Xu · 8 years ago
  41. 0d08afd Revert "warp_affine_c: Refactor highbd and lowbd versions." by Urvang Joshi · 8 years ago
  42. 8cd0e7e warp_affine_c: Refactor highbd and lowbd versions. by Urvang Joshi · 8 years ago
  43. 8c41024 Reduce prec of matrices/vectors for warp estimate by Debargha Mukherjee · 8 years ago
  44. 16056f5 Adds option to use 1/32 subpel precision for gm/wm by Debargha Mukherjee · 8 years ago
  45. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  46. e3bc0da Change parameter limit to be <1, not <=1. This saves a bit. by Sean Purser-Haskell · 8 years ago
  47. 6e1c7d7 Clip 128s from warped_filter, so that all taps fit into 8 bits. by Sean Purser-Haskell · 8 years ago
  48. 27f6e66 Reduce precision of shear parameters to 16 bits by Debargha Mukherjee · 8 years ago
  49. d49c5c4 Reduce max mv allowed for local warp by Debargha Mukherjee · 8 years ago
  50. 1e6e130 Add clamping to local warp parameters by Debargha Mukherjee · 8 years ago
  51. 65bd6da Minor change in shifting for warp affine int by Debargha Mukherjee · 8 years ago
  52. 2bcf280 Prepare for vectorizing highbd warp filter by David Barker · 8 years ago
  53. 1d18460 Reduce precision bis between shears by Debargha Mukherjee · 8 years ago
  54. f2f3bcd Reduce precision in find_affine_int() by Debargha Mukherjee · 8 years ago
  55. 5558e5d Use 1 sample per neighbor for local warping model estimation by Yue Chen · 8 years ago
  56. 3b6c544 Refactoring related to shear parameter computation by Debargha Mukherjee · 8 years ago
  57. 11f0e40 A few fixes for global motion by Debargha Mukherjee · 8 years ago
  58. b9370ac Simplify warped motion estimation to use 2d ls by Debargha Mukherjee · 8 years ago
  59. e8e6cad Split current block samples for warp estimation by Debargha Mukherjee · 8 years ago
  60. 082d4df Replace division in warped motion least squares by Debargha Mukherjee · 8 years ago
  61. 9310553 Some optimizations on integer affine estimation by Debargha Mukherjee · 8 years ago
  62. 246d273 Assign offsets correctly to compute warped motion by Debargha Mukherjee · 8 years ago
  63. e6eb3b5 Integerize warped motion computation by Debargha Mukherjee · 8 years ago
  64. 5dfa930 Support trapezoidal models for global motion by Debargha Mukherjee · 8 years ago
  65. 338e135 Fix compile error with global-motion + highbitdepth by David Barker · 8 years ago
  66. d978cd5 Misc global motion changes. by Debargha Mukherjee · 8 years ago
  67. 9868c74 Fix crash with cb4x4 and warped-motion by Debargha Mukherjee · 8 years ago
  68. 1379746 Warp filter improvements by David Barker · 8 years ago
  69. e6044fe Change the warp filter to use real 8-tap by Debargha Mukherjee · 8 years ago
  70. 838367d Add correctness tests for the SSE2 warp filter by David Barker · 8 years ago
  71. 1b888f2 Optimize SSE2 warp filter by David Barker · 8 years ago
  72. d5dfa96 Add SSE2 vectorized warp filter for lowbd by David Barker · 8 years ago
  73. 7d2109e Use fast warping algorithm for warped motion mode by Yue Chen · 8 years ago
  74. fa19516 Fix new warp filter in the case wmmat[2] == 0 by David Barker · 8 years ago
  75. 87fcb36 Fixes for new warped-motion/global-motion filter by David Barker · 8 years ago
  76. be12860 WIP: New warp filter for global motion by David Barker · 8 years ago
  77. 69f18e1 Add WARPED_MOTION experiment by Yue Chen · 9 years ago
  78. bde4ac8 change to use AOMedia copyright notice by Yaowu Xu · 8 years ago
  79. e3e0079 Some refactoring and improvements to gobal motion by Debargha Mukherjee · 8 years ago
  80. 15a608f Fix highbd compile error introduced in global mv by Debargha Mukherjee · 8 years ago
  81. 8d59d11 Use nonlinear goodness of fit metric for global mv by Debargha Mukherjee · 8 years ago
  82. 949097c Compile fix for var-tx, ext-tx, rect-tx by Debargha Mukherjee · 8 years ago
  83. 09055d4 Add clamping to error advantage measure by Debargha Mukherjee · 8 years ago
  84. f4909db Change erroradvantage measure for global motion by David Barker · 8 years ago
  85. 487a388 Some ransac fixes and cleanups by Debargha Mukherjee · 8 years ago
  86. 8db4c77 Harmonize the global parameter mappings by Debargha Mukherjee · 8 years ago
  87. f23bdca Fix bug in bicubic filter in warped_motion.c by David Barker · 8 years ago
  88. 5f30585 Increase gm precision from 16 to 32 bit ints by Debargha Mukherjee · 8 years ago
  89. 5d54c17 warped_motion.c: delete unused filter_4tap[] by James Zern · 8 years ago
  90. 4846e44 warped_motion.c: quiet float-conversion warnings by James Zern · 8 years ago
  91. db92635 warped_motion: Fix ubsan warning for signed integer overflow by Sarah Parker · 8 years ago
  92. 7ba8dc1 Fix ubsan left shift warnings in warped motion library by Sarah Parker · 8 years ago
  93. 43d56f3 Extend warp_frame functions to average compound predictions by Sarah Parker · 8 years ago
  94. 1ab5780 Move warping model estimation functions to COMMON folder by Yue Chen · 9 years ago
  95. f9a961c Style fixes for global motion experiment by Sarah Parker · 9 years ago
  96. c4bcb50 Swap order of affine parameters by Sarah Parker · 9 years ago
  97. ca92da7 Adjust types in hbd error computation to avoid overflow by Sarah Parker · 9 years ago
  98. e529986 Add global motion experiment to rdopt by Sarah Parker · 9 years ago
  99. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  100. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (99%) from vp10/common/warped_motion.c]