| /third_party/astc-encoder/Source/ |
| H A D | astcenc_weight_align.cpp | 153 compute_lowest_and_highest_weight( QualityProfile privateProfile, unsigned int weight_count, const float* dec_weight_ideal_value, unsigned int max_angular_steps, unsigned int max_quant_steps, const float* offsets, float* lowest_weight, int* weight_span, float* error, float* cut_low_weight_error, float* cut_high_weight_error ) compute_lowest_and_highest_weight() argument 246 compute_lowest_and_highest_weight( QualityProfile privateProfile, unsigned int weight_count, const float* dec_weight_ideal_value, unsigned int max_angular_steps, unsigned int max_quant_steps, const float* offsets, float* lowest_weight, int* weight_span, float* error, float* cut_low_weight_error, float* cut_high_weight_error ) compute_lowest_and_highest_weight() argument 332 compute_angular_endpoints_for_quant_levels( QualityProfile privateProfile, unsigned int weight_count, const float* dec_weight_ideal_value, unsigned int max_quant_level, float low_value[TUNE_MAX_ANGULAR_QUANT + 1], float high_value[TUNE_MAX_ANGULAR_QUANT + 1] ) compute_angular_endpoints_for_quant_levels() argument 435 compute_angular_endpoints_1plane( QualityProfile privateProfile, bool only_always, const block_size_descriptor& bsd, const float* dec_weight_ideal_value, unsigned int max_weight_quant, compression_working_buffers& tmpbuf ) compute_angular_endpoints_1plane() argument 505 compute_angular_endpoints_2planes( QualityProfile privateProfile, const block_size_descriptor& bsd, const float* dec_weight_ideal_value, unsigned int max_weight_quant, compression_working_buffers& tmpbuf ) compute_angular_endpoints_2planes() argument [all...] |
| H A D | astcenc_block_sizes.cpp | 793 construct_block_size_descriptor_2d( QualityProfile privateProfile, unsigned int x_texels, unsigned int y_texels, bool can_omit_modes, float mode_cutoff, block_size_descriptor& bsd ) construct_block_size_descriptor_2d() argument 1200 init_block_size_descriptor( QualityProfile privateProfile, unsigned int x_texels, unsigned int y_texels, unsigned int z_texels, bool can_omit_modes, unsigned int partition_count_cutoff, float mode_cutoff, block_size_descriptor& bsd ) init_block_size_descriptor() argument
|
| H A D | astcenc.h | 624 QualityProfile privateProfile; member
|
| H A D | astcenc_internal.h | 1139 QualityProfile privateProfile; member
|
| H A D | astcenc_compress_symbolic.cpp | 565 compress_symbolic_block_for_partition_1plane( QualityProfile privateProfile, const astcenc_config& config, const block_size_descriptor& bsd, const image_block& blk, bool only_always, float tune_errorval_threshold, unsigned int partition_count, unsigned int partition_index, symbolic_compressed_block& scb, compression_working_buffers& tmpbuf, int quant_limit ) compress_symbolic_block_for_partition_1plane() argument 937 compress_symbolic_block_for_partition_2planes( QualityProfile privateProfile, const astcenc_config& config, const block_size_descriptor& bsd, const image_block& blk, float tune_errorval_threshold, unsigned int plane2_component, symbolic_compressed_block& scb, compression_working_buffers& tmpbuf, int quant_limit ) compress_symbolic_block_for_partition_2planes() argument [all...] |