Remove unnecessary local variable declaration
This commit removes a repetitive local variable declaration in vp9_rd_pick_inter_mode_sb. Change-Id: I1b0afa98ff1ecbfb46e17d3d1cee95d32c4309db
This commit is contained in:
parent
eee904c9b9
commit
f7023ea014
@ -2718,7 +2718,6 @@ int64_t vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi, MACROBLOCK *x,
|
||||
int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0;
|
||||
int skippable = 0;
|
||||
int64_t tx_cache[TX_MODES];
|
||||
int i;
|
||||
int this_skip2 = 0;
|
||||
int64_t total_sse = INT64_MAX;
|
||||
int early_term = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user