HomeSort by relevance Sort by last modified time
    Searched full:complexity (Results 276 - 300 of 831) sorted by null

<<11121314151617181920>>

  /external/jpeg/
jcprepct.c 12 * Most of the complexity here is associated with buffering input rows
  /external/llvm/tools/bugpoint/
ToolRunner.h 85 /// complexity behind a simple interface.
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 56 // DeathTest is a class that hides much of the complexity of the
  /external/mdnsresponder/
PrivateDNS.txt 121 complexity and efficiency of the code. Because of this we plan to allow
  /external/mesa3d/src/glsl/
link_functions.cpp 132 * process introduces some complexity here, but it has some advantages.
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 56 // DeathTest is a class that hides much of the complexity of the
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-death-test-internal.h 54 // DeathTest is a class that hides much of the complexity of the
  /external/openfst/src/include/fst/
equivalent.h 124 // Complexity: quasi-linear, i.e. O(n G(n)), where
  /external/openssh/
dh.c 333 * attack complexity approximately the same as O(2**bits). Estimate
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 54 // DeathTest is a class that hides much of the complexity of the
  /external/qemu/distrib/jpeg-6b/
jcprepct.c 12 * Most of the complexity here is associated with buffering input rows
  /external/v8/src/arm/
disasm-arm.cc 267 // Print PU formatting to reduce complexity of FormatOption.
294 // Print SoftwareInterrupt codes. Factoring this out reduces the complexity of
321 // complexity of FormatOption.
370 // complexity of FormatOption.
    [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
math_op.c 27 | They are used where low complexity is important and the full 32 bits |
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 48 return "The complexity of an attempted match against a regular "
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 56 // DeathTest is a class that hides much of the complexity of the
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityEntityProvider.java 208 * This avoids the complexity of trackers and listeners within the keyboard.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListPreference.java 117 // It should be reinstallable. Exposing to the user the whole complexity of
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
unordered_map.h 414 * Complexity similar to that of the range constructor.
426 * Complexity similar to that of the range constructor.
    [all...]
unordered_set.h 388 * Complexity similar to that of the range constructor.
400 * Complexity similar to that of the range constructor.
    [all...]
  /external/ceres-solver/docs/source/
solving.rst 306 complexity, but also displays better convergence behavior per
373 primary source of computational complexity in these
563 :math:`O(p^2)` space complexity and :math:`O(p^3)` time complexity and
660 complexity now depends on the condition number of the *preconditioned*
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
analysis.c 356 // Accumulate for later complexity analysis.
394 enc->config_->emulate_jpeg_size || // We need the complexity evaluation.
vp8enci.h 411 int alpha_; // global susceptibility (<=> complexity)
503 // Main analysis loop. Decides the segmentations and complexity.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 468 // we could avoid this duplication, but the increased complexity to do so isn't worth it
960 // we could avoid this duplication, but the increased complexity to do so isn't worth it
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 204 st->silk_mode.complexity = 9;
215 celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(st->silk_mode.complexity));
1021 if (st->silk_mode.complexity >= 10 && st->Fs==48000)
1023 if (st->silk_mode.complexity >= 7 && st->Fs==48000)
    [all...]

Completed in 1469 milliseconds

<<11121314151617181920>>