Searched refs:vic_round_dim (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.h | 64 #define vic_round_dim(dim, div) (round_up((dim) / (div), 8) * (div)) macro
|
H A D | vicodec-core.c | 533 q_dst->coded_width = vic_round_dim(q_dst->visible_width, hdr_width_div); in update_capture_data_from_header() 534 q_dst->coded_height = vic_round_dim(q_dst->visible_height, in update_capture_data_from_header() 846 pix->width = vic_round_dim(pix->width, info->width_div); in vidioc_try_fmt() 849 pix->height = vic_round_dim(pix->height, info->height_div); in vidioc_try_fmt() 869 pix_mp->width = vic_round_dim(pix_mp->width, info->width_div); in vidioc_try_fmt() 872 pix_mp->height = vic_round_dim(pix_mp->height, in vidioc_try_fmt()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.h | 96 #define vic_round_dim(dim, div) (round_up((dim) / (div), 8) * (div)) macro
|
H A D | vicodec-core.c | 537 q_dst->coded_width = vic_round_dim(q_dst->visible_width, hdr_width_div); in update_capture_data_from_header() 538 q_dst->coded_height = vic_round_dim(q_dst->visible_height, in update_capture_data_from_header() 853 pix->width = vic_round_dim(pix->width, info->width_div); in vidioc_try_fmt() 856 pix->height = vic_round_dim(pix->height, info->height_div); in vidioc_try_fmt() 876 pix_mp->width = vic_round_dim(pix_mp->width, info->width_div); in vidioc_try_fmt() 879 pix_mp->height = vic_round_dim(pix_mp->height, in vidioc_try_fmt()
|
Completed in 12 milliseconds