Home
last modified time | relevance | path

Searched refs:reg_sharpenHW_pPBfCoeff_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.h40 #define reg_sharpenHW_pPBfCoeff_fix_bits 6 macro
H A Drk_aiq_asharp_algo_sharp.cpp1306 …f_k[0] = (unsigned char)ROUND_F(pSharpV1->kernel_pbf[4] * (1 << reg_sharpenHW_pPBfCoeff_fix_bits)); in rk_Sharp_V1_fix_transfer()
1307 …f_k[1] = (unsigned char)ROUND_F(pSharpV1->kernel_pbf[1] * (1 << reg_sharpenHW_pPBfCoeff_fix_bits)); in rk_Sharp_V1_fix_transfer()
1308 …f_k[2] = (unsigned char)ROUND_F(pSharpV1->kernel_pbf[0] * (1 << reg_sharpenHW_pPBfCoeff_fix_bits)); in rk_Sharp_V1_fix_transfer()
1311 sum_coeff += ROUND_F(pSharpV1->kernel_pbf[k] * (1 << reg_sharpenHW_pPBfCoeff_fix_bits)); in rk_Sharp_V1_fix_transfer()
1314 offset = int(sum_coeff_float * (1 << reg_sharpenHW_pPBfCoeff_fix_bits)) - sum_coeff; in rk_Sharp_V1_fix_transfer()