Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/qcom/venus/
Dhelpers.c1153 u32 num_mbs; in venus_helper_get_work_mode() local
1157 num_mbs = (ALIGN(inst->height, 16) * ALIGN(inst->width, 16)) / 256; in venus_helper_get_work_mode()
1160 num_mbs <= NUM_MBS_720P) in venus_helper_get_work_mode()
1163 num_mbs = (ALIGN(inst->out_height, 16) * ALIGN(inst->out_width, 16)) / 256; in venus_helper_get_work_mode()
1165 num_mbs <= NUM_MBS_4K) in venus_helper_get_work_mode()
Dhfi_plat_bufs_v6.c1121 u32 frame_size, num_mbs; in calculate_dec_input_frame_size() local
1132 num_mbs = (ALIGN(height, 16) * ALIGN(width, 16)) / 256; in calculate_dec_input_frame_size()
1133 if (num_mbs > NUM_MBS_4K) { in calculate_dec_input_frame_size()