Home
last modified time | relevance | path

Searched refs:real_weight_count (Results 1 - 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_symbolic_physical.cpp191 int real_weight_count = is_dual_plane ? 2 * weight_count : weight_count; in symbolic_to_physical() local
193 int bits_for_weights = get_ise_sequence_bitcount(real_weight_count, weight_quant_method); in symbolic_to_physical()
222 encode_ise(weight_quant_method, real_weight_count, weights, weightbuf, 0); in symbolic_to_physical()
413 int real_weight_count = is_dual_plane ? 2 * weight_count : weight_count; in physical_to_symbolic() local
426 int bits_for_weights = get_ise_sequence_bitcount(real_weight_count, weight_quant_method); in physical_to_symbolic()
433 decode_ise(weight_quant_method, real_weight_count, bswapped, indices, 0); in physical_to_symbolic()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_symbolic_physical.cpp125 int real_weight_count = is_dual_plane ? 2 * weight_count : weight_count; in physical_to_symbolic() local
135 int bits_for_weights = compute_ise_bitcount(real_weight_count, in physical_to_symbolic()
143 decode_ise(weight_quantization_method, real_weight_count, bswapped, indices, 0); in physical_to_symbolic()

Completed in 3 milliseconds