Searched refs:height_div (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c60 unsigned int height_div; member in struct:pixfmt_info
175 info->height_div : 1;
223 unsigned int height_div = local
234 if (v4l2_fwht_validate_fmt(cur_info, width_div, height_div,
480 unsigned int height_div = (flags & V4L2_FWHT_FL_CHROMA_FULL_HEIGHT) ? 1 : 2; local
490 return v4l2_fwht_find_nth_fmt(width_div, height_div,
663 hdr_height_div != q_dst->info->height_div) {
724 info->height_div,
849 pix->height = vic_round_dim(pix->height, info->height_div);
873 info->height_div);
[all...]
H A Dcodec-fwht.c798 u32 chroma_h = height / frm->height_div;
H A Dcodec-v4l2-fwht.c45 u32 width_div, u32 height_div, u32 components_num,
49 info->height_div == height_div &&
57 u32 height_div,
66 width_div, height_div,
100 rf->height_div = info->height_div;
269 if (rf.height_div == 1)
339 hdr_height_div != info->height_div)
44 v4l2_fwht_validate_fmt(const struct v4l2_fwht_pixfmt_info *info, u32 width_div, u32 height_div, u32 components_num, u32 pixenc) argument
56 v4l2_fwht_find_nth_fmt(u32 width_div, u32 height_div, u32 components_num, u32 pixenc, unsigned int start_idx) argument
H A Dcodec-fwht.h91 unsigned int height_div; member in struct:fwht_raw_frame
H A Dcodec-v4l2-fwht.h20 unsigned int height_div; member in struct:v4l2_fwht_pixfmt_info
53 u32 width_div, u32 height_div, u32 components_num,
56 u32 height_div,

Completed in 255 milliseconds