Searched refs:NUM_MBS_4K (Results 1 – 3 of 3) sorted by relevance
24 #define NUM_MBS_4K (DIV_ROUND_UP(MAX_WIDTH, 16) * DIV_ROUND_UP(MAX_HEIGHT, 16)) macro200 u32 base_res_mbs = NUM_MBS_4K; in iris_bitstream_buffer_size()205 if (num_mbs > NUM_MBS_4K) { in iris_bitstream_buffer_size()
227 #define NUM_MBS_4K (((4096 + 15) >> 4) * ((2304 + 15) >> 4)) macro382 else if (mbs_per_frame <= NUM_MBS_4K) in calculate_enc_output_frame_size()1123 u32 base_res_mbs = NUM_MBS_4K; in calculate_dec_input_frame_size()1133 if (num_mbs > NUM_MBS_4K) { in calculate_dec_input_frame_size()1137 base_res_mbs = NUM_MBS_4K; in calculate_dec_input_frame_size()
23 #define NUM_MBS_4K (((ALIGN(4096, 16)) >> 4) * ((ALIGN(2304, 16)) >> 4)) macro1167 num_mbs <= NUM_MBS_4K) in venus_helper_get_work_mode()
Completed in 13 milliseconds