Home
last modified time | relevance | path

Searched refs:cropoffsety (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.cpp86 int cropoffsety = srcLscHeight / 2 - dstHeight / 2; in convertLscTableParameter() local
90 if (cropoffsety % 2 != 0) in convertLscTableParameter()
91 cropoffsety = cropoffsety -1; in convertLscTableParameter()
96 …memcpy(corTable_crop + i * dstWidth, corTable + (cropoffsety + i)*srcLscWidth + cropoffsetx, dstWi… in convertLscTableParameter()