Searched refs:interpolation (Results 1 – 8 of 8) sorted by relevance
68 unsigned int interpolation; in intlog2() local110 interpolation = ((significand & 0x7fffff) * in intlog2()115 return ((msb << 24) + (logtable[logentry] << 8) + interpolation); in intlog2()
24 interpolation otherwise.
49 Example using num-interpolation-steps:
63 an interpolation calibration for all other ADCs.
359 u32 msb, logentry, significand, interpolation, log10val; in nau8825_intlog10_dec3() local395 interpolation = ((significand & 0x7fffff) * in nau8825_intlog10_dec3()399 log2val = ((msb << 24) + (logtable[logentry] << 8) + interpolation); in nau8825_intlog10_dec3()
973 int interpolation = HDMI_CSC_CFG_INTMODE_DISABLE; in hdmi_video_csc() local978 interpolation = HDMI_CSC_CFG_INTMODE_CHROMA_INT_FORMULA1; in hdmi_video_csc()1001 hdmi_writeb(hdmi, interpolation | decimation, HDMI_CSC_CFG); in hdmi_video_csc()
134 interpolation of the results
3616 Indicates bi-linear interpolation is conditionally used in the intra3618 interpolation is not used in the CVS when set to 0.