projects
/
libvpx
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fccd0b
)
Fix mv_arr assignment
author
Angie Chiang
<angiebird@google.com>
Thu, 13 Sep 2018 19:14:46 +0000
(12:14 -0700)
committer
Angie Chiang
<angiebird@google.com>
Thu, 13 Sep 2018 19:27:22 +0000
(12:27 -0700)
Change-Id: Ic6b9330ffb9b75b3a8441024fbf8ba53c134621b
vp9/encoder/vp9_encoder.c
patch
|
blob
|
history
diff --git
a/vp9/encoder/vp9_encoder.c
b/vp9/encoder/vp9_encoder.c
index 802a6888bc494fbb1012d4be22c05c5ac1c02571..4b3f4162742406c0b47057c433cbc4509475781c 100644
(file)
--- a/
vp9/encoder/vp9_encoder.c
+++ b/
vp9/encoder/vp9_encoder.c
@@
-5728,7
+5728,7
@@
void tpl_model_store(TplDepStats *tpl_stats, int mi_row, int mi_col,
tpl_ptr->inter_cost_arr[rf_idx] = src_stats->inter_cost;
tpl_ptr->recon_error_arr[rf_idx] = src_stats->recon_error_arr[rf_idx];
tpl_ptr->sse_arr[rf_idx] = src_stats->sse_arr[rf_idx];
- tpl_ptr->mv_arr[rf_idx].as_int = src_stats->mv.as_int;
+ tpl_ptr->mv_arr[rf_idx].as_int = src_stats->mv
_arr[rf_idx]
.as_int;
}
#endif
tpl_ptr->intra_cost = intra_cost;