Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.c294 unsigned block_size, log2_ctb_size, width_in_ctb, height_in_ctb, num_16x16_block_per_ctb; in calc_ctx_size_h265_main10() local
313 height_in_ctb = (height + ((1 << log2_ctb_size) - 1)) >> log2_ctb_size; in calc_ctx_size_h265_main10()
319 cm_buffer_size = max_references * context_buffer_size_per_ctb_row * height_in_ctb; in calc_ctx_size_h265_main10()