Home
last modified time | relevance | path

Searched refs:mutation_threshold_level2 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkLumaCore.cpp262 if (dluma > calib->mutation_threshold_level2 || \ in analyze()
263 dluma < -calib->mutation_threshold_level2) in analyze()
276 calib->mutation_threshold_level2, in analyze()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A DRkAiqCalibDbV2TypesIsp21.h66 float mutation_threshold_level2; member
H A DRkAiqCalibDbV2TypesIsp3x.h70 float mutation_threshold_level2; member
H A DRkAiqCalibDbV2TypesIsp20.h67 float mutation_threshold_level2; member
H A DRkAiqCalibDbV2TypesIsp32.h71 float mutation_threshold_level2; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp20.h1963 float mutation_threshold_level2; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp18708 int no = ParseFloatArray(pchild, &lumaDetect->mutation_threshold_level2, tag.Size()); in parseEntrySensorLumaDetect()