Searched refs:num_mbs (Results 1 – 2 of 2) sorted by relevance
1155 u32 num_mbs; in venus_helper_get_work_mode() local1159 num_mbs = (ALIGN(inst->height, 16) * ALIGN(inst->width, 16)) / 256; in venus_helper_get_work_mode()1162 num_mbs <= NUM_MBS_720P) in venus_helper_get_work_mode()1165 num_mbs = (ALIGN(inst->out_height, 16) * ALIGN(inst->out_width, 16)) / 256; in venus_helper_get_work_mode()1167 num_mbs <= NUM_MBS_4K) in venus_helper_get_work_mode()
1121 u32 frame_size, num_mbs; in calculate_dec_input_frame_size() local1132 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()