Searched refs:lowest_weight (Results 1 – 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenc_weight_align.cpp | 168 int* lowest_weight, in compute_lowest_and_highest_weight() argument 221 storea(float_to_int(minidx), &lowest_weight[sp]); in compute_lowest_and_highest_weight() 259 alignas(ASTCENC_VECALIGN) int32_t lowest_weight[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels() local 267 angular_offsets, lowest_weight, weight_span, error, in compute_angular_endpoints_for_quant_levels() 337 int lwi = lowest_weight[bsi] + static_cast<int>(best_results[q].lane<2>()); in compute_angular_endpoints_for_quant_levels() 368 int* lowest_weight, in compute_lowest_and_highest_weight_lwc() argument 405 storea(float_to_int(minidx), &lowest_weight[sp]); in compute_lowest_and_highest_weight_lwc() 438 alignas(ASTCENC_VECALIGN) int32_t lowest_weight[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels_lwc() local 448 angular_offsets, lowest_weight, weight_span, error); in compute_angular_endpoints_for_quant_levels_lwc() 490 int lwi = lowest_weight[bsi]; in compute_angular_endpoints_for_quant_levels_lwc()
|