/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | adi,ad7879.yaml | 62 adi,median-filter-size: 78 0: 2 middle values (1 if median disabled) 122 adi,median-filter-size = /bits/ 8 <2>; 146 adi,median-filter-size = /bits/ 8 <2>;
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ |
D | ia_css_eed1_8_param.h | 26 /* Enable median for false color correction 27 * 0: Do not use median 28 * 1: Use median
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | allwinner,sun4i-a10-ts.yaml | 48 Select median and averaging filter. Sample used for median /
|
/linux-6.12.1/tools/perf/scripts/python/ |
D | task-analyzer.py | 208 db["runtime_info"]["median"] = len("Median") 305 median, min, max, max_at): argument 312 self.median = median 359 separator, db["runtime_info"]["median"] * fix_csv_align 372 column_titles += ("Runs", "Accumulated", "Mean", "Median", "Min", "Max") 426 # The size of the decimal after sum,mean and median varies, thus we cut 460 len_median = db["runtime_info"]["median"] * fix_csv_align
|
/linux-6.12.1/drivers/input/touchscreen/ |
D | ad7879.c | 125 u8 median; member 181 * The preprocessing function consists of a median and an averaging in ad7879_report() 513 device_property_read_u8(dev, "adi,median-filter-size", &ts->median); in ad7879_parse_dt() 604 AD7879_MFS(ts->median) | in ad7879_probe()
|
D | mc13783_ts.c | 98 /* report the median coordinate and average pressure */ in mc13783_ts_report_sample()
|
D | bu21029_ts.c | 64 * MAV: 0 = median average filter off 65 * 1 = median average filter on (*)
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgt215.c | 103 u8 median[8], bins[4] = {0, 0, 0, 0}, bin = 0, qty = 0; in gt215_link_train_calc() local 125 median[i] = ((hi - lo) >> 1) + lo; in gt215_link_train_calc() 126 bins[(median[i] & 0xf0) >> 4]++; in gt215_link_train_calc() 127 median[i] += 0x30; in gt215_link_train_calc() 140 median[i] = max(median[i], (u8) (bin << 4)); in gt215_link_train_calc() 141 median[i] = min(median[i], (u8) ((bin << 4) | 0xf)); in gt215_link_train_calc() 143 train->r_100720 |= ((median[i] & 0x0f) << (i << 2)); in gt215_link_train_calc()
|
/linux-6.12.1/include/uapi/linux/ |
D | omap3isp.h | 277 /* Contains the information regarding the Horizontal Median Filter */ 279 __u8 enable; /* Status of Horizontal Median Filter */ 280 __u8 threshold; /* Threshold Value for Horizontal Median Filter */ 475 * struct omap3isp_prev_hmed - Horizontal Median Filter 479 * @thres: Horizontal median filter threshold.
|
/linux-6.12.1/arch/mips/kernel/ |
D | cevt-r4k.c | 56 * Calculate the median of 5 75th percentiles of 5 samples of how long in calculate_min_delta() 97 /* Use 2 * median of 75th percentiles */ in calculate_min_delta() 104 pr_debug("%s: median 75th percentile=%#x, min_delta=%#x\n", in calculate_min_delta()
|
/linux-6.12.1/include/linux/platform_data/ |
D | cros_ec_sensorhub.h | 77 * @median_m: median value of m_history 96 * Use to store information to batch data using median fileter information.
|
/linux-6.12.1/fs/xfs/scrub/ |
D | xfarray.h | 172 * and use the rest to sample some records to estimate the median. 174 * heapsort function to place the median value in the middle.
|
D | xfarray.c | 452 * The median-of-nine pivot algorithm doesn't work if a subset has in xfarray_sortinfo_alloc() 644 * and choose the pivot from the median record. Using multiple points will 710 * indices) in xfarray record order. The median element of the pivot in xfarray_qsort_pivot() 875 * pivot element using a median-of-nine decision tree. This reduces the
|
/linux-6.12.1/drivers/platform/chrome/ |
D | cros_ec_sensorhub_ring.c | 144 * cros_ec_sensor_ring_median: Gets median of an array of numbers 149 * algorithms like median-of-medians exist, which can guarantee O(n) even 222 * We use a median filter for the slope, then another median filter for the 227 * median_m = median(m[n-k:n]) 229 * median_error = median(error[:k]) 287 * median extraction. in cros_ec_sensor_ring_ts_filter_update()
|
/linux-6.12.1/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-refscale.sh | 68 print "Median reader duration: " medianvalue;
|
/linux-6.12.1/drivers/media/common/ |
D | cx2341x.c | 51 return "Median Filter Type"; in cx2341x_get_name() 53 return "Median Luma Filter Maximum"; in cx2341x_get_name() 55 return "Median Luma Filter Minimum"; in cx2341x_get_name() 57 return "Median Chroma Filter Maximum"; in cx2341x_get_name() 59 return "Median Chroma Filter Minimum"; in cx2341x_get_name() 1280 "%s: Median Filter: %s, Luma [%d, %d], Chroma [%d, %d]\n", in cx2341x_log_status() 1524 /* video median cluster */ in cx2341x_s_ctrl()
|
/linux-6.12.1/drivers/media/pci/cx18/ |
D | cx23418.h | 154 IN[1] - type, 0 - temporal, 1 - spatial, 2 - median 156 median: 0 = disable, 1 = horizontal, 2 = vertical, 170 /* Description: This command set coring levels for median filter
|
/linux-6.12.1/drivers/media/platform/ti/omap3isp/ |
D | isppreview.h | 72 * @hmed: Horizontal median filter.
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | selftest_gt_pm.c | 71 /* Use the median of both cycle/dt; close enough */ in measure_clocks()
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec.rst | 1986 .. _v4l2-mpeg-cx2341x-video-median-filter-type: 1992 Median Filter Type (default ``OFF``). Possible values are: 2021 Threshold above which the luminance median filter is enabled 2025 Threshold below which the luminance median filter is enabled 2029 Threshold above which the chroma median filter is enabled (default 2033 Threshold below which the chroma median filter is enabled (default
|
/linux-6.12.1/include/media/drv-intf/ |
D | cx2341x.h | 173 /* video median cluster */
|
/linux-6.12.1/drivers/staging/media/deprecated/atmel/ |
D | atmel-isc-regs.h | 122 /* ISC DPC Threshold Median Register */
|
/linux-6.12.1/tools/power/pm-graph/ |
D | sleepgraph.8 | 200 and links to the test html files. It identifies the minimum, maximum, and median
|
/linux-6.12.1/drivers/media/platform/microchip/ |
D | microchip-isc-regs.h | 122 /* ISC DPC Threshold Median Register */
|
/linux-6.12.1/drivers/mtd/ |
D | mtdswap.c | 421 unsigned int i, cnt, median; in mtdswap_check_counts() local 438 median = rb_entry(medrb, struct swap_eb, rb)->erase_count; in mtdswap_check_counts() 446 eb->erase_count = median; in mtdswap_check_counts()
|