Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c277 const int num_8x8_h = num_8x8_blocks_high_lookup[bsize_base]; in set_ssim_rdmult() local
279 const int num_rows = (cm->mi_rows + num_8x8_h - 1) / num_8x8_h; in set_ssim_rdmult()
283 (num_8x8_blocks_high_lookup[bsize] + num_8x8_h - 1) / num_8x8_h; in set_ssim_rdmult()
292 for (col = mi_col / num_8x8_h; in set_ssim_rdmult()
293 col < num_cols && col < mi_col / num_8x8_h + num_bcols; ++col) { in set_ssim_rdmult()
Dvp9_encoder.c4896 const int num_8x8_h = num_8x8_blocks_high_lookup[block_size]; local
4898 const int num_rows = (cm->mi_rows + num_8x8_h - 1) / num_8x8_h;
4909 for (mi_row = row * num_8x8_h;
4910 mi_row < cm->mi_rows && mi_row < (row + 1) * num_8x8_h; ++mi_row) {