Home
last modified time | relevance | path

Searched refs:privateProfile (Results 1 - 10 of 10) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_weight_align.cpp154 QualityProfile privateProfile, in compute_lowest_and_highest_weight()
174 if (privateProfile != HIGH_SPEED_PROFILE) in compute_lowest_and_highest_weight()
198 if (privateProfile == HIGH_SPEED_PROFILE) in compute_lowest_and_highest_weight()
247 QualityProfile privateProfile, in compute_lowest_and_highest_weight()
259 (void) privateProfile; in compute_lowest_and_highest_weight()
333 QualityProfile privateProfile, in compute_angular_endpoints_for_quant_levels()
354 compute_lowest_and_highest_weight(privateProfile, weight_count, dec_weight_ideal_value, in compute_angular_endpoints_for_quant_levels()
436 QualityProfile privateProfile, in compute_angular_endpoints_1plane()
474 privateProfile, in compute_angular_endpoints_1plane()
506 QualityProfile privateProfile, in compute_angular_endpoints_2planes()
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 Dastcenc_compress_symbolic.cpp566 QualityProfile privateProfile, in compress_symbolic_block_for_partition_1plane()
635 privateProfile, only_always, bsd, dec_weights_ideal, max_weight_quant, tmpbuf); in compress_symbolic_block_for_partition_1plane()
709 privateProfile, in compress_symbolic_block_for_partition_1plane()
761 privateProfile, in compress_symbolic_block_for_partition_1plane()
785 privateProfile, in compress_symbolic_block_for_partition_1plane()
824 if (privateProfile == HIGH_SPEED_PROFILE) in compress_symbolic_block_for_partition_1plane()
938 QualityProfile privateProfile, in compress_symbolic_block_for_partition_2planes()
1011 privateProfile, bsd, dec_weights_ideal, max_weight_quant, tmpbuf); in compress_symbolic_block_for_partition_2planes()
1097 config.privateProfile, in compress_symbolic_block_for_partition_2planes()
1150 privateProfile, in compress_symbolic_block_for_partition_2planes()
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...]
H A Dastcenc_block_sizes.cpp797 QualityProfile privateProfile, in construct_block_size_descriptor_2d()
824 float always_cutoff = (privateProfile != HIGH_QUALITY_PROFILE) ? 1.0f : 0.0f; in construct_block_size_descriptor_2d()
860 if ((privateProfile == HIGH_SPEED_PROFILE) && (i != HIGH_SPEED_PROFILE_BLOCK_MODE)) in construct_block_size_descriptor_2d()
865 if (privateProfile == CUSTOMIZED_PROFILE) in construct_block_size_descriptor_2d()
945 if (privateProfile == HIGH_SPEED_PROFILE) in construct_block_size_descriptor_2d()
1204 QualityProfile privateProfile, in init_block_size_descriptor()
1220 if (!construct_block_size_descriptor_2d(privateProfile, x_texels, y_texels, can_omit_modes, mode_cutoff, bsd)) in init_block_size_descriptor()
1225 construct_block_size_descriptor_2d(privateProfile, x_texels, y_texels, can_omit_modes, mode_cutoff, bsd); in init_block_size_descriptor()
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 Dastcenc_pick_best_endpoint_format.cpp309 QualityProfile privateProfile,
320 if (!blk.is_constant_channel(3) || (partition_count != 1 && privateProfile == HIGH_QUALITY_PROFILE))
763 QualityProfile privateProfile,
775 if (privateProfile != HIGH_QUALITY_PROFILE)
799 if (privateProfile != HIGH_QUALITY_PROFILE) // keep openSource code style
877 unsigned int privateProfile,
888 if (privateProfile != HIGH_QUALITY_PROFILE)
1199 QualityProfile privateProfile,
1226 compute_encoding_choice_errors(privateProfile, blk, pi, ep, eci);
1274 privateProfile,
[all...]
H A Dastcenc_internal.h1139 QualityProfile privateProfile; member
1284 QualityProfile privateProfile,
1860 QualityProfile privateProfile,
1965 QualityProfile privateProfile,
2045 QualityProfile privateProfile,
2061 QualityProfile privateProfile,
H A Dastcenc_symbolic_physical.cpp111 if (scb.block_type == SYM_BTYPE_CONST_U16 && scb.privateProfile != HIGH_SPEED_PROFILE) in symbolic_to_physical()
130 if (scb.block_type == SYM_BTYPE_CONST_F16 && scb.privateProfile != HIGH_SPEED_PROFILE) in symbolic_to_physical()
163 if (scb.privateProfile == HIGH_SPEED_PROFILE) in symbolic_to_physical()
H A Dastcenc.h624 QualityProfile privateProfile; member
H A Dastcenc_entry.cpp685 if (config.privateProfile == CUSTOMIZED_PROFILE) in astcenc_context_alloc()
717 if (!init_block_size_descriptor(ctx->config.privateProfile, config.block_x, config.block_y, config.block_z, in astcenc_context_alloc()
729 init_block_size_descriptor(ctx->config.privateProfile, config.block_x, config.block_y, config.block_z, in astcenc_context_alloc()
H A Dastcenccli_toplevel.cpp699 config.privateProfile = HIGH_QUALITY_PROFILE; in edit_astcenc_config()
1181 else if (!strcmp(argv[argidx], "-privateProfile")) in edit_astcenc_config()
1184 config.privateProfile = static_cast<QualityProfile>(atoi(argv[argidx - 1])); in edit_astcenc_config()
H A Dastcenc_color_quantize.cpp1910 QualityProfile privateProfile,
2012 if ((privateProfile == HIGH_QUALITY_PROFILE) && (quant_level <= QUANT_160)) // only full quality profile to try

Completed in 19 milliseconds