Home
last modified time | relevance | path

Searched refs:MIDDLE_INTERP_ORDER (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/l1b/
H A Dl1bdataset.cpp2399 #define MIDDLE_INTERP_ORDER 4 macro
2441 double x[MIDDLE_INTERP_ORDER]; in L1BInterpol()
2442 double y[MIDDLE_INTERP_ORDER]; in L1BInterpol()
2446 startpt = (i/knownStep)-MIDDLE_INTERP_ORDER/2; in L1BInterpol()
2449 if (startpt+MIDDLE_INTERP_ORDER-1 >= numKnown) in L1BInterpol()
2450 startpt = numKnown-MIDDLE_INTERP_ORDER; in L1BInterpol()
2451 for (j=0; j<MIDDLE_INTERP_ORDER; j++) in L1BInterpol()
2456 vals[i] = LagrangeInterpol(x, y, i, MIDDLE_INTERP_ORDER); in L1BInterpol()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/l1b/
H A Dl1bdataset.cpp2410 #define MIDDLE_INTERP_ORDER 4
2452 double x2[MIDDLE_INTERP_ORDER];
2453 double y2[MIDDLE_INTERP_ORDER];
2457 startpt = (i/knownStep)-MIDDLE_INTERP_ORDER/2;
2460 if (startpt+MIDDLE_INTERP_ORDER-1 >= numKnown)
2461 startpt = numKnown-MIDDLE_INTERP_ORDER;
2462 for (j=0; j<MIDDLE_INTERP_ORDER; j++)
2467 vals[i] = LagrangeInterpol(x2, y2, i, MIDDLE_INTERP_ORDER);
/dports/graphics/gdal/gdal-3.3.3/frmts/l1b/
H A Dl1bdataset.cpp2410 #define MIDDLE_INTERP_ORDER 4 macro
2452 double x2[MIDDLE_INTERP_ORDER]; in L1BInterpol()
2453 double y2[MIDDLE_INTERP_ORDER]; in L1BInterpol()
2457 startpt = (i/knownStep)-MIDDLE_INTERP_ORDER/2; in L1BInterpol()
2460 if (startpt+MIDDLE_INTERP_ORDER-1 >= numKnown) in L1BInterpol()
2461 startpt = numKnown-MIDDLE_INTERP_ORDER; in L1BInterpol()
2462 for (j=0; j<MIDDLE_INTERP_ORDER; j++) in L1BInterpol()
2467 vals[i] = LagrangeInterpol(x2, y2, i, MIDDLE_INTERP_ORDER); in L1BInterpol()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/l1b/
H A Dl1bdataset.cpp2410 #define MIDDLE_INTERP_ORDER 4 macro
2452 double x2[MIDDLE_INTERP_ORDER]; in L1BInterpol()
2453 double y2[MIDDLE_INTERP_ORDER]; in L1BInterpol()
2457 startpt = (i/knownStep)-MIDDLE_INTERP_ORDER/2; in L1BInterpol()
2460 if (startpt+MIDDLE_INTERP_ORDER-1 >= numKnown) in L1BInterpol()
2461 startpt = numKnown-MIDDLE_INTERP_ORDER; in L1BInterpol()
2462 for (j=0; j<MIDDLE_INTERP_ORDER; j++) in L1BInterpol()
2467 vals[i] = LagrangeInterpol(x2, y2, i, MIDDLE_INTERP_ORDER); in L1BInterpol()