Searched refs:c_lsc_corr_extend (Results 1 – 2 of 2) sorted by relevance
42 #define c_lsc_corr_extend 10 // extended fractal part of dx,dy of internal correction factor macro44 #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)
242 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()