Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_pick_best_endpoint_format.cpp86 vfloat4 ews = blk.channel_weight; in compute_error_squared_rgb_single_partition() local
207 uncor_errv = uncor_errv0 * ews.lane<0>() + uncor_errv1 * ews.lane<1>() + uncor_errv2 * ews.lane<2>(); // channel 0,1,2 in compute_error_squared_rgb_single_partition()
208 samec_errv = samec_errv0 * ews.lane<0>() + samec_errv1 * ews.lane<1>() + samec_errv2 * ews.lane<2>(); // channel 0,1,2 in compute_error_squared_rgb_single_partition()
209 rgbl_errv = rgbl_errv0 * ews.lane<0>() + rgbl_errv1 * ews.lane<1>() + rgbl_errv2 * ews in compute_error_squared_rgb_single_partition()
[all...]

Completed in 2 milliseconds