Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp776 endpoints_and_weights& eai_out, in compute_ideal_weights_for_decimation() argument
788 eai_out.ep = eai_in.ep; in compute_ideal_weights_for_decimation()
789 eai_out.is_constant_weight_error_scale = eai_in.is_constant_weight_error_scale; in compute_ideal_weights_for_decimation()
807 storea(weight, eai_out.weights + i); in compute_ideal_weights_for_decimation()
808 storea(weight_error_scale, eai_out.weight_error_scale + i); in compute_ideal_weights_for_decimation()
Dastcenc_internal.h1902 endpoints_and_weights& eai_out,