Eliminate tautology
Unreachable code that does nothing anyway removed forever. Change-Id: I14105d2dd9dbc9d558f36464055e350dbeb45488
This commit is contained in:
parent
8b4e9c5925
commit
31cbe2ed9a
@ -3265,9 +3265,6 @@ static int64_t handle_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
|
|||||||
|
|
||||||
mvp_full.as_mv.col >>= 3;
|
mvp_full.as_mv.col >>= 3;
|
||||||
mvp_full.as_mv.row >>= 3;
|
mvp_full.as_mv.row >>= 3;
|
||||||
if (mvp_full.as_int != mvp_full.as_int) {
|
|
||||||
mvp_full.as_int = mvp_full.as_int;
|
|
||||||
}
|
|
||||||
|
|
||||||
// adjust search range according to sr from mv prediction
|
// adjust search range according to sr from mv prediction
|
||||||
step_param = MAX(step_param, sr);
|
step_param = MAX(step_param, sr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user