Searched refs:height_div (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/media/test-drivers/vicodec/ |
| H A D | codec-v4l2-fwht.h | 20 unsigned int height_div; member 53 u32 width_div, u32 height_div, u32 components_num, 56 u32 height_div,
|
| H A D | codec-v4l2-fwht.c | 45 u32 width_div, u32 height_div, u32 components_num, in v4l2_fwht_validate_fmt() argument 49 info->height_div == height_div && in v4l2_fwht_validate_fmt() 57 u32 height_div, in v4l2_fwht_find_nth_fmt() argument 66 width_div, height_div, in v4l2_fwht_find_nth_fmt() 100 rf->height_div = info->height_div; in prepare_raw_frame() 269 if (rf.height_div == 1) in v4l2_fwht_encode() 339 hdr_height_div != info->height_div) in v4l2_fwht_decode()
|
| H A D | codec-fwht.h | 91 unsigned int height_div; member
|
| H A D | codec-fwht.c | 798 u32 chroma_h = height / frm->height_div; in fwht_encode_frame()
|