Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c1225 struct v4l2_av1_loop_filter *ctrl_lf) in vdec_av1_slice_setup_lf() argument
1230 lf->loop_filter_level[i] = ctrl_lf->level[i]; in vdec_av1_slice_setup_lf()
1233 lf->loop_filter_ref_deltas[i] = ctrl_lf->ref_deltas[i]; in vdec_av1_slice_setup_lf()
1236 lf->loop_filter_mode_deltas[i] = ctrl_lf->mode_deltas[i]; in vdec_av1_slice_setup_lf()
1238 lf->loop_filter_sharpness = ctrl_lf->sharpness; in vdec_av1_slice_setup_lf()
1240 BIT_FLAG(ctrl_lf, V4L2_AV1_LOOP_FILTER_FLAG_DELTA_ENABLED); in vdec_av1_slice_setup_lf()