Searched refs:num_8x8_h (Results 1 – 2 of 2) sorted by relevance
277 const int num_8x8_h = num_8x8_blocks_high_lookup[bsize_base]; in set_ssim_rdmult() local279 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()
4896 const int num_8x8_h = num_8x8_blocks_high_lookup[block_size]; local4898 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) {