Sign in
aomedia
/
aom
/
c2aef36116320a03bf44e0faff46509b12d221fd
/
av1
/
common
/
mv.h
0d9df42
Remove leftover homography-related code
by Rachel Barker
· 2 years ago
53e3a69
Move global motion estimation code to aom_dsp/
by Rachel Barker
· 2 years, 3 months ago
6496e8d
Work around a spec bug in gm_get_motion_vector()
by Rachel Barker
· 2 years, 6 months ago
f2658a3
clear -Wextra-semi/-Wextra-semi-stmt warnings
by James Zern
· 3 years, 1 month ago
88879fa
WarpedMotionParams: reduce size of wmmat[] to 6
by James Zern
· 3 years, 3 months ago
c739f21
Fix GCC 8.3.0 -Wmaybe-uninitialized on left_col
by Wan-Teh Chang
· 3 years, 5 months ago
d6f767b
Estimate coeff cost based on transform stats
by Angie Chiang
· 4 years ago
e4d0d85
Remove best_mv from macroblock
by chiyotsai
· 5 years ago
0c715e0
Fixed a msvc build issue
by Yaowu Xu
· 5 years ago
b6409e9
Refactor FeatureFlags from AV1_COMMON
by Urvang Joshi
· 5 years ago
981eb5f
Simplify av1_find_best_(obmc_)sub_pixel_tree
by chiyotsai
· 5 years ago
2ad959b
Divide mv limits into mv_limits and subpel_mv_limits
by chiyotsai
· 5 years ago
87bb805
Correct some usages of subpel/fullpel conversion
by chiyotsai
· 5 years ago
1b5732a
Correct rounding when convert subpel_mv to fullpel_mv
by chiyotsai
· 5 years ago
e46cff7
Clean up mcomp.c
by chiyotsai
· 5 years ago
b998d07
Seperate weight from candidate_mv structure
by Remya
· 6 years ago
cf7f263
Data structure change for memory optimization
by Satish Kumar Suman
· 6 years ago
4667aa1
Make enum size same for all compilers
by Satish Kumar Suman
· 6 years ago
b18cdfc
Skip affine evaluation based on warp parameters
by Venkat
· 6 years ago
e1cbb13
cosmetics: normalize include guards
by James Zern
· 7 years ago
d0c9dcd
Add ATTRIBUTE_PACKED to some enum types.
by Wan-Teh Chang
· 7 years ago
ae46d40
mv.h: rm unused mv_has_subpel
by James Zern
· 7 years ago
3db7530
Introduce and use 'kZeroMv' constant
by Sebastien Alaiwan
· 7 years ago
bb259ea
Remove unreachable branch in globalmv computation
by Jingning Han
· 7 years ago
670c0ab
Faster return on identity globalmv type
by Jingning Han
· 7 years ago
cbb9b74
Deprecate GLOBAL_SUB8X8_USED flag
by Jingning Han
· 7 years ago
45295c3
Remove CONFIG_AMVR
by Yaowu Xu
· 7 years ago
fb049a7
Revert "[NORMATIVE] Extend full-pixel motion vectors to 12 bits"
by Yunqing Wang
· 7 years ago
28f50b6
Remove unused pred_diff field
by Frank Bossen
· 7 years ago
f552a31
[NORMATIVE] Extend full-pixel motion vectors to 12 bits
by Yunqing Wang
· 7 years ago
66b9899
Rep HORSHEAR_REDUCE_PRECISION_BITS w/ ROUND0_BITS
by Debargha Mukherjee
· 7 years ago
5fdd1ca
Merge and remove WARPEDPIXEL_FILTER_BITS
by Debargha Mukherjee
· 7 years ago
1fc3df5
Stop using VP9 convolve scheme in AV1 encoder.
by Debargha Mukherjee
· 7 years ago
6b41d4d
av1/[common|decoder]: apply clang-format v5.0.0
by Johann
· 7 years ago
2eb9b84
[Clean Up] Remove get_y_mode()
by Luc Trudeau
· 7 years ago
1f56b8e
Remove experimental flag of WARPED_MOTION
by Sebastien Alaiwan
· 7 years ago
4879580
Remove experimental flag of GLOBAL_MOTION
by Sebastien Alaiwan
· 7 years ago
163710c
Accept all warped motion model settings
by Sebastien Alaiwan
· 7 years ago
1a2b35f
Remove code for homography models
by Debargha Mukherjee
· 7 years ago
edced25
Further cleanups related to removal of cb4x4 flags
by Debargha Mukherjee
· 7 years ago
6ea917e
Remove CONFIG_CB4X4 config flags
by Debargha Mukherjee
· 7 years ago
97d6a37
Find warped reference MV
by Yunqing Wang
· 7 years ago
799ff70
Simplify the ALL_ZERO_FLAG logic in av1_rd_pick_intra_mode_sb
by Rupert Swarbrick
· 7 years ago
d7c8bd5
Fix global-motion + error-resilient-mode
by David Barker
· 7 years ago
3b63524
Adaptive Motion Vector Resolution
by RogerZhou
· 7 years ago
ffbb0f9
Enable motion field estimation in DRL
by Jingning Han
· 8 years ago
323d535
Prevent illegal signaling of gm types above AFFINE
by Sarah Parker
· 8 years ago
1bc8286
Sample selection in warped motion
by Yunqing Wang
· 8 years ago
0eea89f
Remove SEPARATE_GLOBAL_MOTION macro
by Sarah Parker
· 8 years ago
f053cba
Reduce multiplier precision for warp least squares
by Debargha Mukherjee
· 8 years ago
b732c1e
GLOBAL_MOTION: simplify parameter coding.
by Thomas Davies
· 8 years ago
14b8112
Extra rounding to let hw to use narrower integers.
by Sean Purser-Haskell
· 8 years ago
e140c50
Merge ref-mv into codebase
by Sebastien Alaiwan
· 8 years ago
552b0b2
Fix some integer sanitization issues
by Debargha Mukherjee
· 8 years ago
f9d15b6
avoid shift of negative values
by Yaowu Xu
· 8 years ago
f7ab7e3
Update global motion experiment comments
by Sarah Parker
· 8 years ago
5f35e58
Support upto affine model for global motion
by Debargha Mukherjee
· 8 years ago
4c10a3c
Refactor gm/wm/obmc for cleaner warping interactions
by Sarah Parker
· 8 years ago
27f6e66
Reduce precision of shear parameters to 16 bits
by Debargha Mukherjee
· 8 years ago
27f3f98
Turn on SEPARATE_GLOBAL_MOTION by default
by Sarah Parker
· 8 years ago
1e6e130
Add clamping to local warp parameters
by Debargha Mukherjee
· 8 years ago
f178329
Add gm parameter coding based on ref parameters
by Sarah Parker
· 8 years ago
13d0662
Reduce the number of bits sent for global translation model
by Sarah Parker
· 8 years ago
1d18460
Reduce precision bis between shears
by Debargha Mukherjee
· 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
265db6d
Improves/refactors rd costing for global motion
by Debargha Mukherjee
· 8 years ago
07b1d38
Global motion small fix.
by Debargha Mukherjee
· 8 years ago
19234cc
Macro to disable warped/obmc_causal with global motion
by Sarah Parker
· 8 years ago
febb59c
Allow global motion based translation for sub8x8
by Debargha Mukherjee
· 8 years ago
ae7c458
Turn off global motion for sub8x8 blocks
by Sarah Parker
· 8 years ago
f6dd3c6
Better block center in gm_get_motion_vector fn
by Debargha Mukherjee
· 8 years ago
45390c1
Change gm_get_motion_vector
by David Barker
· 8 years ago
6c65278
Increase global motion translation precision
by David Barker
· 8 years ago
5dfa930
Support trapezoidal models for global motion
by Debargha Mukherjee
· 8 years ago
b0f6bd4
Support affine/homography models for global motion
by Debargha Mukherjee
· 8 years ago
9febfc1
Some refactoring/cleanup of global motion costing
by Debargha Mukherjee
· 8 years ago
3a50db4
Increase precision of affine parameters
by Debargha Mukherjee
· 8 years ago
cdcac6d
Make gm_get_motion_vector respect allow_high_precision_mv
by David Barker
· 8 years ago
3f33883
Pre-store the pred_diff for nmv context
by Jingning Han
· 8 years ago
e3e0079
Some refactoring and improvements to gobal motion
by Debargha Mukherjee
· 8 years ago
cf3d0b0
Remove Global_Motion_Params and GLOBAL_MOTION_TYPE
by David Barker
· 8 years ago
8db4c77
Harmonize the global parameter mappings
by Debargha Mukherjee
· 8 years ago
5f30585
Increase gm precision from 16 to 32 bit ints
by Debargha Mukherjee
· 8 years ago
4306b6e
more ref_mv changes from aom/master
by Yaowu Xu
· 8 years ago
c4bcb50
Swap order of affine parameters
by Sarah Parker
· 9 years ago
5ebdf40
Merge "Add global motion experiment to rdopt" into nextgenv2
by Sarah Parker
· 9 years ago
2ab7ff0
Change to use AOM copyright notice
by Yaowu Xu
· 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 (97%) from vp10/common/mv.h]
4dc0f1b
Implement global motion parameter computation
by Sarah Parker
· 9 years ago
7feae8e
vp10/common: apply clang-format
by clang-format
· 9 years ago
aa810c0
Adjust gm parameter computation to avoid mismatch
by Sarah Parker
· 9 years ago
e9bd26b
Add affine model to global motion
by Sarah Parker
· 9 years ago
5fa46c0
Add global motion parameters to compressed header
by Sarah Parker
· 9 years ago
113f8d8
Replace hard coded values in mv_has_subpel
by Jingning Han
· 9 years ago
876c8b0
Store predicted motion vectors
by Jingning Han
· 9 years ago
253a200
Refactor ref mv stack system
by Jingning Han
· 9 years ago
e5c57c5
Integrate motion vector stack into codec
by Jingning Han
· 9 years ago
Next »