Searched refs:pixel_log2 (Results 1 – 1 of 1) sorted by relevance
866 unsigned int pixel_log2 = block_log2 - cpp_log2; in get_block_dimensions() local867 unsigned int width_log2 = (pixel_log2 + 1) / 2; in get_block_dimensions()868 unsigned int height_log2 = pixel_log2 - width_log2; in get_block_dimensions()