Home
last modified time | relevance | path

Searched refs:num_8x8_w (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c276 const int num_8x8_w = num_8x8_blocks_wide_lookup[bsize_base]; in set_ssim_rdmult() local
278 const int num_cols = (cm->mi_cols + num_8x8_w - 1) / num_8x8_w; in set_ssim_rdmult()
281 (num_8x8_blocks_wide_lookup[bsize] + num_8x8_w - 1) / num_8x8_w; in set_ssim_rdmult()
290 for (row = mi_row / num_8x8_w; in set_ssim_rdmult()
291 row < num_rows && row < mi_row / num_8x8_w + num_brows; ++row) { in set_ssim_rdmult()
Dvp9_encoder.c4895 const int num_8x8_w = num_8x8_blocks_wide_lookup[block_size]; local
4897 const int num_cols = (cm->mi_cols + num_8x8_w - 1) / num_8x8_w;
4911 for (mi_col = col * num_8x8_w;
4912 mi_col < cm->mi_cols && mi_col < (col + 1) * num_8x8_w; ++mi_col) {