projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc8638
)
cpplint fixes to debug modes
author
Jim Bankoski
<jimbankoski@google.com>
Mon, 30 Sep 2013 01:04:48 +0000
(18:04 -0700)
committer
Jim Bankoski
<jimbankoski@google.com>
Mon, 30 Sep 2013 01:04:48 +0000
(18:04 -0700)
Change-Id: I1c3943cd5db6cd8fc759116a3717dba3c030fa0d
vp9/common/vp9_debugmodes.c
patch
|
blob
|
history
diff --git
a/vp9/common/vp9_debugmodes.c
b/vp9/common/vp9_debugmodes.c
index
79f769e
..
355ac1a
100644
(file)
--- a/
vp9/common/vp9_debugmodes.c
+++ b/
vp9/common/vp9_debugmodes.c
@@
-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);