Home
last modified time | relevance | path

Searched refs:weights_of_texel (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_block_sizes2.cpp29 int weights_of_texel[MAX_TEXELS_PER_BLOCK][4]; member
283 tw->weights_of_texel[texel][tw->weightcount_of_texel[texel]] = weight[i]; in initialize_decimation_table_2d()
305 dt->texel_weights_int[i][j] = (uint8_t)(tw->weights_of_texel[i][j]); in initialize_decimation_table_2d()
441 tw->weights_of_texel[texel][tw->weightcount_of_texel[texel]] = weight[i]; in initialize_decimation_table_3d()
466 dt->texel_weights_int[i][j] = (uint8_t)(tw->weights_of_texel[i][j]); in initialize_decimation_table_3d()
/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp314 wb.weights_of_texel[texel][wb.weight_count_of_texel[texel]] = static_cast<uint8_t>(weight[i]); in init_decimation_info_2d()
333 di.texel_weight_contribs_int_tr[j][i] = wb.weights_of_texel[i][j]; in init_decimation_info_2d()
334 di.texel_weight_contribs_float_tr[j][i] = static_cast<float>(wb.weights_of_texel[i][j]) * (1.0f / WEIGHTS_TEXEL_SUM); in init_decimation_info_2d()
569 wb.weights_of_texel[texel][wb.weight_count_of_texel[texel]] = static_cast<uint8_t>(weight[i]); in init_decimation_info_3d()
597 di.texel_weight_contribs_int_tr[j][i] = wb.weights_of_texel[i][j]; in init_decimation_info_3d()
598 di.texel_weight_contribs_float_tr[j][i] = static_cast<float>(wb.weights_of_texel[i][j]) * (1.0f / WEIGHTS_TEXEL_SUM); in init_decimation_info_3d()
H A Dastcenc_internal.h1023 uint8_t weights_of_texel[BLOCK_MAX_TEXELS][4]; member

Completed in 6 milliseconds