vic_round_dim     542 drivers/media/platform/vicodec/vicodec-core.c 	q_dst->coded_width = vic_round_dim(q_dst->visible_width, hdr_width_div);
vic_round_dim     543 drivers/media/platform/vicodec/vicodec-core.c 	q_dst->coded_height = vic_round_dim(q_dst->visible_height,
vic_round_dim     858 drivers/media/platform/vicodec/vicodec-core.c 		pix->width = vic_round_dim(pix->width, info->width_div);
vic_round_dim     861 drivers/media/platform/vicodec/vicodec-core.c 		pix->height = vic_round_dim(pix->height, info->height_div);
vic_round_dim     881 drivers/media/platform/vicodec/vicodec-core.c 		pix_mp->width = vic_round_dim(pix_mp->width, info->width_div);
vic_round_dim     884 drivers/media/platform/vicodec/vicodec-core.c 		pix_mp->height = vic_round_dim(pix_mp->height,