Searched refs:rk_sharp_V4_hbfCoeff_fix_bits (Results 1 – 2 of 2) sorted by relevance
343 tmp = (int)ROUND_F(hfBilateralFilter_coeff[0] * (1 << rk_sharp_V4_hbfCoeff_fix_bits)); in sharp_fix_transfer_V4()345 tmp = (int)ROUND_F(hfBilateralFilter_coeff[1] * (1 << rk_sharp_V4_hbfCoeff_fix_bits)); in sharp_fix_transfer_V4()347 tmp = (int)ROUND_F(hfBilateralFilter_coeff[2] * (1 << rk_sharp_V4_hbfCoeff_fix_bits)); in sharp_fix_transfer_V4()350 offset = (1 << rk_sharp_V4_hbfCoeff_fix_bits) - sum_coeff; in sharp_fix_transfer_V4()
51 #define rk_sharp_V4_hbfCoeff_fix_bits 7 macro