Home
last modified time | relevance | path

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