Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp127 tmpGrpAttr.stInAttr.stLUT.pVirAddr[AvsPipe]) { in TEST_AVS_Stop()
128 tmpLutBlk = RK_MPI_MB_VirAddr2Handle(tmpGrpAttr.stInAttr.stLUT.pVirAddr[AvsPipe]); in TEST_AVS_Stop()
134 tmpGrpAttr.stInAttr.stLUT.pVirAddr[AvsPipe], s32Ret); in TEST_AVS_Stop()
138 tmpGrpAttr.stInAttr.stLUT.pVirAddr[AvsPipe]); in TEST_AVS_Stop()
139 tmpGrpAttr.stInAttr.stLUT.pVirAddr[AvsPipe] = RK_NULL; in TEST_AVS_Stop()
595 pstAvsGrpAttr->stInAttr.stLUT.enAccuracy = pstCtx->enLutAccuracy; in TEST_AVS_InitAttr_Blend_Lut()
596 pstAvsGrpAttr->stInAttr.stLUT.enFuseWidth = pstCtx->enLutFuseWidth; in TEST_AVS_InitAttr_Blend_Lut()
597 pstAvsGrpAttr->stInAttr.stLUT.stLutStep.enStepX = pstCtx->stLutStep.enStepX; in TEST_AVS_InitAttr_Blend_Lut()
598 pstAvsGrpAttr->stInAttr.stLUT.stLutStep.enStepY = pstCtx->stLutStep.enStepY; in TEST_AVS_InitAttr_Blend_Lut()
600 pstAvsGrpAttr->stInAttr.stLUT.pVirAddr[i] = pLUTVirAddr[i]; in TEST_AVS_InitAttr_Blend_Lut()
[all …]
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_avs.h144 AVS_LUT_S stLUT; /* Look up table. */ member