Home
last modified time | relevance | path

Searched refs:reg_h0_h_coef_5x5_fix_bits (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/asharp/
H A Drk_aiq_types_asharp_algo_prvt.h52 #define reg_h0_h_coef_5x5_fix_bits 6 macro
H A Drk_aiq_asharp_algo_edgefilter.cpp728 …_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()