Searched refs:chroma_w (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 798 u32 chroma_w = width / frm->width_div; in fwht_encode_frame() local 799 unsigned int chroma_size = chroma_h * chroma_w; in fwht_encode_frame() 803 cf, chroma_h, chroma_w, in fwht_encode_frame() 811 cf, chroma_h, chroma_w, in fwht_encode_frame()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 799 u32 chroma_w = width / frm->width_div; in fwht_encode_frame() local 800 unsigned int chroma_size = chroma_h * chroma_w; in fwht_encode_frame() 804 cf, chroma_h, chroma_w, in fwht_encode_frame() 812 cf, chroma_h, chroma_w, in fwht_encode_frame()
|
Completed in 4 milliseconds