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