Home
last modified time | relevance | path

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

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_codec_internals.h81 struct decimation_table struct
83 int num_texels;
84 int num_weights;
85 …el_num_weights[MAX_TEXELS_PER_BLOCK]; // number of indices that go into the calculation for a texel
86 uint8_t texel_weights_int[MAX_TEXELS_PER_BLOCK][4]; // the weight to assign to each weight
87 float texel_weights_float[MAX_TEXELS_PER_BLOCK][4]; // the weight to assign to each weight
88 uint8_t texel_weights[MAX_TEXELS_PER_BLOCK][4]; // the weights that go into a texel calculation
89 …eight_num_texels[MAX_WEIGHTS_PER_BLOCK]; // the number of texels that a given weight contributes to
90 …ht_texel[MAX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK]; // the texels that the weight contributes to
91 …AX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK]; // the weights that the weight contributes to a texel.
[all …]