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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_math.c72 unsigned int interpolation; local
100 * last step we do is interpolation because of the
108 * so the interpolation is
114 interpolation = ((significand & 0x7fffff) *
119 return ((msb << 24) + (logtable[logentry] << 8) + interpolation);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_flanger.c41 int interpolation; member in struct:FlangerContext
67 { "interp", "delay-line interpolation", OFFSET(interpolation), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, A, "itype" },
176 if (s->interpolation == INTERPOLATION_LINEAR) {
H A Dvf_perspective.c44 int interpolation; member in struct:PerspectiveContext
68 { "interpolation", "set interpolation", OFFSET(interpolation), AV_OPT_TYPE_INT, {.i64=LINEAR}, 0, 1, FLAGS, "interpolation" },
69 { "linear", "", 0, AV_OPT_TYPE_CONST, {.i64=LINEAR}, 0, 0, FLAGS, "interpolation" },
70 { "cubic", "", 0, AV_OPT_TYPE_CONST, {.i64=CUBIC}, 0, 0, FLAGS, "interpolation" },
332 switch (s->interpolation) {
H A Dvf_lut3d.c61 enum interp_mode interpolation; member in struct:LUT3DContext
84 { "interp", "select interpolation mode", OFFSET(interpolation), AV_OPT_TYPE_INT, {.i64=INTERPOLATE_TETRAHEDRAL}, 0, NB_INTERP_MODE-1, FLAGS, "interp_mode" }, \
145 * Tetrahedral interpolation. Based on code found in Truelight Software Library paper.
500 switch (lut3d->interpolation) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtsamples.tex397 be done without interpolation (left mouse button) which will be faster,
398 or with interpolation (right mouse button) which is slower but gives

Completed in 95 milliseconds