Home
last modified time | relevance | path

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

1234

/external/speex/libspeex/
Dcb_search.h63 int complexity,
89 int complexity,
Dltp.h75 int complexity,
118 int complexity,
Dnb_celp.c203 st->complexity=2; in nb_encoder_init()
353 …if (!st->submodes[st->submodeID] || (st->complexity>2 && SUBMODE(have_subframe_gain)<3) || SUBMODE… in nb_encode()
719 if (st->complexity==0) in nb_encode()
748 if (st->complexity==0) in nb_encode()
793 … exc, syn_resp, st->complexity, 0, st->plc_tuning, &st->cumul_gain); in nb_encode()
847 innov, syn_resp, bits, stack, st->complexity, SUBMODE(double_codebook)); in nb_encode()
865 innov2, syn_resp, bits, stack, st->complexity, 0); in nb_encode()
883 if (st->complexity!=0) in nb_encode()
1662 st->complexity = (*(spx_int32_t*)ptr); in nb_encoder_ctl()
1663 if (st->complexity<0) in nb_encoder_ctl()
[all …]
Dsb_celp.h92 int complexity; member
Dnb_celp.h111 … int complexity; /**< Complexity setting (0-10 from least complex to most complex) */ member
Dsb_celp.c266 st->complexity=2; in sb_encoder_init()
696 … innov, syn_resp, bits, stack, st->complexity, SUBMODE(double_codebook)); in sb_encode()
711 innov2, syn_resp, bits, stack, st->complexity, 0); in sb_encode()
1211 st->complexity = (*(spx_int32_t*)ptr); in sb_encoder_ctl()
1212 if (st->complexity<1) in sb_encoder_ctl()
1213 st->complexity=1; in sb_encoder_ctl()
1216 (*(spx_int32_t*)ptr) = st->complexity; in sb_encoder_ctl()
Dcb_search.c254 int complexity, in split_cb_search_shape_sign() argument
288 N=complexity; in split_cb_search_shape_sign()
584 int complexity, in noise_codebook_quant() argument
Dltp.c545 int complexity, in pitch_search_3tap() argument
570 N=complexity; in pitch_search_3tap()
772 int complexity, in forced_pitch_quant() argument
/external/webrtc/src/
Dcommon_types.h491 VideoCodecComplexity complexity; member
507 VideoCodecComplexity complexity; member
/external/skia/bench/
DPathBench.cpp44 virtual int complexity() { return 0; } in complexity() function in PathBench
71 count >>= (3 * complexity()); in onDraw()
172 virtual int complexity() SK_OVERRIDE { return 1; } in complexity() function in SawToothPathBench
197 virtual int complexity() SK_OVERRIDE { return 2; } in complexity() function in LongCurvedPathBench
218 virtual int complexity() SK_OVERRIDE { return 2; } in complexity() function in LongLinePathBench
/external/llvm/lib/Target/X86/
DREADME-FPStack.txt16 complexity. We need a way to specify the later is more profitable.
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h652 unsigned complexity, unsigned uid) in PatternToMatch() argument
654 Dstregs(dstregs), AddedComplexity(complexity), ID(uid) {} in PatternToMatch()
/external/opencv/ml/src/
Dmltree.cpp822 node->complexity = 0; in new_node()
2750 node->complexity = 1; in update_tree_rnc()
2766 parent->complexity += node->complexity; in update_tree_rnc()
2771 - parent->tree_risk)/(parent->complexity - 1); in update_tree_rnc()
2778 parent->complexity = node->complexity; in update_tree_rnc()
3102 cvWriteInt( fs, "complexity", node->complexity ); in write_node()
3305 node->complexity = cvReadIntByName( fs, fnode, "complexity" ); in read_node()
/external/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt29 greater than linear in asymptotic complexity, so this extra analaysis
/external/libvpx/libvpx/
Dusage_dx.dox34 data has been updated in this call. For all their additional complexity,
/external/eigen/bench/btl/
DREADME87 …*** nb_op_base() : this method returns the complexity of the calculate method (allowing the mflops…
/external/quake/quake/src/WinQuake/
Dr_edge.cpp29 low depth complexity -- 1 to 3 or so
/external/quake/quake/src/QW/client/
Dr_edge.c29 low depth complexity -- 1 to 3 or so
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostManager.mm205 …// This has O(n) complexity but the number of active plug-in hosts is very small so it shouldn't m…
/external/bzip2/
DREADME123 ensure that this program works correctly. However, the complexity
/external/valgrind/main/docs/internals/
Dthreads-syscalls-signals.txt64 we avoid the complexity of having signals delivered asynchronously via
98 BUT, there's another complexity: because the Unix signal mechanism has
/external/clang/docs/
DDriverInternals.rst68 gcc driver adds a significant amount of complexity. However, the design
69 of the driver attempts to mitigate this complexity by dividing the
/external/ceres-solver/docs/
Dsolving.tex181 II. This version of Ceres has a higher iteration complexity, but also
307 matrix~\cite{trefethen1997numerical}. This method has $O(p^2)$ space complexity and $O(p^3)$ time
308 complexity and is only practical for problems with up to a few hundred
347 …Preconditioned Conjugate Gradients algorithm (PCG) and its worst case complexity now depends on t…
526 order of complexity) \texttt{IDENTITY},\texttt{JACOBI},
/external/chromium/base/
Dbind_internal.h.pump64 // complexity of defintions for the InvokerN<> later. Even though there are
/external/antlr/antlr-3.4/runtime/Python/
Dpylintrc205 # * size, complexity of functions, methods

1234