Home
last modified time | relevance | path

Searched refs:interpolation (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/drivers/media/dvb-core/
Ddvb_math.c68 unsigned int interpolation; in intlog2() local
110 interpolation = ((significand & 0x7fffff) * in intlog2()
115 return ((msb << 24) + (logtable[logentry] << 8) + interpolation); in intlog2()
/linux-5.19.10/Documentation/admin-guide/media/
Drcar-fdp1.rst24 interpolation otherwise.
/linux-5.19.10/Documentation/devicetree/bindings/sound/
Dnvidia,tegra186-dspk.yaml12 the desired sampling rate by interpolation and then converts the
/linux-5.19.10/Documentation/devicetree/bindings/leds/backlight/
Dpwm-backlight.yaml91 // Example using num-interpolation-steps:
/linux-5.19.10/Documentation/devicetree/bindings/display/panel/
Dnovatek,nt35950.yaml19 either bilinear interpolation or pixel duplication.
/linux-5.19.10/Documentation/devicetree/bindings/iio/adc/
Dqcom,pm8018-adc.yaml75 an interpolation calibration for all other ADCs.
/linux-5.19.10/Documentation/devicetree/bindings/hwmon/
Dntc-thermistor.yaml18 up table and interpolation to get from resistance to temperature.
/linux-5.19.10/sound/soc/codecs/
Dnau8825.c361 u32 msb, logentry, significand, interpolation, log10val; in nau8825_intlog10_dec3() local
397 interpolation = ((significand & 0x7fffff) * in nau8825_intlog10_dec3()
401 log2val = ((msb << 24) + (logtable[logentry] << 8) + interpolation); in nau8825_intlog10_dec3()
/linux-5.19.10/sound/soc/tegra/
DKconfig108 interpolation and then converts the oversampled PCM input to
/linux-5.19.10/Documentation/sound/designs/
Dtimestamping.rst134 interpolation of the results
/linux-5.19.10/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c1173 int interpolation = HDMI_CSC_CFG_INTMODE_DISABLE; in hdmi_video_csc() local
1178 interpolation = HDMI_CSC_CFG_INTMODE_CHROMA_INT_FORMULA1; in hdmi_video_csc()
1201 hdmi_writeb(hdmi, interpolation | decimation, HDMI_CSC_CFG); in hdmi_video_csc()
/linux-5.19.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst2581 Indicates bi-linear interpolation is conditionally used in the intra
2583 interpolation is not used in the CVS when set to 0.