Adding Crunch at r319.

This commit is contained in:
Ben Vanik
2014-01-20 23:02:34 -08:00
parent c660b5e4d1
commit 1f3e06e60c
215 changed files with 99367 additions and 0 deletions

10
third_party/crunch/crnlib/crn_zeng.h vendored Normal file
View File

@@ -0,0 +1,10 @@
// File: crn_zeng.h
// See Copyright Notice and license at the end of inc/crnlib.h
namespace crnlib
{
typedef float (*zeng_similarity_func)(uint index_a, uint index_b, void* pContext);
void create_zeng_reorder_table(uint n, uint num_indices, const uint* pIndices, crnlib::vector<uint>& remap_table, zeng_similarity_func pFunc, void* pContext, float similarity_func_weight);
} // namespace crnlib