Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp1457 float error_threshold = ctx.config.tune_db_limit in compress_block() local
1464 trace_add_data("tune_error_threshold", error_threshold); in compress_block()
1539 float error_threshold = ctx.config.tune_db_limit in compress_block() local
1593 error_threshold * errorval_mult[i] * errorval_overshoot, in compress_block()
1601 if ((ctx.config.privateProfile == HIGH_SPEED_PROFILE) || (errorval < (error_threshold * errorval_mult[i]))) in compress_block()
1647 ctx.config, bsd, blk, error_threshold * errorval_overshoot, in compress_block()
1657 if (errorval < error_threshold) in compress_block()
1690 error_threshold * errorval_overshoot, in compress_block()
1708 if (errorval < error_threshold) in compress_block()

Completed in 4 milliseconds