Searched defs:DisplayDetailEnhancerData (Results 1 – 1 of 1) sorted by relevance
158 struct DisplayDetailEnhancerData { struct159 uint32_t override_flags = 0; // flags to specify which data to be set.160 uint16_t enable = 0; // Detail enchancer enable161 int16_t sharpen_level1 = 0; // Sharpening/smooth strenght for noise162 int16_t sharpen_level2 = 0; // Sharpening/smooth strenght for signal163 uint16_t clip = 0; // DE clip shift164 uint16_t limit = 0; // DE limit value165 uint16_t thr_quiet = 0; // DE quiet threshold166 uint16_t thr_dieout = 0; // DE dieout threshold167 uint16_t thr_low = 0; // DE low threshold[all …]