Lines Matching refs:best
462 COVER_best_t* best; member
509 COVER_best_finish(data->best, parameters, selection); in FASTCOVER_tryParameters()
646 COVER_best_t best; in ZDICT_optimizeTrainFromBuffer_fastCover() local
678 COVER_best_init(&best); in ZDICT_optimizeTrainFromBuffer_fastCover()
695 COVER_best_destroy(&best); in ZDICT_optimizeTrainFromBuffer_fastCover()
712 COVER_best_destroy(&best); in ZDICT_optimizeTrainFromBuffer_fastCover()
718 data->best = &best; in ZDICT_optimizeTrainFromBuffer_fastCover()
735 COVER_best_start(&best); in ZDICT_optimizeTrainFromBuffer_fastCover()
746 COVER_best_wait(&best); in ZDICT_optimizeTrainFromBuffer_fastCover()
752 const size_t dictSize = best.dictSize; in ZDICT_optimizeTrainFromBuffer_fastCover()
753 if (ZSTD_isError(best.compressedSize)) { in ZDICT_optimizeTrainFromBuffer_fastCover()
754 const size_t compressedSize = best.compressedSize; in ZDICT_optimizeTrainFromBuffer_fastCover()
755 COVER_best_destroy(&best); in ZDICT_optimizeTrainFromBuffer_fastCover()
759 FASTCOVER_convertToFastCoverParams(best.parameters, parameters, f, accel); in ZDICT_optimizeTrainFromBuffer_fastCover()
760 memcpy(dictBuffer, best.dict, dictSize); in ZDICT_optimizeTrainFromBuffer_fastCover()
761 COVER_best_destroy(&best); in ZDICT_optimizeTrainFromBuffer_fastCover()