Home
last modified time | relevance | path

Searched refs:mode_coeffs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aie/
H A Drk_aiq_algo_aie_itf.cpp71 ctx->emboss_params.mode_coeffs[0] = 0x9;// 2 in create_context()
72 ctx->emboss_params.mode_coeffs[1] = 0x0;// 0 in create_context()
73 ctx->emboss_params.mode_coeffs[2] = 0x0;// 0 in create_context()
74 ctx->emboss_params.mode_coeffs[3] = 0x8;// 1 in create_context()
75 ctx->emboss_params.mode_coeffs[4] = 0x0;// 0 in create_context()
76 ctx->emboss_params.mode_coeffs[5] = 0xc;// -1 in create_context()
77 ctx->emboss_params.mode_coeffs[6] = 0x0;// 0x0 in create_context()
78 ctx->emboss_params.mode_coeffs[7] = 0xc;// -1 in create_context()
79 ctx->emboss_params.mode_coeffs[8] = 0x9;// 2 in create_context()
81 ctx->sketch_params.mode_coeffs[0] = 0xc;//-1 in create_context()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/aie/
H A Drk_aiq_types_aie_algo_int.h26 unsigned char mode_coeffs[9]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp2829 ie_config->eff_mat_1 = (uint16_t)(ie_cfg.extra.mode_coeffs[0]) in convertAiqIeToIsp20Params()
2830 | ((uint16_t)(ie_cfg.extra.mode_coeffs[1]) << 0x4) in convertAiqIeToIsp20Params()
2831 | ((uint16_t)(ie_cfg.extra.mode_coeffs[2]) << 0x8) in convertAiqIeToIsp20Params()
2832 | ((uint16_t)(ie_cfg.extra.mode_coeffs[3]) << 0xc); in convertAiqIeToIsp20Params()
2833 ie_config->eff_mat_2 = (uint16_t)(ie_cfg.extra.mode_coeffs[4]) in convertAiqIeToIsp20Params()
2834 | ((uint16_t)(ie_cfg.extra.mode_coeffs[5]) << 0x4) in convertAiqIeToIsp20Params()
2835 | ((uint16_t)(ie_cfg.extra.mode_coeffs[6]) << 0x8) in convertAiqIeToIsp20Params()
2836 | ((uint16_t)(ie_cfg.extra.mode_coeffs[7]) << 0xc); in convertAiqIeToIsp20Params()
2837 ie_config->eff_mat_3 = (ie_cfg.extra.mode_coeffs[8]); in convertAiqIeToIsp20Params()
2848 ie_config->eff_mat_3 = ((uint16_t)(ie_cfg.extra.mode_coeffs[0]) << 0x4) in convertAiqIeToIsp20Params()
[all …]