Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
9e29b4cd
Commit
9e29b4cd
authored
Jul 24, 2013
by
James Zern
Committed by
Gerrit Code Review
Jul 24, 2013
Browse files
Merge "vp9_find_mv_refs_idx: remove unused split_count"
parents
a183f17d
e6c0387e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vp9/common/vp9_mvref_common.c
vp9/common/vp9_mvref_common.c
+0
-3
No files found.
vp9/common/vp9_mvref_common.c
View file @
9e29b4cd
...
...
@@ -149,7 +149,6 @@ void vp9_find_mv_refs_idx(VP9_COMMON *cm, MACROBLOCKD *xd, MODE_INFO *here,
MV_REFERENCE_FRAME
c2_ref_frame
;
int
candidate_scores
[
MAX_MV_REF_CANDIDATES
]
=
{
0
};
int
refmv_count
=
0
;
int
split_count
=
0
;
const
int
(
*
mv_ref_search
)[
2
]
=
mv_ref_blocks
[
mbmi
->
sb_type
];
const
int
mi_col
=
get_mi_col
(
xd
);
const
int
mi_row
=
get_mi_row
(
xd
);
...
...
@@ -191,8 +190,6 @@ void vp9_find_mv_refs_idx(VP9_COMMON *cm, MACROBLOCKD *xd, MODE_INFO *here,
add_candidate_mv
(
mv_ref_list
,
candidate_scores
,
&
refmv_count
,
c_refmv
,
16
);
}
split_count
+=
(
candidate_mi
->
mbmi
.
sb_type
<
BLOCK_SIZE_SB8X8
&&
candidate_mi
->
mbmi
.
ref_frame
[
0
]
!=
INTRA_FRAME
);
// Count number of neihgbours coded intra and zeromv
intra_count
+=
(
candidate_mi
->
mbmi
.
mode
<
NEARESTMV
);
...
...
Write
Preview
Markdown
is supported
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