Home
last modified time | relevance | path

Searched refs:interpolation (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_math.c68 unsigned int interpolation; in intlog2() local
96 * last step we do is interpolation because of the in intlog2()
104 * so the interpolation is in intlog2()
110 interpolation = ((significand & 0x7fffff) * in intlog2()
115 return ((msb << 24) + (logtable[logentry] << 8) + interpolation); in intlog2()
/kernel/linux/linux-6.6/lib/math/
H A Dint_log.c60 unsigned int interpolation; in intlog2() local
88 * last step we do is interpolation because of the in intlog2()
96 * so the interpolation is in intlog2()
102 interpolation = ((significand & 0x7fffff) * in intlog2()
107 return ((msb << 24) + (logtable[logentry] << 8) + interpolation); in intlog2()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dnau8825.c359 u32 msb, logentry, significand, interpolation, log10val; in nau8825_intlog10_dec3() local
381 * last step we do is interpolation because of the in nau8825_intlog10_dec3()
389 * so the interpolation is in nau8825_intlog10_dec3()
395 interpolation = ((significand & 0x7fffff) * in nau8825_intlog10_dec3()
399 log2val = ((msb << 24) + (logtable[logentry] << 8) + interpolation); in nau8825_intlog10_dec3()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1063 int interpolation = HDMI_CSC_CFG_INTMODE_DISABLE; in hdmi_video_csc() local
1066 /* YCC422 interpolation to 444 mode */ in hdmi_video_csc()
1068 interpolation = HDMI_CSC_CFG_INTMODE_CHROMA_INT_FORMULA1; in hdmi_video_csc()
1091 hdmi_writeb(hdmi, interpolation | decimation, HDMI_CSC_CFG); in hdmi_video_csc()
1812 /* Packet frame interpolation */ in hdmi_config_vendor_specific_infoframe()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1160 int interpolation = HDMI_CSC_CFG_INTMODE_DISABLE; in hdmi_video_csc() local
1163 /* YCC422 interpolation to 444 mode */ in hdmi_video_csc()
1165 interpolation = HDMI_CSC_CFG_INTMODE_CHROMA_INT_FORMULA1; in hdmi_video_csc()
1188 hdmi_writeb(hdmi, interpolation | decimation, HDMI_CSC_CFG); in hdmi_video_csc()
1934 /* Packet frame interpolation */ in hdmi_config_vendor_specific_infoframe()

Completed in 12 milliseconds