Home
last modified time | relevance | path

Searched refs:vbest_error_index (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp1299 vint vbest_error_index(-1); in compute_ideal_endpoint_formats() local
1309 vbest_error_index = select(vbest_error_index, lane_ids, mask); in compute_ideal_endpoint_formats()
1315 vbest_error_index = select(vint(0x7FFFFFFF), vbest_error_index, lanes_min_error); in compute_ideal_endpoint_formats()
1316 vbest_error_index = hmin(vbest_error_index); in compute_ideal_endpoint_formats()
1317 int best_error_index = vbest_error_index.lane<0>(); in compute_ideal_endpoint_formats()