Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp86 vfloat4 ews = blk.channel_weight; in compute_error_squared_rgb_single_partition() local
151 vfloat error = dist0 * dist0 * ews.lane<0>() in compute_error_squared_rgb_single_partition()
152 + dist1 * dist1 * ews.lane<1>() in compute_error_squared_rgb_single_partition()
153 + dist2 * dist2 * ews.lane<2>(); in compute_error_squared_rgb_single_partition()
166 error = dist0 * dist0 * ews.lane<0>() in compute_error_squared_rgb_single_partition()
167 + dist1 * dist1 * ews.lane<1>() in compute_error_squared_rgb_single_partition()
168 + dist2 * dist2 * ews.lane<2>(); in compute_error_squared_rgb_single_partition()
181 error = dist0 * dist0 * ews.lane<0>() in compute_error_squared_rgb_single_partition()
182 + dist1 * dist1 * ews.lane<1>() in compute_error_squared_rgb_single_partition()
183 + dist2 * dist2 * ews.lane<2>(); in compute_error_squared_rgb_single_partition()
[all …]