Home
last modified time | relevance | path

Searched refs:Y_CALIBRATION_BITS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/amfnr/
H A Drk_aiq_types_amfnr_algo_int_v1.h40 #define Y_CALIBRATION_BITS 12 macro
149 double noise_sigma [1 << Y_CALIBRATION_BITS];
195 double noise_sigma [MFNR_MAX_ISO_STEP_V1][1 << Y_CALIBRATION_BITS];
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/anr/
H A Drk_aiq_types_anr_algo_int.h48 #define Y_CALIBRATION_BITS 12 macro
208 double noise_sigma [MAX_ISO_STEP][1 << Y_CALIBRATION_BITS];
242 double noise_sigma [1 << Y_CALIBRATION_BITS];
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amfnr/
H A Drk_aiq_amfnr_algo_mfnr_v1.cpp201 int step_y = (1 << (Y_CALIBRATION_BITS - 8)); in init_mfnr_params_v1()
202 int range_sample = 1 << (Y_CALIBRATION_BITS - AMFNRV1_SIGMA_X_SHIFT_BITS); in init_mfnr_params_v1()
216 int range = 1 << Y_CALIBRATION_BITS; in init_mfnr_params_v1()
485 int step_y = (1 << (Y_CALIBRATION_BITS - 8)); in init_mfnr_params_json_v1()
486 int range_sample = 1 << (Y_CALIBRATION_BITS - AMFNRV1_SIGMA_X_SHIFT_BITS); in init_mfnr_params_json_v1()
500 int range = 1 << Y_CALIBRATION_BITS; in init_mfnr_params_json_v1()
861 int range = (1 << (Y_CALIBRATION_BITS - AMFNRV1_SIGMA_X_SHIFT_BITS)); in select_mfnr_params_by_ISO_v1()
862 int step = (1 << (Y_CALIBRATION_BITS - bits_proc - AMFNRV1_SIGMA_X_SHIFT_BITS)); in select_mfnr_params_by_ISO_v1()
863 …int step_x = (1 << (Y_CALIBRATION_BITS - Y_SIGMA_TABLE_BITS - AMFNRV1_SIGMA_X_SHIFT_B… in select_mfnr_params_by_ISO_v1()
864 int step_x1 = (1 << (Y_CALIBRATION_BITS - bits_proc - AMFNRV1_SIGMA_X_SHIFT_BITS)); in select_mfnr_params_by_ISO_v1()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/
H A Drk_aiq_anr_algo_mfnr.cpp257 int step_y = (1 << (Y_CALIBRATION_BITS - 8)); in init_mfnr_params()
258 int range_sample = 1 << (Y_CALIBRATION_BITS - ANR_MFNR_SIGMA_X_SHIFT_BITS); in init_mfnr_params()
277 int range = 1 << Y_CALIBRATION_BITS; in init_mfnr_params()
570 int step_y = (1 << (Y_CALIBRATION_BITS - 8)); in init_mfnr_params_json()
571 int range_sample = 1 << (Y_CALIBRATION_BITS - ANR_MFNR_SIGMA_X_SHIFT_BITS); in init_mfnr_params_json()
590 int range = 1 << Y_CALIBRATION_BITS; in init_mfnr_params_json()
982 int range = (1 << (Y_CALIBRATION_BITS - ANR_MFNR_SIGMA_X_SHIFT_BITS)); in select_mfnr_params_by_ISO()
983 int step = (1 << (Y_CALIBRATION_BITS - bits_proc - ANR_MFNR_SIGMA_X_SHIFT_BITS)); in select_mfnr_params_by_ISO()
984 …int step_x = (1 << (Y_CALIBRATION_BITS - Y_SIGMA_TABLE_BITS - ANR_MFNR_SIGMA_X_SHIFT_… in select_mfnr_params_by_ISO()
985 int step_x1 = (1 << (Y_CALIBRATION_BITS - bits_proc - ANR_MFNR_SIGMA_X_SHIFT_BITS)); in select_mfnr_params_by_ISO()
[all …]