Home
last modified time | relevance | path

Searched refs:c_lsc_corr_extend (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.h42 #define c_lsc_corr_extend 10 // extended fractal part of dx,dy of internal correction factor macro
44 #define c_extend_round (1 << (c_lsc_corr_extend - 1))
50 #define c_dx_shift (c_lsc_grad_exp - c_lsc_corr_extend)
52 #define c_dy_shift (c_lsc_grad_exp - c_lsc_corr_extend - c_corr_diff)
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()
256 coeff = lCoeff << c_lsc_corr_extend; in calculateCorrectFactor()
262 tmp2 = (coeff + c_extend_round) >> c_lsc_corr_extend; in calculateCorrectFactor()