Searched refs:c_dx_shift (Results 1 – 2 of 2) sorted by relevance
50 #define c_dx_shift (c_lsc_grad_exp - c_lsc_corr_extend) macro51 #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)
259 tmp = (tmp + c_dx_round) >> c_dx_shift; in calculateCorrectFactor()