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

  /external/libvpx/vp8/encoder/
ratectrl.c 592 // The enhanced Q is calculated so as to boost the key frame size by a factor
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 605 // alignof-like expression, factor out known factors.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp 250 unsigned Factor = NumParts / NumIntermediates;
252 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
537 unsigned Factor = NumParts / NumIntermediates;
539 getCopyToParts(DAG, DL, Ops[i], &Parts[i*Factor], Factor, PartVT);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 73 int Factor = VT.getSizeInBits()/128;
75 VT.getVectorNumElements()/Factor);
    [all...]

Completed in 162 milliseconds