Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_types_alsc_algo_prvt.h57 lsc_matrix_t undampedLscMatrixTable; member
H A Drk_aiq_alsc_algo.cpp953 &hAlsc->alscRest.undampedLscMatrixTable); in AlscAutoConfig()
960 … memcpy(&hAlsc->alscRest.undampedLscMatrixTable.LscMatrix[CAM_4CH_COLOR_COMPONENT_RED], in AlscAutoConfig()
962 … memcpy(&hAlsc->alscRest.undampedLscMatrixTable.LscMatrix[CAM_4CH_COLOR_COMPONENT_GREENR], in AlscAutoConfig()
964 … memcpy(&hAlsc->alscRest.undampedLscMatrixTable.LscMatrix[CAM_4CH_COLOR_COMPONENT_GREENB], in AlscAutoConfig()
966 … memcpy(&hAlsc->alscRest.undampedLscMatrixTable.LscMatrix[CAM_4CH_COLOR_COMPONENT_BLUE], in AlscAutoConfig()
983 ret = DampingandOtp(dampCoef, &hAlsc->alscRest.undampedLscMatrixTable, in AlscAutoConfig()
989 ret = Damping(dampCoef, &hAlsc->alscRest.undampedLscMatrixTable, in AlscAutoConfig()
H A Drk_aiq_alsc_algo_v1.cpp441 &hAlsc->alscRest.undampedLscMatrixTable); in AlscAutoConfig()
448 …memcpy(&hAlsc->alscRest.undampedLscMatrixTable, &pLscProfile1->LscMatrix[0], sizeof(CamLscMatrix_t… in AlscAutoConfig()
454 &hAlsc->alscRest.undampedLscMatrixTable, &hAlsc->alscRest.dampedLscMatrixTable); in AlscAutoConfig()