Searched refs:interpolation (Results 1 – 12 of 12) 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.
12 the desired sampling rate by interpolation and then converts the
91 // Example using num-interpolation-steps:
19 either bilinear interpolation or pixel duplication.
75 an interpolation calibration for all other ADCs.
18 up table and interpolation to get from resistance to temperature.
361 u32 msb, logentry, significand, interpolation, log10val; in nau8825_intlog10_dec3() local397 interpolation = ((significand & 0x7fffff) * in nau8825_intlog10_dec3()401 log2val = ((msb << 24) + (logtable[logentry] << 8) + interpolation); in nau8825_intlog10_dec3()
117 interpolation and then converts the oversampled PCM input to
134 interpolation of the results
1174 int interpolation = HDMI_CSC_CFG_INTMODE_DISABLE; in hdmi_video_csc() local1179 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()
2581 Indicates bi-linear interpolation is conditionally used in the intra2583 interpolation is not used in the CVS when set to 0.