Home
last modified time | relevance | path

Searched refs:segdata (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1269 RK_S32 (*segdata)[SEG_AV1_LVL_MAX] = dxva->segmentation.feature_data; in vdpu_av1d_set_segmentation() local
1274 MPP_CLIP3(0, 255, MPP_ABS(segdata[s][SEG_AV1_LVL_ALT_Q])); in vdpu_av1d_set_segmentation()
1275 segsign |= (segdata[s][SEG_AV1_LVL_ALT_Q] < 0) << s; in vdpu_av1d_set_segmentation()
1280 MPP_CLIP3(-63, 63, segdata[s][SEG_AV1_LVL_ALT_LF_Y_V]); in vdpu_av1d_set_segmentation()
1284 MPP_CLIP3(-63, 63, segdata[s][SEG_AV1_LVL_ALT_LF_Y_H]); in vdpu_av1d_set_segmentation()
1288 MPP_CLIP3(-63, 63, segdata[s][SEG_AV1_LVL_ALT_LF_U]); in vdpu_av1d_set_segmentation()
1292 MPP_CLIP3(-63, 63, segdata[s][SEG_AV1_LVL_ALT_LF_V]); in vdpu_av1d_set_segmentation()
1297 segdata[s][SEG_AV1_LVL_REF_FRAME] + 1; in vdpu_av1d_set_segmentation()