Lines Matching refs:from

29 static void copy_pps_fields(struct drm_dsc_config *to, const struct drm_dsc_config *from)
31 to->line_buf_depth = from->line_buf_depth;
32 to->bits_per_component = from->bits_per_component;
33 to->convert_rgb = from->convert_rgb;
34 to->slice_width = from->slice_width;
35 to->slice_height = from->slice_height;
36 to->simple_422 = from->simple_422;
37 to->native_422 = from->native_422;
38 to->native_420 = from->native_420;
39 to->pic_width = from->pic_width;
40 to->pic_height = from->pic_height;
41 to->rc_tgt_offset_high = from->rc_tgt_offset_high;
42 to->rc_tgt_offset_low = from->rc_tgt_offset_low;
43 to->bits_per_pixel = from->bits_per_pixel;
44 to->rc_edge_factor = from->rc_edge_factor;
45 to->rc_quant_incr_limit1 = from->rc_quant_incr_limit1;
46 to->rc_quant_incr_limit0 = from->rc_quant_incr_limit0;
47 to->initial_xmit_delay = from->initial_xmit_delay;
48 to->initial_dec_delay = from->initial_dec_delay;
49 to->block_pred_enable = from->block_pred_enable;
50 to->first_line_bpg_offset = from->first_line_bpg_offset;
51 to->second_line_bpg_offset = from->second_line_bpg_offset;
52 to->initial_offset = from->initial_offset;
53 memcpy(&to->rc_buf_thresh, &from->rc_buf_thresh, sizeof(from->rc_buf_thresh));
54 memcpy(&to->rc_range_params, &from->rc_range_params, sizeof(from->rc_range_params));
55 to->rc_model_size = from->rc_model_size;
56 to->flatness_min_qp = from->flatness_min_qp;
57 to->flatness_max_qp = from->flatness_max_qp;
58 to->initial_scale_value = from->initial_scale_value;
59 to->scale_decrement_interval = from->scale_decrement_interval;
60 to->scale_increment_interval = from->scale_increment_interval;
61 to->nfl_bpg_offset = from->nfl_bpg_offset;
62 to->nsl_bpg_offset = from->nsl_bpg_offset;
63 to->slice_bpg_offset = from->slice_bpg_offset;
64 to->final_offset = from->final_offset;
65 to->vbr_enable = from->vbr_enable;
66 to->slice_chunk_size = from->slice_chunk_size;
67 to->second_line_offset_adj = from->second_line_offset_adj;
68 to->dsc_version_minor = from->dsc_version_minor;