PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ p_int()

static uint32_t p_int ( int32_t  value)
inlinestatic

Definition at line 144 of file mvt.c.

145{
146 return (value << 1) ^ (value >> 31);
147}
int value
Definition genraster.py:62

Referenced by encode_ptarray().

Here is the caller graph for this function: