Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_convert_otp.h44 #define c_extend_round (1 << (c_lsc_corr_extend - 1)) macro
H A Drk_aiq_alsc_convert_otp.cpp242 tmp = (tmp + c_extend_round) >> c_lsc_corr_extend; in calculateCorrectFactor()
251 tmp = (tmp + c_extend_round) >> c_lsc_corr_extend; in calculateCorrectFactor()
262 tmp2 = (coeff + c_extend_round) >> c_lsc_corr_extend; in calculateCorrectFactor()