Lines Matching refs:segmentation
119 /* segmentation data */
120 pp->stVP9Segments.wSegmentInfoFlags = (h->h.segmentation.enabled << 0) |
121 (h->h.segmentation.update_map << 1) |
122 (h->h.segmentation.temporal << 2) |
123 (h->h.segmentation.absolute_vals << 3) |
127 pp->stVP9Segments.tree_probs[i] = h->h.segmentation.prob[i];
129 if (h->h.segmentation.temporal)
131 pp->stVP9Segments.pred_probs[i] = h->h.segmentation.pred_prob[i];
136 pp->stVP9Segments.feature_mask[i] = (h->h.segmentation.feat[i].q_enabled << 0) |
137 (h->h.segmentation.feat[i].lf_enabled << 1) |
138 (h->h.segmentation.feat[i].ref_enabled << 2) |
139 (h->h.segmentation.feat[i].skip_enabled << 3);
141 pp->stVP9Segments.feature_data[i][0] = h->h.segmentation.feat[i].q_val;
142 pp->stVP9Segments.feature_data[i][1] = h->h.segmentation.feat[i].lf_val;
143 pp->stVP9Segments.feature_data[i][2] = h->h.segmentation.feat[i].ref_val;