Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_pick_best_endpoint_format.cpp148 vfloat alpha_diff = data_a - default_a; in compute_error_squared_rgb_single_partition() local
149 alpha_diff = alpha_diff * alpha_diff; in compute_error_squared_rgb_single_partition()
151 haccumulate(a_drop_errv, alpha_diff); in compute_error_squared_rgb_single_partition()
222 vfloat alpha_diff = data_a - default_a; in compute_error_squared_rgb_single_partition()
223 alpha_diff = alpha_diff * alpha_diff; in compute_error_squared_rgb_single_partition()
225 haccumulate(a_drop_errv, alpha_diff, mas in compute_error_squared_rgb_single_partition()
[all...]

Completed in 1 milliseconds