Home
last modified time | relevance | path

Searched defs:weight_count (Results 1 - 8 of 8) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_symbolic_physical.cpp156 int weight_count = di.weight_count; in symbolic_to_physical() local
407 int weight_count = di.weight_count; in physical_to_symbolic() local
[all...]
H A Dastcenc_weight_align.cpp93 compute_angular_offsets( unsigned int weight_count, const float* dec_weight_ideal_value, unsigned int max_angular_steps, float* offsets ) compute_angular_offsets() argument
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
460 unsigned int weight_count = bsd.get_decimation_info(i).weight_count; compute_angular_endpoints_1plane() local
531 unsigned int weight_count = bsd.get_decimation_info(i).weight_count; compute_angular_endpoints_2planes() local
[all...]
H A Dastcenc_block_sizes.cpp129 unsigned int weight_count = x_weights * y_weights * (D + 1); in decode_block_mode_2d() local
232 unsigned int weight_count = x_weights * y_weights * z_weights * (D + 1); in decode_block_mode_3d() local
747 unsigned int weight_count = x_weights * y_weights; in construct_dt_entry_2d() local
1058 unsigned int weight_count = x_weights * y_weights * z_weights; construct_block_size_descriptor_3d() local
[all...]
H A Dastcenc_internal.h367 uint8_t weight_count; member
H A Dastcenc_compress_symbolic.cpp417 unsigned int weight_count = di.weight_count; in realign_weights_decimated() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_decompress_symbolic.cpp236 int weight_count = it->num_weights; in decompress_symbolic_block() local
H A Dastc_symbolic_physical.cpp121 int weight_count = ixtab2[bsd->block_modes[block_mode].decimation_mode]->num_weights; in physical_to_symbolic() local
H A Dastc_block_sizes2.cpp126 int weight_count = N * M * (D + 1); in decode_block_mode_2d() local
215 int weight_count = N * M * Q * (D + 1); in decode_block_mode_3d() local

Completed in 11 milliseconds