Fix first pass for non-square blocks
Change-Id: Ic049f0a6ce190f33859118e7b8cfcfe305979102
This commit is contained in:
parent
042c475a8f
commit
014a2c17df
@ -569,7 +569,7 @@ void vp9_first_pass(VP9_COMP *cpi) {
|
||||
mb_row << 1,
|
||||
1 << mi_height_log2(xd->this_mi->mbmi.sb_type),
|
||||
mb_col << 1,
|
||||
1 << mi_height_log2(xd->this_mi->mbmi.sb_type));
|
||||
1 << mi_width_log2(xd->this_mi->mbmi.sb_type));
|
||||
|
||||
// do intra 16x16 prediction
|
||||
this_error = vp9_encode_intra(x, use_dc_pred);
|
||||
|
Loading…
x
Reference in New Issue
Block a user