Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bdpg/tests/
H A Dtest_array_dynamic_prg.cxx54 unsigned best_col = dp.best_assign_col(); in test_array_dynamic_prg() local
55 std::cout << "Best Assignment Column " << best_col << '\n'; in test_array_dynamic_prg()
56 dp.print_path(7, best_col); in test_array_dynamic_prg()
57 TEST("scan array", best_col==6 || best_col==7, true); in test_array_dynamic_prg()
86 best_col = dj.best_assign_col(); in test_array_dynamic_prg()
87 std::cout << "Best Assignment Column " << best_col << '\n'; in test_array_dynamic_prg()
88 dj.print_path(7, best_col); in test_array_dynamic_prg()
89 TEST("scan array", best_col>=5, true); in test_array_dynamic_prg()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bdpg/
H A Dbdpg_array_dynamic_prg.cxx65 bool bdpg_array_dynamic_prg::maxp(unsigned row, unsigned col, int & best_col) in maxp() argument
67 best_col = -1; in maxp()
82 best_col = c; in maxp()
86 << best_col << "): " << log_pmax << '\n'; in maxp()
122 unsigned best_col = 0; in best_assign_col() local
133 best_col = c; in best_assign_col()
136 return best_col; in best_assign_col()
H A Dbdpg_array_dynamic_prg.h77 bool maxp(unsigned row, unsigned col, int & best_col);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libteletone/src/
H A Dlibteletone_detect.c319 int best_col; in teletone_dtmf_detect() local
393 for (best_row = best_col = 0, i = 1; i < GRID_FACTOR; i++) { in teletone_dtmf_detect()
399 if (col_energy[i] > col_energy[best_col]) { in teletone_dtmf_detect()
400 best_col = i; in teletone_dtmf_detect()
406 col_energy[best_col] >= DTMF_THRESHOLD && in teletone_dtmf_detect()
407 col_energy[best_col] < row_energy[best_row]*DTMF_REVERSE_TWIST && in teletone_dtmf_detect()
408 col_energy[best_col]*DTMF_NORMAL_TWIST > row_energy[best_row]) { in teletone_dtmf_detect()
411 if ((i != best_col && col_energy[i]*DTMF_RELATIVE_PEAK_COL > col_energy[best_col]) || in teletone_dtmf_detect()
418 …_goertzel_result (&dtmf_detect_state->col_out2nd[best_col])*DTMF_2ND_HARMONIC_COL < col_energy[bes… in teletone_dtmf_detect()
420 hit = dtmf_positions[(best_row << 2) + best_col]; in teletone_dtmf_detect()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/
H A Dlibteletone_detect.c315 int best_col; in teletone_dtmf_detect() local
390 for (best_row = best_col = 0, i = 1; i < GRID_FACTOR; i++) { in teletone_dtmf_detect()
396 if (col_energy[i] > col_energy[best_col]) { in teletone_dtmf_detect()
397 best_col = i; in teletone_dtmf_detect()
403 col_energy[best_col] >= DTMF_THRESHOLD && in teletone_dtmf_detect()
404 col_energy[best_col] < row_energy[best_row]*DTMF_REVERSE_TWIST && in teletone_dtmf_detect()
405 col_energy[best_col]*DTMF_NORMAL_TWIST > row_energy[best_row]) { in teletone_dtmf_detect()
408 if ((i != best_col && col_energy[i]*DTMF_RELATIVE_PEAK_COL > col_energy[best_col]) || in teletone_dtmf_detect()
415 …_goertzel_result (&dtmf_detect_state->col_out2nd[best_col])*DTMF_2ND_HARMONIC_COL < col_energy[bes… in teletone_dtmf_detect()
417 hit = dtmf_positions[(best_row << 2) + best_col]; in teletone_dtmf_detect()
[all …]
/dports/audio/ccaudio2/ccaudio2-2.2.0/src/
H A Ddetect.cpp168 int best_col; in putSamples() local
273 for(best_row = best_col = 0, i = 1; i < 4; i++) in putSamples()
279 if(col_energy[i] > col_energy[best_col]) in putSamples()
280 best_col = i; in putSamples()
286 col_energy[best_col] >= DTMF_THRESHOLD && in putSamples()
287 col_energy[best_col] < row_energy[best_row] * DTMF_REVERSE_TWIST && in putSamples()
288 col_energy[best_col] * DTMF_NORMAL_TWIST > row_energy[best_row]) in putSamples()
293 if ((i != best_col && in putSamples()
301 … goertzelResult (&state->col_out2nd[best_col])*DTMF_2ND_HARMONIC_COL < col_energy[best_col] && in putSamples()
304 hit = dtmf_positions[(best_row << 2) + best_col]; in putSamples()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Ddtmf.c130 int best_col; in dtmf_rx() local
189 best_col = 0; in dtmf_rx()
196 if (col_energy[i] > col_energy[best_col]) in dtmf_rx()
197 best_col = i; in dtmf_rx()
203 col_energy[best_col] >= s->threshold) in dtmf_rx()
205 if (col_energy[best_col] < row_energy[best_row]*s->reverse_twist in dtmf_rx()
207 col_energy[best_col]*s->normal_twist > row_energy[best_row]) in dtmf_rx()
212 … if ((i != best_col && col_energy[i]*DTMF_RELATIVE_PEAK_COL > col_energy[best_col]) in dtmf_rx()
222 (row_energy[best_row] + col_energy[best_col]) > DTMF_TO_TOTAL_ENERGY*s->energy) in dtmf_rx()
225 hit = dtmf_positions[(best_row << 2) + best_col]; in dtmf_rx()
[all …]
/dports/comms/spandsp/spandsp-284fe91/src/
H A Ddtmf.c130 int best_col; in dtmf_rx() local
189 best_col = 0; in dtmf_rx()
196 if (col_energy[i] > col_energy[best_col]) in dtmf_rx()
197 best_col = i; in dtmf_rx()
203 col_energy[best_col] >= s->threshold) in dtmf_rx()
205 if (col_energy[best_col] < row_energy[best_row]*s->reverse_twist in dtmf_rx()
207 col_energy[best_col]*s->normal_twist > row_energy[best_row]) in dtmf_rx()
212 … if ((i != best_col && col_energy[i]*DTMF_RELATIVE_PEAK_COL > col_energy[best_col]) in dtmf_rx()
222 (row_energy[best_row] + col_energy[best_col]) > DTMF_TO_TOTAL_ENERGY*s->energy) in dtmf_rx()
225 hit = dtmf_positions[(best_row << 2) + best_col]; in dtmf_rx()
[all …]
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/
H A Ddtmf.c116 int best_col; in dtmf_rx() local
174 best_col = 0; in dtmf_rx()
181 if (col_energy[i] > col_energy[best_col]) in dtmf_rx()
182 best_col = i; in dtmf_rx()
188 col_energy[best_col] >= s->threshold in dtmf_rx()
190 col_energy[best_col] < row_energy[best_row]*s->reverse_twist in dtmf_rx()
192 col_energy[best_col]*s->normal_twist > row_energy[best_row]) in dtmf_rx()
197 if ((i != best_col && col_energy[i]*DTMF_RELATIVE_PEAK_COL > col_energy[best_col]) in dtmf_rx()
207 (row_energy[best_row] + col_energy[best_col]) > DTMF_TO_TOTAL_ENERGY*s->energy) in dtmf_rx()
210 hit = dtmf_positions[(best_row << 2) + best_col]; in dtmf_rx()
/dports/misc/window/window/
H A Dwwupdate.c95 register best_col; in wwupdate1() local
123 best_col = j; in wwupdate1()
128 upd->best_col = best_col; in wwupdate1()
169 xxclreos(i, j = wwupd[i].best_col); in wwupdate1()
202 xxclreol(i, j = upd->best_col); in wwupdate1()
H A Dww.h154 int best_col; member
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dop_min_meat.hpp947 uword best_col = 0; in min() local
951 best_col = 0; in min()
960 best_col = col; in min()
977 best_col = col; in min()
982 return A.at(best_row, best_col); in min()
1037 uword best_col = 0; in min() local
1048 best_col = col; in min()
1064 best_col = col; in min()
1193 uword best_col = 0; in min_with_index() local
1205 best_index = best_col; in min_with_index()
[all …]
H A Dop_max_meat.hpp947 uword best_col = 0; in max() local
951 best_col = 0; in max()
960 best_col = col; in max()
977 best_col = col; in max()
982 return A.at(best_row, best_col); in max()
1037 uword best_col = 0; in max() local
1048 best_col = col; in max()
1064 best_col = col; in max()
1193 uword best_col = 0; in max_with_index() local
1205 best_index = best_col; in max_with_index()
[all …]
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dop_max_meat.hpp947 uword best_col = 0; in max() local
951 best_col = 0; in max()
960 best_col = col; in max()
977 best_col = col; in max()
982 return A.at(best_row, best_col); in max()
1037 uword best_col = 0; in max() local
1048 best_col = col; in max()
1064 best_col = col; in max()
1193 uword best_col = 0; in max_with_index() local
1205 best_index = best_col; in max_with_index()
[all …]
H A Dop_min_meat.hpp947 uword best_col = 0; in min() local
951 best_col = 0; in min()
960 best_col = col; in min()
977 best_col = col; in min()
982 return A.at(best_row, best_col); in min()
1037 uword best_col = 0; in min() local
1048 best_col = col; in min()
1064 best_col = col; in min()
1193 uword best_col = 0; in min_with_index() local
1205 best_index = best_col; in min_with_index()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/asterisk/
H A Dcelliax_spandsp.c643 int best_col; in dtmf_rx() local
721 best_col = 0; in dtmf_rx()
728 if (col_energy[i] > col_energy[best_col]) in dtmf_rx()
729 best_col = i; in dtmf_rx()
733 if (row_energy[best_row] >= DTMF_THRESHOLD && col_energy[best_col] >= DTMF_THRESHOLD in dtmf_rx()
734 && col_energy[best_col] < row_energy[best_row] * s->reverse_twist in dtmf_rx()
735 && col_energy[best_col] * s->normal_twist > row_energy[best_row]) { in dtmf_rx()
738 if ((i != best_col in dtmf_rx()
739 && col_energy[i] * DTMF_RELATIVE_PEAK_COL > col_energy[best_col]) in dtmf_rx()
747 && (row_energy[best_row] + col_energy[best_col]) > in dtmf_rx()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/espresso/
H A Dmincov.c280 int best_col; local
299 best_col = -1;
318 best_col = pcol->col_num;
324 return best_col;
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbecopyheur2.c691 int best_col = -1; in coalesce_top_down() local
716 for (i = 0; i < (best_col < 0 ? n_regs : n_iter); ++i) { in coalesce_top_down()
753 best_col = col; in coalesce_top_down()
764 front[child_nr] = best_col; in coalesce_top_down()
767 return best_col; in coalesce_top_down()
880 int best_col; in process_cloud() local
982 best_col = coalesce_top_down(cloud->mst_root, -1, 0); in process_cloud()
984 apply_coloring(cloud->mst_root, best_col, 0); in process_cloud()
989 cloud->mst_root->inh.irn, best_col, examine_subtree_coloring(cloud->mst_root, best_col))); in process_cloud()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-table-header.c1022 ETableCol *best_col = NULL; in e_table_header_prioritized_column_selected() local
1033 if ((best_col == NULL || col->spec->priority > best_priority) in e_table_header_prioritized_column_selected()
1036 best_col = col; in e_table_header_prioritized_column_selected()
1040 return best_col; in e_table_header_prioritized_column_selected()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dcp_model_symmetries.cc993 const int best_col = 0; in DetectAndExploitSymmetriesInPresolve() local
996 if (j == best_col) continue; in DetectAndExploitSymmetriesInPresolve()
1019 std::swap(orbitope[i][best_col], orbitope[i].back()); in DetectAndExploitSymmetriesInPresolve()
/dports/lang/ocaml/ocaml-4.05.0/asmcomp/
H A Dstrmatch.ml181 let best_col = var
222 let k = best_col cases in
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmcomp/
H A Dstrmatch.ml181 let best_col = var
222 let k = best_col cases in
/dports/x11/xterm/xterm-370/
H A Dbutton.c3941 int best_col = -1; in do_select_regex() local
3963 best_col = start_col; in do_select_regex()
3965 best_col, in do_select_regex()
3971 if (best_col >= 0) { in do_select_regex()
3972 int best_nxt = best_col + best_len; in do_select_regex()
3973 columnToCell(screen, firstRow, best_col, startc); in do_select_regex()
3977 best_col, best_nxt, in do_select_regex()
3978 indexed[best_col], in do_select_regex()
3982 indexed[best_col], in do_select_regex()
3983 visibleChars((Char *) (search + indexed[best_col]), in do_select_regex()
[all …]
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/resizables/
H A Dmap_editor.lua352 local best_col = 0
365 best_col = left
369 return best_col, best
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dalglin1.c5299 long i,j, n = lg(M)-1, lbest = max+2, best_col = 0, best_row = 0; in det_develop() local
5322 best = v; lbest = lv; best_col = j; in det_develop()
5350 if (best_col) in det_develop()
5358 GEN c = coeff_det(M, best[k], best_col, max, bound); in det_develop()