Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_convert_otp.cpp59 uint16_t *corTable = new uint16_t[srcLscWidth * srcLscHeight]; in convertLscTableParameter() local
82 getLscParameter(rTable, grTable, gbTable, bTable, corTable, srcLscWidth, srcLscHeight, bayer); in convertLscTableParameter()
96 …memcpy(corTable_crop + i * dstWidth, corTable + (cropoffsety + i)*srcLscWidth + cropoffsetx, dstWi… in convertLscTableParameter()
104 delete[] corTable; in convertLscTableParameter()