Home
last modified time | relevance | path

Searched refs:cost_match (Results 1 – 1 of 1) sorted by relevance

/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Tests/
H A DPluginTest.cpp76 int cost_match = 0xffffff; in print_string_differences() local
83 cost_match = cost[(i-1)*M + (j-1)] + 3*(a[i] != b[j]); in print_string_differences()
85 if(cost_match >= 0xffff && cost_ins >= 0xffff && cost_del >= 0xffff) { in print_string_differences()
87 } else if(cost_match < cost_ins && cost_match < cost_del) { in print_string_differences()
88 cost[i*M+j] = cost_match; in print_string_differences()