Home
last modified time | relevance | path

Searched full:median (Results 1 – 25 of 42) sorted by relevance

12

/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/
Dadi,ad7879.yaml62 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/
Dia_css_eed1_8_param.h26 /* Enable median for false color correction
27 * 0: Do not use median
28 * 1: Use median
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dallwinner,sun4i-a10-ts.yaml48 Select median and averaging filter. Sample used for median /
/linux-6.12.1/tools/perf/scripts/python/
Dtask-analyzer.py208 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/
Dad7879.c125 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()
Dmc13783_ts.c98 /* report the median coordinate and average pressure */ in mc13783_ts_report_sample()
Dbu21029_ts.c64 * MAV: 0 = median average filter off
65 * 1 = median average filter on (*)
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgt215.c103 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/
Domap3isp.h277 /* 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/
Dcevt-r4k.c56 * 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/
Dcros_ec_sensorhub.h77 * @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/
Dxfarray.h172 * and use the rest to sample some records to estimate the median.
174 * heapsort function to place the median value in the middle.
Dxfarray.c452 * 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/
Dcros_ec_sensorhub_ring.c144 * 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/
Dkvm-recheck-refscale.sh68 print "Median reader duration: " medianvalue;
/linux-6.12.1/drivers/media/common/
Dcx2341x.c51 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/
Dcx23418.h154 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/
Disppreview.h72 * @hmed: Horizontal median filter.
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dselftest_gt_pm.c71 /* Use the median of both cycle/dt; close enough */ in measure_clocks()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst1986 .. _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/
Dcx2341x.h173 /* video median cluster */
/linux-6.12.1/drivers/staging/media/deprecated/atmel/
Datmel-isc-regs.h122 /* ISC DPC Threshold Median Register */
/linux-6.12.1/tools/power/pm-graph/
Dsleepgraph.8200 and links to the test html files. It identifies the minimum, maximum, and median
/linux-6.12.1/drivers/media/platform/microchip/
Dmicrochip-isc-regs.h122 /* ISC DPC Threshold Median Register */
/linux-6.12.1/drivers/mtd/
Dmtdswap.c421 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()

12