Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp1300 vfloat vbest_ep_error(ERROR_CALC_DEFAULT); in compute_ideal_endpoint_formats() local
1307 vmask mask = err < vbest_ep_error; in compute_ideal_endpoint_formats()
1308 vbest_ep_error = select(vbest_ep_error, err, mask); in compute_ideal_endpoint_formats()
1314 vmask lanes_min_error = vbest_ep_error == hmin(vbest_ep_error); in compute_ideal_endpoint_formats()