Home
last modified time | relevance | path

Searched refs:texels_of_weight (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.cpp32 int texels_of_weight[MAX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK]; member
285 tw->texels_of_weight[qweight[i]][tw->texelcount_of_weight[qweight[i]]] = texel; in initialize_decimation_table_2d()
443 tw->texels_of_weight[qweight[i]][tw->texelcount_of_weight[qweight[i]]] = texel; in initialize_decimation_table_3d()
/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp316 wb.texels_of_weight[qweight[i]][wb.texel_count_of_weight[qweight[i]]] = static_cast<uint8_t>(texel); in init_decimation_info_2d()
356 uint8_t texel = wb.texels_of_weight[i][j]; in init_decimation_info_2d()
571 wb.texels_of_weight[qweight[i]][wb.texel_count_of_weight[qweight[i]]] = static_cast<uint8_t>(texel); in init_decimation_info_3d()
612 unsigned int texel = wb.texels_of_weight[i][j]; in init_decimation_info_3d()
H A Dastcenc_internal.h1026 uint8_t texels_of_weight[BLOCK_MAX_WEIGHTS][BLOCK_MAX_TEXELS]; member

Completed in 6 milliseconds