Home
last modified time | relevance | path

Searched refs:decode_zigzag32 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dvarint.hpp174 inline constexpr int32_t decode_zigzag32(uint32_t value) noexcept { in decode_zigzag32() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp296 x += protozero::decode_zigzag32(static_cast<std::uint32_t>(*start_itr++)); in getGeometries()
297 y += protozero::decode_zigzag32(static_cast<std::uint32_t>(*start_itr++)); in getGeometries()