Searched refs:weight_span (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_weight_align.cpp | 147 * @param[out] weight_span Per angular step, the span between lowest and highest weight. 161 int* weight_span, in compute_lowest_and_highest_weight() 232 storea(span, weight_span + sp); in compute_lowest_and_highest_weight() 254 int* weight_span, in compute_lowest_and_highest_weight() 308 storea(span, weight_span + sp); in compute_lowest_and_highest_weight() 349 ASTCENC_ALIGNAS int32_t weight_span[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels() local 356 angular_offsets, lowest_weight, weight_span, error, in compute_angular_endpoints_for_quant_levels() 379 int idx_span = weight_span[i]; in compute_angular_endpoints_for_quant_levels() 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
|
Completed in 1 milliseconds