HomeSort by relevance Sort by last modified time
    Searched defs:Complexity (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
structs.h 164 opus_int Complexity; /* Complexity setting */
169 opus_int pitchEstimationComplexity; /* Complexity level for pitch estimator */
172 opus_int LTPQuantLowComplexity; /* Flag for low complexity LTP quantization */
  /external/libopus/silk/
structs.h 164 opus_int Complexity; /* Complexity setting */
169 opus_int pitchEstimationComplexity; /* Complexity level for pitch estimator */
172 opus_int LTPQuantLowComplexity; /* Flag for low complexity LTP quantization */
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 454 /// SCEVComplexityCompare - Return true if the complexity of the LHS is less
455 /// than the complexity of the RHS. This comparator is used to canonicalize
562 // Addrec complexity grows with operand count.
629 /// complexity, and group objects of the same complexity together by value.
631 /// consecutive and that complexity is monotonically increasing.
650 // Do the rough sort by complexity.
653 // Now that we are sorted by complexity, group elements of the same
654 // complexity. Note that this is, at worst, N^2, but the vector is likely to
659 unsigned Complexity = S->getSCEVType()
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 198 milliseconds