Home
last modified time | relevance | path

Searched defs:ResultNode (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dpartition.cc236 struct ResultNode { struct in astc_codec::__anon652097a50111::PartitionTree
237 int part_idx;
238 int distance;
241 bool operator<(const ResultNode& other) const { in operator <()