Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp326 int partition_size = pi.partition_texel_count[partition_index]; in compute_color_error_for_every_integer_count_and_quant_level() local
379 * 0.5f * static_cast<float>(partition_size); in compute_color_error_for_every_integer_count_and_quant_level()
381 * 0.5f * static_cast<float>(partition_size); in compute_color_error_for_every_integer_count_and_quant_level()
531 float base_quant_error = baseline_quant_error[i] * static_cast<float>(partition_size); in compute_color_error_for_every_integer_count_and_quant_level()
574 float base_quant_error_rgb = error_weight_rgbsum * static_cast<float>(partition_size); in compute_color_error_for_every_integer_count_and_quant_level()
575 float base_quant_error_a = error_weight.lane<3>() * static_cast<float>(partition_size); in compute_color_error_for_every_integer_count_and_quant_level()