Home
last modified time | relevance | path

Searched refs:max_weight_count (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_decompress_symbolic.cpp119 int max_weight_count = hmax(weight_count).lane<0>(); in unpack_weights() local
121 promise(max_weight_count > 0); in unpack_weights()
122 for (int j = 0; j < max_weight_count; j++) in unpack_weights()
154 int max_weight_count = hmax(weight_count).lane<0>(); in unpack_weights() local
156 promise(max_weight_count > 0); in unpack_weights()
157 for (int j = 0; j < max_weight_count; j++) in unpack_weights()