MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ hash_combine()

void MayaFlux::Kinesis::Vision::hash_combine ( size_t &  seed,
size_t  value 
)
inline

Combine a hash into an existing seed, FNV-style.

Definition at line 357 of file VisionOp.hpp.

358{
359 seed ^= value + 0x9e3779b9U + (seed << 6) + (seed >> 2);
360}
float value

References value.

Referenced by hash_vision_step().

+ Here is the caller graph for this function: