Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A DBusLogic.h771 u32 segdata; /* Bytes 4-7 */ member
H A DBusLogic.c3089 ccb->sglist[i].segdata = sg_dma_address(sg); in blogic_qcmd_lck()
H A DFlashPoint.c4983 addr = segp->segdata; in FPT_busMstrSGDataXferStart()