Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_gdc.h39 const POINT_S *pastDstPoint,
50 const POINT_S *pastDstPoint,
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_gdc.cpp112 POINT_S *pastDstPoint; member
382 ctx->pastDstPoint[i].s32X = step * i; in test_mpi_gdc_get_src_point_array()
383 ctx->pastDstPoint[i].s32Y = 0; in test_mpi_gdc_get_src_point_array()
385 ctx->pastDstPoint[i].s32X = (w - 1); in test_mpi_gdc_get_src_point_array()
386 ctx->pastDstPoint[i].s32Y = (step * i - w); in test_mpi_gdc_get_src_point_array()
389 ctx->pastDstPoint[i].s32X = 2 * w + h - step * i; in test_mpi_gdc_get_src_point_array()
390 ctx->pastDstPoint[i].s32Y = h - 1; in test_mpi_gdc_get_src_point_array()
393 ctx->pastDstPoint[i].s32X = 0; in test_mpi_gdc_get_src_point_array()
394 ctx->pastDstPoint[i].s32Y = (2 * (w + h)- step * i); in test_mpi_gdc_get_src_point_array()
405 ctx->pastDstPoint, ctx->pastSrcPoint); in test_mpi_gdc_get_src_point_array()
[all …]