Home
last modified time | relevance | path

Searched refs:texel_weights_int (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp299 dt->texel_weights_int[i][j] = 0; in initialize_decimation_table_2d()
306 dt->texel_weights_int[i][j] = (uint8_t)(tw->weights_of_texel[i][j]); in initialize_decimation_table_2d()
500 dt->texel_weights_int[i][j] = 0; in initialize_decimation_table_3d()
507 dt->texel_weights_int[i][j] = (uint8_t)(tw->weights_of_texel[i][j]); in initialize_decimation_table_3d()
Dastc_codec_internals.h86 uint8_t texel_weights_int[MAX_TEXELS_PER_BLOCK][4]; // the weight to assign to each weight member
Dastc_decompress_symbolic.cpp34 …summed_value += weights[it->texel_weights[texel_to_get][i]] * it->texel_weights_int[texel_to_get][… in compute_value_of_texel_int()