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