Cleaning up vp9_encodemb.c file.
Usage of encode_b_args is unnecessary because encode_block_pass1() doesn't use them. That's why optimize_init_b() call is also not required. Change-Id: Ib6cfe4916c2ca85749c90bb0adcba6fea592f9ac
This commit is contained in:
@@ -675,7 +675,7 @@ void vp9_first_pass(VP9_COMP *cpi) {
|
||||
xd->mi_8x8[0]->mbmi.ref_frame[0] = LAST_FRAME;
|
||||
xd->mi_8x8[0]->mbmi.ref_frame[1] = NONE;
|
||||
vp9_build_inter_predictors_sby(xd, mb_row << 1, mb_col << 1, bsize);
|
||||
vp9_encode_sby(x, bsize);
|
||||
vp9_encode_sby_pass1(x, bsize);
|
||||
sum_mvr += mv.as_mv.row;
|
||||
sum_mvr_abs += abs(mv.as_mv.row);
|
||||
sum_mvc += mv.as_mv.col;
|
||||
|
Reference in New Issue
Block a user