Lines Matching refs:segmentation
67 .segmentation_enabled = h->h.segmentation.enabled,
68 .segmentation_temporal_update = h->h.segmentation.temporal,
69 .segmentation_update_map = h->h.segmentation.update_map,
93 pic_param.mb_segment_tree_probs[i] = h->h.segmentation.prob[i];
95 if (h->h.segmentation.temporal) {
97 pic_param.segment_pred_probs[i] = h->h.segmentation.pred_prob[i];
146 .segment_reference_enabled = h->h.segmentation.feat[i].ref_enabled,
147 .segment_reference = h->h.segmentation.feat[i].ref_val,
148 .segment_reference_skipped = h->h.segmentation.feat[i].skip_enabled,
151 .luma_dc_quant_scale = h->h.segmentation.feat[i].qmul[0][0],
152 .luma_ac_quant_scale = h->h.segmentation.feat[i].qmul[0][1],
153 .chroma_dc_quant_scale = h->h.segmentation.feat[i].qmul[1][0],
154 .chroma_ac_quant_scale = h->h.segmentation.feat[i].qmul[1][1],
157 memcpy(slice_param.seg_param[i].filter_level, h->h.segmentation.feat[i].lflvl, sizeof(slice_param.seg_param[i].filter_level));