Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvet
HM
Commits
794eef9c
Commit
794eef9c
authored
Feb 16, 2017
by
Karl Sharman
Browse files
Changed configuration to use adaptive search range with minimum window of 64
parent
7a801c2b
Changes
3
Hide whitespace changes
Inline
Side-by-side
cfg/encoder_randomaccess_main.cfg
View file @
794eef9c
...
...
@@ -45,6 +45,8 @@ Frame16: B 15 6 -7.1444 0.3 0 0
#=========== Motion Search =============
FastSearch : 1 # 0:Full search 1:TZ search
SearchRange : 256 # (0: Search range is a Full frame)
ASR : 1 # Adaptive motion search range
MinSearchWindow : 64 # Minimum motion search window size for the adaptive window ME
BipredSearchRange : 4 # Search range for bi-prediction refinement
HadamardME : 1 # Use of hadamard measure for fractional ME
FEN : 1 # Fast encoder decision
...
...
cfg/encoder_randomaccess_main10.cfg
View file @
794eef9c
...
...
@@ -46,6 +46,8 @@ Frame16: B 15 6 -7.1444 0.3 0 0
#=========== Motion Search =============
FastSearch : 1 # 0:Full search 1:TZ search
SearchRange : 256 # (0: Search range is a Full frame)
ASR : 1 # Adaptive motion search range
MinSearchWindow : 64 # Minimum motion search window size for the adaptive window ME
BipredSearchRange : 4 # Search range for bi-prediction refinement
HadamardME : 1 # Use of hadamard measure for fractional ME
FEN : 1 # Fast encoder decision
...
...
cfg/encoder_randomaccess_main_rext.cfg
View file @
794eef9c
...
...
@@ -46,6 +46,8 @@ Frame16: B 15 6 -7.1444 0.3 0 0
#=========== Motion Search =============
FastSearch : 1 # 0:Full search 1:TZ search
SearchRange : 256 # (0: Search range is a Full frame)
ASR : 1 # Adaptive motion search range
MinSearchWindow : 64 # Minimum motion search window size for the adaptive window ME
BipredSearchRange : 4 # Search range for bi-prediction refinement
HadamardME : 1 # Use of hadamard measure for fractional ME
FEN : 1 # Fast encoder decision
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment