Searched refs:endpoints_and_weights (Results 1 – 3 of 3) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenc_internal.h | 1046 struct endpoints_and_weights struct 1091 endpoints_and_weights ei1; 1094 endpoints_and_weights ei2; 1097 endpoints_and_weights eix1[WEIGHTS_MAX_DECIMATION_MODES]; 1100 endpoints_and_weights eix2[WEIGHTS_MAX_DECIMATION_MODES]; 1862 endpoints_and_weights& ei); 1881 endpoints_and_weights& ei1, 1882 endpoints_and_weights& ei2); 1901 const endpoints_and_weights& eai_in, 1902 endpoints_and_weights& eai_out, [all …]
|
D | astcenc_ideal_endpoints_and_weights.cpp | 40 endpoints_and_weights& ei, in compute_ideal_colors_and_weights_1_comp() 150 endpoints_and_weights& ei, in compute_ideal_colors_and_weights_2_comp() 287 endpoints_and_weights& ei, in compute_ideal_colors_and_weights_3_comp() 453 endpoints_and_weights& ei in compute_ideal_colors_and_weights_4_comp() 545 endpoints_and_weights& ei in compute_ideal_colors_and_weights_1plane() 564 endpoints_and_weights& ei1, in compute_ideal_colors_and_weights_2planes() 565 endpoints_and_weights& ei2 in compute_ideal_colors_and_weights_2planes() 619 const endpoints_and_weights& eai, in compute_error_of_weight_set_1plane() 683 const endpoints_and_weights& eai1, in compute_error_of_weight_set_2planes() 684 const endpoints_and_weights& eai2, in compute_error_of_weight_set_2planes() [all …]
|
D | astcenc_compress_symbolic.cpp | 391 endpoints_and_weights& ei = tmpbuf.ei1; in compress_symbolic_block_for_partition_1plane() 392 endpoints_and_weights *eix = tmpbuf.eix1; in compress_symbolic_block_for_partition_1plane() 743 endpoints_and_weights& ei1 = tmpbuf.ei1; in compress_symbolic_block_for_partition_2planes() 744 endpoints_and_weights& ei2 = tmpbuf.ei2; in compress_symbolic_block_for_partition_2planes() 745 endpoints_and_weights* eix1 = tmpbuf.eix1; in compress_symbolic_block_for_partition_2planes() 746 endpoints_and_weights* eix2 = tmpbuf.eix2; in compress_symbolic_block_for_partition_2planes()
|