Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
954dbb28
Commit
954dbb28
authored
Mar 13, 2014
by
Deb Mukherjee
Committed by
Gerrit Code Review
Mar 13, 2014
Browse files
Merge "Preliminary code for variance based paritioning"
parents
9d8703d5
e39ecfaa
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
954dbb28
This diff is collapsed.
Click to expand it.
vp9/encoder/vp9_mcomp.c
View file @
954dbb28
...
...
@@ -866,7 +866,7 @@ int vp9_square_search(const MACROBLOCK *x,
do_init_search
,
0
,
vfp
,
use_mvcost
,
center_mv
,
best_mv
,
square_num_candidates
,
square_candidates
);
}
;
}
int
vp9_fast_hex_search
(
const
MACROBLOCK
*
x
,
MV
*
ref_mv
,
...
...
vp9/encoder/vp9_onyx_if.c
View file @
954dbb28
...
...
@@ -875,7 +875,7 @@ static void set_rt_speed_feature(VP9_COMMON *cm,
if
(
speed
>=
8
)
{
int
i
;
for
(
i
=
0
;
i
<
BLOCK_SIZES
;
++
i
)
sf
->
disable_inter_mode_mask
[
i
]
=
14
;
// only search NEARESTMV (0)
sf
->
disable_inter_mode_mask
[
i
]
=
14
;
// only search NEARESTMV (0)
}
}
...
...
vp9/encoder/vp9_pickmode.c
View file @
954dbb28
...
...
@@ -250,7 +250,6 @@ int64_t vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
x
->
skip
=
0
;
if
(
!
x
->
in_active_map
)
x
->
skip
=
1
;
// initialize mode decisions
*
returnrate
=
INT_MAX
;
*
returndistortion
=
INT64_MAX
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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