Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_weight_align.cpp146 * @param[out] lowest_weight Per angular step, the lowest weight.
160 float* lowest_weight, in compute_lowest_and_highest_weight()
231 storea(minidx, lowest_weight + sp); in compute_lowest_and_highest_weight()
253 float* lowest_weight, in compute_lowest_and_highest_weight()
307 storea(minidx, lowest_weight + sp); in compute_lowest_and_highest_weight()
348 ASTCENC_ALIGNAS float lowest_weight[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()
425 float lwi = lowest_weight[bsi] + best_results[q].lane<2>(); 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 2 milliseconds