Home
last modified time | relevance | path

Searched refs:height_div (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.h20 unsigned int height_div; member
53 u32 width_div, u32 height_div, u32 components_num,
56 u32 height_div,
H A Dcodec-v4l2-fwht.c45 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 Dcodec-fwht.h91 unsigned int height_div; member
H A Dcodec-fwht.c798 u32 chroma_h = height / frm->height_div; in fwht_encode_frame()