Home
last modified time | relevance | path

Searched refs:FWHT_FL_CHROMA_FULL_HEIGHT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.h76 #define FWHT_FL_CHROMA_FULL_HEIGHT BIT(7) macro
H A Dcodec-v4l2-fwht.c270 flags |= FWHT_FL_CHROMA_FULL_HEIGHT; in v4l2_fwht_encode()
337 hdr_height_div = (flags & FWHT_FL_CHROMA_FULL_HEIGHT) ? 1 : 2; in v4l2_fwht_decode()
H A Dvicodec-core.c224 (params->flags & FWHT_FL_CHROMA_FULL_HEIGHT) ? 1 : 2; in validate_stateless_params_flags()
484 unsigned int height_div = (flags & FWHT_FL_CHROMA_FULL_HEIGHT) ? 1 : 2; in info_from_header()
526 unsigned int hdr_height_div = (flags & FWHT_FL_CHROMA_FULL_HEIGHT) ? 1 : 2; in update_capture_data_from_header()
661 hdr_height_div = (flags & FWHT_FL_CHROMA_FULL_HEIGHT) ? 1 : 2; in job_ready()
H A Dcodec-fwht.c931 if (!(hdr_flags & FWHT_FL_CHROMA_FULL_HEIGHT)) in fwht_decode_frame()

Completed in 6 milliseconds