Home
last modified time | relevance | path

Searched refs:anVals (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mvt/
H A Dmvt_tile.cpp407 static size_t GetPackedArraySize(const std::vector<GUInt32>& anVals) in GetPackedArraySize() argument
410 for( const auto& nVal: anVals ) in GetPackedArraySize()
453 const std::vector<GUInt32>& anVals) in WriteUIntPackedArray() argument
456 const size_t nPackedSize = GetPackedArraySize(anVals); in WriteUIntPackedArray()
459 for( const auto& nVal: anVals ) in WriteUIntPackedArray()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mvt/
H A Dmvt_tile.cpp407 static size_t GetPackedArraySize(const std::vector<GUInt32>& anVals) in GetPackedArraySize() argument
410 for( const auto& nVal: anVals ) in GetPackedArraySize()
453 const std::vector<GUInt32>& anVals) in WriteUIntPackedArray() argument
456 const size_t nPackedSize = GetPackedArraySize(anVals); in WriteUIntPackedArray()
459 for( const auto& nVal: anVals ) in WriteUIntPackedArray()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mvt/
H A Dmvt_tile.cpp407 static size_t GetPackedArraySize(const std::vector<GUInt32>& anVals) in GetPackedArraySize() argument
410 for( const auto& nVal: anVals ) in GetPackedArraySize()
453 const std::vector<GUInt32>& anVals) in WriteUIntPackedArray() argument
456 const size_t nPackedSize = GetPackedArraySize(anVals); in WriteUIntPackedArray()
459 for( const auto& nVal: anVals ) in WriteUIntPackedArray()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/grib/
H A Dgribcreatecopy.cpp2045 std::vector<int>& anVals ) in WriteAssembledPDS() argument
2053 anVals.push_back(nVal); in WriteAssembledPDS()
2081 anVals[anVals.size()-1] = static_cast<int>(nBigVal); in WriteAssembledPDS()
2371 std::vector<int> anVals; in WriteSection4() local
2372 WriteAssembledPDS( fp, mappds, false, papszTokens, anVals); in WriteSection4()
2374 if( mappds->needext && !anVals.empty() ) in WriteSection4()
2377 mappds=extpdstemplate(nPDTN,&anVals[0]); in WriteSection4()
2411 papszTokens, anVals); in WriteSection4()
/dports/graphics/gdal/gdal-3.3.3/frmts/grib/
H A Dgribcreatecopy.cpp2045 std::vector<int>& anVals ) in WriteAssembledPDS() argument
2053 anVals.push_back(nVal); in WriteAssembledPDS()
2081 anVals[anVals.size()-1] = static_cast<int>(nBigVal); in WriteAssembledPDS()
2371 std::vector<int> anVals; in WriteSection4() local
2372 WriteAssembledPDS( fp, mappds, false, papszTokens, anVals); in WriteSection4()
2374 if( mappds->needext && !anVals.empty() ) in WriteSection4()
2377 mappds=extpdstemplate(nPDTN,&anVals[0]); in WriteSection4()
2411 papszTokens, anVals); in WriteSection4()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/grib/
H A Dgribcreatecopy.cpp2045 std::vector<int>& anVals ) in WriteAssembledPDS() argument
2053 anVals.push_back(nVal); in WriteAssembledPDS()
2081 anVals[anVals.size()-1] = static_cast<int>(nBigVal); in WriteAssembledPDS()
2371 std::vector<int> anVals; in WriteSection4() local
2372 WriteAssembledPDS( fp, mappds, false, papszTokens, anVals); in WriteSection4()
2374 if( mappds->needext && !anVals.empty() ) in WriteSection4()
2377 mappds=extpdstemplate(nPDTN,&anVals[0]); in WriteSection4()
2411 papszTokens, anVals); in WriteSection4()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Doverview.cpp425 int anVals[256], nMaxVal = 0, iMaxInd = -1, iY, iX; in GDALDownsampleChunk32R() local
427 memset(anVals, 0, 256*sizeof(int)); in GDALDownsampleChunk32R()
438 if ( ++anVals[nVal] > nMaxVal) in GDALDownsampleChunk32R()
443 nMaxVal = anVals[nVal]; in GDALDownsampleChunk32R()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Doverview.cpp939 int anVals[256], nMaxVal = 0, iMaxInd = -1, iY, iX; in GDALResampleChunk32R_Mode() local
941 memset(anVals, 0, 256*sizeof(int)); in GDALResampleChunk32R_Mode()
952 if ( ++anVals[nVal] > nMaxVal) in GDALResampleChunk32R_Mode()
957 nMaxVal = anVals[nVal]; in GDALResampleChunk32R_Mode()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Doverview.cpp2015 std::vector<int> anVals(256, 0); in GDALResampleChunk32R_Mode() local
2189 std::fill(anVals.begin(), anVals.end(), 0); in GDALResampleChunk32R_Mode()
2201 if( ++anVals[nVal] > nMaxVal) in GDALResampleChunk32R_Mode()
2206 nMaxVal = anVals[nVal]; in GDALResampleChunk32R_Mode()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Doverview.cpp2015 std::vector<int> anVals(256, 0); in GDALResampleChunk32R_Mode() local
2189 std::fill(anVals.begin(), anVals.end(), 0); in GDALResampleChunk32R_Mode()
2201 if( ++anVals[nVal] > nMaxVal) in GDALResampleChunk32R_Mode()
2206 nMaxVal = anVals[nVal]; in GDALResampleChunk32R_Mode()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Doverview.cpp2015 std::vector<int> anVals(256, 0); in GDALResampleChunk32R_Mode() local
2189 std::fill(anVals.begin(), anVals.end(), 0); in GDALResampleChunk32R_Mode()
2201 if( ++anVals[nVal] > nMaxVal) in GDALResampleChunk32R_Mode()
2206 nMaxVal = anVals[nVal]; in GDALResampleChunk32R_Mode()