Home
last modified time | relevance | path

Searched refs:reg_sharpenHW_pHBfCoeff_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.h44 #define reg_sharpenHW_pHBfCoeff_fix_bits 6 macro
H A Drk_aiq_asharp_algo_sharp.cpp1378 …f_k[0] = (unsigned char)ROUND_F(pSharpV1->kernel_hbf[4] * (1 << reg_sharpenHW_pHBfCoeff_fix_bits)); in rk_Sharp_V1_fix_transfer()
1379 …f_k[1] = (unsigned char)ROUND_F(pSharpV1->kernel_hbf[1] * (1 << reg_sharpenHW_pHBfCoeff_fix_bits)); in rk_Sharp_V1_fix_transfer()
1380 …f_k[2] = (unsigned char)ROUND_F(pSharpV1->kernel_hbf[0] * (1 << reg_sharpenHW_pHBfCoeff_fix_bits)); in rk_Sharp_V1_fix_transfer()
1383 sum_coeff += ROUND_F(pSharpV1->kernel_hbf[k] * (1 << reg_sharpenHW_pHBfCoeff_fix_bits)); in rk_Sharp_V1_fix_transfer()
1386 offset = int(sum_coeff_float * (1 << reg_sharpenHW_pHBfCoeff_fix_bits)) - sum_coeff; in rk_Sharp_V1_fix_transfer()