Searched refs:height_in_ctb (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_dec.c | 380 unsigned block_size, log2_ctb_size, width_in_ctb, height_in_ctb, num_16x16_block_per_ctb; in calc_ctx_size_h265_main10() local 400 height_in_ctb = (height + ((1 << log2_ctb_size) - 1)) >> log2_ctb_size; in calc_ctx_size_h265_main10() 406 cm_buffer_size = max_references * context_buffer_size_per_ctb_row * height_in_ctb; in calc_ctx_size_h265_main10()
|
D | radeon_uvd.c | 301 unsigned block_size, log2_ctb_size, width_in_ctb, height_in_ctb, num_16x16_block_per_ctb; in calc_ctx_size_h265_main10() local 320 height_in_ctb = (height + ((1 << log2_ctb_size) - 1)) >> log2_ctb_size; in calc_ctx_size_h265_main10() 326 cm_buffer_size = max_references * context_buffer_size_per_ctb_row * height_in_ctb; in calc_ctx_size_h265_main10()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | radeon_uvd.c | 250 unsigned block_size, log2_ctb_size, width_in_ctb, height_in_ctb, num_16x16_block_per_ctb; in calc_ctx_size_h265_main10() local 269 height_in_ctb = (height + ((1 << log2_ctb_size) - 1)) >> log2_ctb_size; in calc_ctx_size_h265_main10() 275 cm_buffer_size = max_references * context_buffer_size_per_ctb_row * height_in_ctb; in calc_ctx_size_h265_main10()
|