Merge "Avoid the use of uninitialized value in ActiveMap encoding route" into nextgenv2
This commit is contained in:
@@ -9782,6 +9782,7 @@ void av1_rd_pick_inter_mode_sb_seg_skip(const AV1_COMP *cpi,
|
|||||||
#else // CONFIG_GLOBAL_MOTION
|
#else // CONFIG_GLOBAL_MOTION
|
||||||
mbmi->mv[0].as_int = 0;
|
mbmi->mv[0].as_int = 0;
|
||||||
#endif // CONFIG_GLOBAL_MOTION
|
#endif // CONFIG_GLOBAL_MOTION
|
||||||
|
mbmi->tx_size = max_txsize_lookup[bsize];
|
||||||
x->skip = 1;
|
x->skip = 1;
|
||||||
|
|
||||||
#if CONFIG_REF_MV
|
#if CONFIG_REF_MV
|
||||||
|
Reference in New Issue
Block a user