Home
last modified time | relevance | path

Searched refs:hdr_width_div (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.c289 unsigned int hdr_width_div, hdr_height_div; in v4l2_fwht_decode() local
336 hdr_width_div = (flags & V4L2_FWHT_FL_CHROMA_FULL_WIDTH) ? 1 : 2; in v4l2_fwht_decode()
338 if (hdr_width_div != info->width_div || in v4l2_fwht_decode()
H A Dvicodec-core.c521 unsigned int hdr_width_div = (flags & V4L2_FWHT_FL_CHROMA_FULL_WIDTH) ? 1 : 2; in update_capture_data_from_header() local
533 q_dst->coded_width = vic_round_dim(q_dst->visible_width, hdr_width_div); in update_capture_data_from_header()
575 unsigned int hdr_width_div; in job_ready() local
656 hdr_width_div = (flags & V4L2_FWHT_FL_CHROMA_FULL_WIDTH) ? 1 : 2; in job_ready()
662 hdr_width_div != q_dst->info->width_div || in job_ready()