Searched defs:decimation_table (Results 1 – 1 of 1) sorted by relevance
81 struct decimation_table struct83 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 texel86 uint8_t texel_weights_int[MAX_TEXELS_PER_BLOCK][4]; // the weight to assign to each weight87 float texel_weights_float[MAX_TEXELS_PER_BLOCK][4]; // the weight to assign to each weight88 uint8_t texel_weights[MAX_TEXELS_PER_BLOCK][4]; // the weights that go into a texel calculation89 …eight_num_texels[MAX_WEIGHTS_PER_BLOCK]; // the number of texels that a given weight contributes to90 …ht_texel[MAX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK]; // the texels that the weight contributes to91 …AX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK]; // the weights that the weight contributes to a texel.[all …]