Home
last modified time | relevance | path

Searched refs:c_dx_shift (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.h50 #define c_dx_shift (c_lsc_grad_exp - c_lsc_corr_extend) macro
51 #define c_dx_round (1 << (c_dx_shift - 1))
55 #define c_dx_bw (c_lsc_corr_bw + c_lsc_grad_bw - c_dx_shift)
H A Drk_aiq_alsc_convert_otp.cpp259 tmp = (tmp + c_dx_round) >> c_dx_shift; in calculateCorrectFactor()