Home
last modified time | relevance | path

Searched refs:Complexity (Results 1 – 9 of 9) sorted by relevance

/external/libopus/silk/
Dcontrol_codec.c55 opus_int Complexity /* I */
315 opus_int Complexity /* I */ in silk_setup_complexity() argument
321 silk_assert( Complexity >= 0 && Complexity <= 10 ); in silk_setup_complexity()
322 if( Complexity < 2 ) { in silk_setup_complexity()
333 } else if( Complexity < 4 ) { in silk_setup_complexity()
344 } else if( Complexity < 6 ) { in silk_setup_complexity()
355 } else if( Complexity < 8 ) { in silk_setup_complexity()
382 psEncC->Complexity = Complexity; in silk_setup_complexity()
Dstructs.h164 …opus_int Complexity; /* Complexity setting … member
Denc_API.c123 encStatus->complexity = state_Fxx[ 0 ].sCmn.Complexity; in silk_QueryEncoder()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1632 unsigned Complexity = 0; in selectLEAAddr() local
1635 Complexity = 1; in selectLEAAddr()
1639 Complexity = 4; in selectLEAAddr()
1642 Complexity++; in selectLEAAddr()
1649 Complexity++; in selectLEAAddr()
1659 Complexity = 4; in selectLEAAddr()
1661 Complexity += 2; in selectLEAAddr()
1665 Complexity++; in selectLEAAddr()
1668 if (Complexity <= 2) in selectLEAAddr()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td4314 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
4363 let AddedComplexity = 20 in { // Complexity greater than compare reg-imm.
4370 let AddedComplexity = 10 in // Complexity greater than compare reg-reg.
DHexagonInstrInfoV4.td2373 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
/external/llvm/lib/Analysis/
DScalarEvolution.cpp654 unsigned Complexity = S->getSCEVType(); in GroupByComplexity() local
658 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) { in GroupByComplexity()
/external/testng/ant/3rdparty/
Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/ ...
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td4324 // Complexity is added to break a tie with a plain MOVI.