Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp717 float best_errorval_in_scb = scb.errorval; in compress_symbolic_block_for_partition_1plane()
826 workscb.errorval = 0; in compress_symbolic_block_for_partition_1plane()
833 float errorval = compute_difference(config, bsd, workscb, blk); in compress_symbolic_block_for_partition_1plane() local
834 if (errorval == -ERROR_CALC_DEFAULT) in compress_symbolic_block_for_partition_1plane()
836 errorval = -errorval; in compress_symbolic_block_for_partition_1plane()
840 trace_add_data("error_prerealign", errorval); in compress_symbolic_block_for_partition_1plane()
841 best_errorval_in_mode = astc::min(errorval, best_errorval_in_mode); in compress_symbolic_block_for_partition_1plane()
849 if (errorval > (threshold * best_errorval_in_scb)) in compress_symbolic_block_for_partition_1plane()
854 if (errorval < best_errorval_in_sc in compress_symbolic_block_for_partition_1plane()
882 float errorval = compute_difference(config, bsd, workscb, blk); compress_symbolic_block_for_partition_1plane() local
1170 float errorval = compute_symbolic_block_difference_2plane(config, bsd, workscb, blk); compress_symbolic_block_for_partition_2planes() local
1220 float errorval = compute_symbolic_block_difference_2plane(config, bsd, workscb, blk); compress_symbolic_block_for_partition_2planes() local
1590 float errorval = compress_symbolic_block_for_partition_1plane( compress_block() local
1645 float errorval = compress_symbolic_block_for_partition_2planes( compress_block() local
1687 float errorval = compress_symbolic_block_for_partition_1plane( compress_block() local
[all...]
H A Dastcenc_internal.h1109 float errorval; member
/third_party/lwip/src/include/lwip/priv/
H A Dtcpip_priv.h64 #define API_VAR_ALLOC(type, pool, name, errorval) API_VAR_ALLOC_EXT(type, pool, name, return errorval)
65 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \
68 return errorval; \
86 #define API_VAR_ALLOC(type, pool, name, errorval)
87 #define API_VAR_ALLOC_POOL(type, pool, name, errorval)
/third_party/astc-encoder/Test/
H A Dastc_trace_analysis.py155 def add_refinement(self, errorval):
156 self.refinement_errors.append(errorval)
241 errorval = candidate.refinement_errors[-1]
242 if errorval <= best_error:
243 best_error = errorval

Completed in 7 milliseconds