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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_uvd.c250 unsigned log2_ctb_size, width_in_ctb, height_in_ctb, num_16x16_block_per_ctb; local in function:calc_ctx_size_h265_main10
269 height_in_ctb = (height + ((1 << log2_ctb_size) - 1)) >> log2_ctb_size;
275 cm_buffer_size = max_references * context_buffer_size_per_ctb_row * height_in_ctb;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd.c301 unsigned log2_ctb_size, width_in_ctb, height_in_ctb, num_16x16_block_per_ctb; local in function:calc_ctx_size_h265_main10
320 height_in_ctb = (height + ((1 << log2_ctb_size) - 1)) >> log2_ctb_size;
326 cm_buffer_size = max_references * context_buffer_size_per_ctb_row * height_in_ctb;
H A Dradeon_vcn_dec.c555 unsigned log2_ctb_size, width_in_ctb, height_in_ctb, num_16x16_block_per_ctb; local in function:calc_ctx_size_h265_main10
575 height_in_ctb = (height + ((1 << log2_ctb_size) - 1)) >> log2_ctb_size;
581 cm_buffer_size = max_references * context_buffer_size_per_ctb_row * height_in_ctb;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd.c293 unsigned log2_ctb_size, width_in_ctb, height_in_ctb, num_16x16_block_per_ctb; local in function:calc_ctx_size_h265_main10
313 height_in_ctb = (height + ((1 << log2_ctb_size) - 1)) >> log2_ctb_size;
319 cm_buffer_size = max_references * context_buffer_size_per_ctb_row * height_in_ctb;
H A Dradeon_vcn_dec.c1117 unsigned log2_ctb_size, width_in_ctb, height_in_ctb, num_16x16_block_per_ctb; local in function:calc_ctx_size_h265_main10
1137 height_in_ctb = (height + ((1 << log2_ctb_size) - 1)) >> log2_ctb_size;
1143 cm_buffer_size = max_references * context_buffer_size_per_ctb_row * height_in_ctb;

Completed in 12 milliseconds