Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/Documentation/admin-guide/media/
Drcar-fdp1.rst24 interpolation otherwise.
/Linux-v6.1/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-v6.1/sound/soc/tegra/
DKconfig117 interpolation and then converts the oversampled PCM input to
/Linux-v6.1/Documentation/sound/designs/
Dtimestamping.rst134 interpolation of the results
/Linux-v6.1/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c1174 int interpolation = HDMI_CSC_CFG_INTMODE_DISABLE; in hdmi_video_csc() local
1179 interpolation = HDMI_CSC_CFG_INTMODE_CHROMA_INT_FORMULA1; in hdmi_video_csc()
1202 hdmi_writeb(hdmi, interpolation | decimation, HDMI_CSC_CFG); in hdmi_video_csc()
/Linux-v6.1/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.