Inlining 16 as a stride for BLOCK_OFFSET macro.

Change-Id: I7f23d174eb089e5500f268a10db09648634c1b82
This commit is contained in:
Dmitry Kovalev
2013-08-09 16:40:05 -07:00
parent 125146034e
commit f1559bdeaf
7 changed files with 27 additions and 29 deletions

View File

@@ -271,7 +271,7 @@ static void decode_block(int plane, int block,
ENTROPY_CONTEXT *L = pd->left_context + loff;
const int eob = decode_coefs(&arg->pbi->common, xd, arg->r, block,
pd->plane_type, seg_eob,
BLOCK_OFFSET(pd->qcoeff, block, 16),
BLOCK_OFFSET(pd->qcoeff, block),
ss_tx_size, pd->dequant, A, L);
if (xd->mb_to_right_edge < 0 || xd->mb_to_bottom_edge < 0) {