Searched refs:ref_width (Results 1 – 3 of 3) sorted by relevance
13 u32 ref_width, u32 ref_height) in iris_res_is_less_than() argument 16 u32 max_side = max(ref_width, ref_height); in iris_res_is_less_than() 18 if (num_mbs < NUM_MBS_PER_FRAME(ref_height, ref_width) && in iris_res_is_less_than()
45 u32 ref_width, u32 ref_height);
749 static inline bool vdec_av1_slice_need_scale(u32 ref_width, u32 ref_height, in vdec_av1_slice_need_scale() argument 752 return ((this_width << 1) >= ref_width) && in vdec_av1_slice_need_scale() 754 (this_width <= (ref_width << 4)) && in vdec_av1_slice_need_scale()