Searched refs:reg_h0_h_coef_5x5_fix_bits (Results 1 – 2 of 2) sorted by relevance
52 #define reg_h0_h_coef_5x5_fix_bits 6 macro
728 …_F(edgeflt->h0_h_coef_5x5[2 * RKEDGEFILTER_DIR_SMTH_DIAM + 2] * (1 << reg_h0_h_coef_5x5_fix_bits)); in edgefilter_fix_transfer()729 …_F(edgeflt->h0_h_coef_5x5[2 * RKEDGEFILTER_DIR_SMTH_DIAM + 1] * (1 << reg_h0_h_coef_5x5_fix_bits)); in edgefilter_fix_transfer()730 …_F(edgeflt->h0_h_coef_5x5[2 * RKEDGEFILTER_DIR_SMTH_DIAM + 0] * (1 << reg_h0_h_coef_5x5_fix_bits)); in edgefilter_fix_transfer()735 sum_coeff += ROUND_F(edgeflt->h0_h_coef_5x5[k] * (1 << reg_h0_h_coef_5x5_fix_bits)); in edgefilter_fix_transfer()738 offset = int(sum_coeff_float * (1 << reg_h0_h_coef_5x5_fix_bits)) - sum_coeff; in edgefilter_fix_transfer()