Fix another typo in 4x4-transform-for-i8x8-intra-pred coeff contexts.

Change-Id: I02e7f64a7c99f6c222b9ef21341b0e801d646810
This commit is contained in:
Ronald S. Bultje 2012-10-22 11:55:06 -07:00
parent 84ea002eb1
commit f72fdf1c7f

View File

@ -1626,8 +1626,8 @@ static int64_t rd_pick_intra8x8block(VP8_COMP *cpi, MACROBLOCK *x, int ib,
} else {
*(a + vp8_block2above[ib]) = besta0;
*(a + vp8_block2above[ib + 1]) = besta1;
*(l + vp8_block2above[ib]) = bestl0;
*(l + vp8_block2above[ib + 4]) = bestl1;
*(l + vp8_block2left[ib]) = bestl0;
*(l + vp8_block2left[ib + 4]) = bestl1;
}
return best_rd;