| commit | 5ef90cebfbf10a90ddfb6f9cae6e196c7631eada | [log] [tgz] |
|---|---|---|
| author | Hui Su <huisu@google.com> | Wed Jan 03 11:31:46 2018 -0800 |
| committer | Hui Su <huisu@google.com> | Thu Jan 04 00:20:58 2018 +0000 |
| tree | fc4a809327f953ad96af3370c58c6d32a63e055c | |
| parent | 721c4c3450ef01e3ac785d22831ec976bc3f854d [diff] |
Initialize skip_txfm_sb flag in motion_mode_rd() BUG=aomedia:1172 Change-Id: I7fcc3a7786acd272f46d8a675e3bd5d80a52f5bc
diff --git a/av1/encoder/rdopt.c b/av1/encoder/rdopt.c index 45d7ba1..a687ed9 100644 --- a/av1/encoder/rdopt.c +++ b/av1/encoder/rdopt.c
@@ -7401,7 +7401,7 @@ int64_t tmp_dist; int tmp_rate2 = motion_mode != SIMPLE_TRANSLATION ? rate2_bmc_nocoeff : rate2_nocoeff; - + *skip_txfm_sb = 0; *mbmi = base_mbmi; mbmi->motion_mode = motion_mode; if (mbmi->motion_mode == OBMC_CAUSAL) {