Searched refs:spl_fixpt_round (Results 1 – 3 of 3) sorted by relevance
445 static inline int spl_fixpt_round(struct spl_fixed31_32 arg) in spl_fixpt_round() function
329 int m = spl_fixpt_round( in spl_fixpt_exp()
117 rec_out.x = stream_dst->x + spl_fixpt_round(temp); in calculate_plane_rec_in_timing_active()122 rec_out.width = stream_dst->x + spl_fixpt_round(temp) - rec_out.x; in calculate_plane_rec_in_timing_active()126 rec_out.y = stream_dst->y + spl_fixpt_round(temp); in calculate_plane_rec_in_timing_active()131 rec_out.height = stream_dst->y + spl_fixpt_round(temp) - rec_out.y; in calculate_plane_rec_in_timing_active()
Completed in 10 milliseconds