Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_pick_best_endpoint_format.cpp157 vfloat data_rgb_avg = (data_r + data_g + data_b) * one_third; in compute_error_squared_rgb_single_partition() local
158 vfloat data_rgb_0 = data_rgb_avg - data_r; in compute_error_squared_rgb_single_partition()
159 vfloat data_rgb_1 = data_rgb_avg - data_g; in compute_error_squared_rgb_single_partition()
160 vfloat data_rgb_2 = data_rgb_avg - data_b; in compute_error_squared_rgb_single_partition()
231 vfloat data_rgb_avg = (data_r + data_g + data_b) * one_third; in compute_error_squared_rgb_single_partition()
232 vfloat data_rgb_0 = data_rgb_avg - data_r; in compute_error_squared_rgb_single_partition()
233 vfloat data_rgb_1 = data_rgb_avg - data_g; in compute_error_squared_rgb_single_partition()
234 vfloat data_rgb_2 = data_rgb_avg - data_b; in compute_error_squared_rgb_single_partition()

Completed in 2 milliseconds