Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_block_sizes.cpp284 unsigned int texel = y * x_texels + x; in init_decimation_info_2d() local
356 uint8_t texel = wb.texels_of_weight[i][j]; in init_decimation_info_2d() local
483 int texel = (z * y_texels + y) * x_texels + x; in init_decimation_info_3d() local
625 unsigned int texel = wb.texels_of_weight[i][j]; in init_decimation_info_3d() local
743 uint8_t texel = static_cast<uint8_t>(astc::rand(rng_state)); in assign_kmeans_texels() local
Dastcenc_compress_symbolic.cpp127 for (unsigned int texel = 0; texel < bsd.texel_count; texel++) in realign_weights_undecimated() local
282 unsigned int texel = di.weight_texel[te_idx][we_idx]; in realign_weights_decimated() local
Dastcenc_ideal_endpoints_and_weights.cpp897 vint texel(di.weight_texel[j] + i); in compute_ideal_weights_for_decimation() local
955 vint texel(di.weight_texel[j] + i); in compute_ideal_weights_for_decimation() local
Dastcenc_internal.h782 inline vfloat4 texel(unsigned int index) const in texel() function