Lines Matching refs:segmentation
1043 if (dxva->segmentation.enabled && in vdpu_av1d_set_reference_frames()
1238 regs->swreg13.sw_segment_temp_upd_e = dxva->segmentation.temporal_update; in vdpu_av1d_set_segmentation()
1239 regs->swreg13.sw_segment_upd_e = dxva->segmentation.update_map; in vdpu_av1d_set_segmentation()
1240 regs->swreg13.sw_segment_e = dxva->segmentation.enabled; in vdpu_av1d_set_segmentation()
1268 if (dxva->segmentation.enabled) { in vdpu_av1d_set_segmentation()
1269 RK_S32 (*segdata)[SEG_AV1_LVL_MAX] = dxva->segmentation.feature_data; in vdpu_av1d_set_segmentation()
1272 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_Q)) { in vdpu_av1d_set_segmentation()
1278 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_LF_Y_V)) in vdpu_av1d_set_segmentation()
1282 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_LF_Y_H)) in vdpu_av1d_set_segmentation()
1286 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_LF_U)) in vdpu_av1d_set_segmentation()
1290 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_LF_V)) in vdpu_av1d_set_segmentation()
1295 dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_REF_FRAME)) in vdpu_av1d_set_segmentation()
1299 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_SKIP)) in vdpu_av1d_set_segmentation()
1301 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_GLOBALMV)) in vdpu_av1d_set_segmentation()
1308 if (dxva->segmentation.feature_mask[i] & (1 << j)) { in vdpu_av1d_set_segmentation()