Merge "General cleanups."

This commit is contained in:
Dmitry Kovalev
2013-07-26 13:59:39 -07:00
committed by Gerrit Code Review
18 changed files with 49 additions and 70 deletions

View File

@@ -1069,8 +1069,7 @@ static void choose_partitioning(VP9_COMP *cpi, MODE_INFO *m, int mi_row,
int dp;
int pixels_wide = 64, pixels_high = 64;
vpx_memset(&vt, 0, sizeof(vt));
vp9_zero(vt);
set_offsets(cpi, mi_row, mi_col, BLOCK_SIZE_SB64X64);
if (xd->mb_to_right_edge < 0)