Searched defs:x32_idx (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1246 const int x32_idx = ((i & 1) << 5); local
1254 const int x16_idx = x32_idx + ((j & 1) << 4);
1388 const int x32_idx = ((i & 1) << 2); local
1392 (mi_row + y32_idx), (mi_col + x32_idx),
1406 mi_col + x32_idx + x16_idx, thresholds[2], cpi->vbp_bsize_min,
1415 mi_col + x32_idx + x16_idx + x8_idx,
1419 (mi_col + x32_idx + x16_idx + x8_idx), BLOCK_4X4);
1424 (mi_col + x32_idx + x16_idx + x8_idx), BLOCK_8X8);

Completed in 143 milliseconds