Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/test/
Dintermediate_astc_block_test.cc95 struct WeightParams { in TEST() struct
96 int width; in TEST()
97 int height; in TEST()
100 int NumWeights() const { return width * height; } in TEST()
101 bool operator<(const WeightParams& other) const { in TEST()