Lines Matching refs:lf
450 feat_val = dec_params->lf.level; in config_segment()
488 bool d = dec_params->lf.flags & V4L2_VP9_LOOP_FILTER_FLAG_DELTA_ENABLED; in config_loop_filter()
490 hantro_reg_write(ctx->dev, &vp9_filt_level, dec_params->lf.level); in config_loop_filter()
491 hantro_reg_write(ctx->dev, &g2_out_filtering_dis, dec_params->lf.level == 0); in config_loop_filter()
492 hantro_reg_write(ctx->dev, &vp9_filt_sharpness, dec_params->lf.sharpness); in config_loop_filter()
494 hantro_reg_write(ctx->dev, &vp9_filt_ref_adj_0, d ? dec_params->lf.ref_deltas[0] : 0); in config_loop_filter()
495 hantro_reg_write(ctx->dev, &vp9_filt_ref_adj_1, d ? dec_params->lf.ref_deltas[1] : 0); in config_loop_filter()
496 hantro_reg_write(ctx->dev, &vp9_filt_ref_adj_2, d ? dec_params->lf.ref_deltas[2] : 0); in config_loop_filter()
497 hantro_reg_write(ctx->dev, &vp9_filt_ref_adj_3, d ? dec_params->lf.ref_deltas[3] : 0); in config_loop_filter()
498 hantro_reg_write(ctx->dev, &vp9_filt_mb_adj_0, d ? dec_params->lf.mode_deltas[0] : 0); in config_loop_filter()
499 hantro_reg_write(ctx->dev, &vp9_filt_mb_adj_1, d ? dec_params->lf.mode_deltas[1] : 0); in config_loop_filter()