Searched defs:LayerKey (Results 1 – 2 of 2) sorted by relevance
125 struct LayerKey{ struct129 bool operator==(const LayerKey& b) const { argument
55 using LayerKey = std::pair<int /* spatial_idx */, int /* temporal_idx */>; variable