Searched refs:quints (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_integer_sequence.cpp | 132 int* quints in find_number_of_bits_trits_quints() argument 136 *quints = 0; in find_number_of_bits_trits_quints() 151 *quints = 1; in find_number_of_bits_trits_quints() 162 *quints = 1; in find_number_of_bits_trits_quints() 173 *quints = 1; in find_number_of_bits_trits_quints() 184 *quints = 1; in find_number_of_bits_trits_quints() 195 *quints = 1; in find_number_of_bits_trits_quints() 206 *quints = 1; in find_number_of_bits_trits_quints() 248 int bits, trits, quints; in decode_ise() local 249 find_number_of_bits_trits_quints(quantization_level, &bits, &trits, &quints); in decode_ise() [all …]
|
/third_party/astc-encoder/Source/ |
D | astcenc_integer_sequence.cpp | 347 uint8_t quints; member 510 unsigned int quints = btq_counts[quant_level].quints; in encode_ise() local 587 else if (quints) in encode_ise() 675 unsigned int quints = btq_counts[quant_level].quints; in decode_ise() local 699 if (quints) in decode_ise() 728 if (quints) in decode_ise()
|
/third_party/astc-encoder/Docs/ |
D | FormatOverview.md | 184 most space-efficient choice of bits, trits, and quints. 206 quints - BISE encodes an string of S characters in an N symbol alphabet using a
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuAstcUtil.cpp | 689 const deUint32 (& quints)[3] = quintsFromQ[Q]; in decodeISEQuintBlock() local 694 dst[i].tq = quints[i]; in decodeISEQuintBlock() 695 dst[i].v = (quints[i] << numBits) + m[i]; in decodeISEQuintBlock()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 855 Similarly, since 5^3 is 125, it is possible to pack three quints into 859 The encoding scheme packs the trits or quints, and then interleaves the n 929 The three quints q0 to q2 are obtained by bit manipulations of the 7 bits
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_compression_astc.txt | 987 Similarly, since 5^3 is 125, it is possible to pack three quints into 991 The encoding scheme packs the trits or quints, and then interleaves the n 1061 The three quints q0 to q2 are obtained by bit manipulations of the 7 bits
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_texture_compression_astc.txt | 974 Similarly, since 5^3 is 125, it is possible to pack three quints into 978 The encoding scheme packs the trits or quints, and then interleaves the n 1048 The three quints q0 to q2 are obtained by bit manipulations of the 7 bits
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 866 Similarly, since 5^3 is 125, it is possible to pack three quints into 870 The encoding scheme packs the trits or quints, and then interleaves the n 940 The three quints q0 to q2 are obtained by bit manipulations of the 7 bits
|