Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_block_sizes.cpp844 const float *percentiles = get_2d_percentile_table(x_texels, y_texels); in construct_block_size_descriptor_2d() local
926 percentile_hit = percentiles[i] <= always_cutoff; in construct_block_size_descriptor_2d()
930 percentile_hit = percentiles[i] <= mode_cutoff; in construct_block_size_descriptor_2d()
990 delete[] percentiles; in construct_block_size_descriptor_2d()