Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_avs.cpp729 RK_PRINT("lut step x : %d\n", ctx->stLutStep.enStepX); in mpi_avs_test_show_options()
730 RK_PRINT("lut step y : %d\n", ctx->stLutStep.enStepY); in mpi_avs_test_show_options()
830 OPT_INTEGER('\0', "lut_step_x", &(ctx.stLutStep.enStepX), in main()
832 OPT_INTEGER('\0', "lut_step_y", &(ctx.stLutStep.enStepY), in main()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_avs.h125 AVS_STEP_ATTR_S stLutStep; member
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_avs.h98 AVS_STEP_ATTR_S stLutStep; member
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp597 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()