Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
eb506a65
Commit
eb506a65
authored
Sep 29, 2013
by
Jim Bankoski
Browse files
cpplint fixes to debug modes
Change-Id: I1c3943cd5db6cd8fc759116a3717dba3c030fa0d
parent
efc86388
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_debugmodes.c
View file @
eb506a65
...
...
@@ -63,9 +63,9 @@ void vp9_print_modes_and_motion_vectors(VP9_COMMON *cm, char *file) {
print_mi_data
(
cm
,
mvs
,
"Transform:"
,
offsetof
(
MB_MODE_INFO
,
tx_size
));
print_mi_data
(
cm
,
mvs
,
"UV Modes:"
,
offsetof
(
MB_MODE_INFO
,
uv_mode
));
log_frame_info
(
cm
,
"Vectors "
,
mvs
);
log_frame_info
(
cm
,
"Vectors "
,
mvs
);
for
(
mi_row
=
0
;
mi_row
<
rows
;
mi_row
++
)
{
fprintf
(
mvs
,
"V "
);
fprintf
(
mvs
,
"V "
);
for
(
mi_col
=
0
;
mi_col
<
cols
;
mi_col
++
)
{
fprintf
(
mvs
,
"%4d:%4d "
,
mi_8x8
[
mi_index
]
->
mbmi
.
mv
[
0
].
as_mv
.
row
,
mi_8x8
[
mi_index
]
->
mbmi
.
mv
[
0
].
as_mv
.
col
);
...
...
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