Searched refs:decode_ise (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_symbolic_physical.cpp | 143 decode_ise(weight_quantization_method, real_weight_count, bswapped, indices, 0); in physical_to_symbolic() 152 decode_ise(weight_quantization_method, weight_count, bswapped, res->plane1_weights, 0); in physical_to_symbolic() 231 …decode_ise(color_quantization_level, color_integer_count, pb.data, values_to_decode, (partition_co… in physical_to_symbolic()
|
D | astc_codec_internals.h | 292 void decode_ise(
|
D | astc_integer_sequence.cpp | 233 void decode_ise( in decode_ise() function
|
/third_party/astc-encoder/Source/ |
D | astcenc_symbolic_physical.cpp | 399 decode_ise(weight_quant_method, real_weight_count, bswapped, indices, 0); in physical_to_symbolic() 408 decode_ise(weight_quant_method, weight_count, bswapped, scb.weights, 0); in physical_to_symbolic() 506 decode_ise(static_cast<quant_method>(color_quant_level), color_integer_count, pcb.data, in physical_to_symbolic()
|
D | astcenc_integer_sequence.cpp | 658 void decode_ise( in decode_ise() function
|
D | astcenc_internal.h | 1574 void decode_ise(
|