Home
last modified time | relevance | path

Searched refs:Complexity (Results 1 – 8 of 8) 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.cpp1494 unsigned Complexity = 0; in SelectLEAAddr() local
1497 Complexity = 1; in SelectLEAAddr()
1501 Complexity = 4; in SelectLEAAddr()
1504 Complexity++; in SelectLEAAddr()
1511 Complexity++; in SelectLEAAddr()
1522 Complexity = 4; in SelectLEAAddr()
1524 Complexity += 2; in SelectLEAAddr()
1528 Complexity++; in SelectLEAAddr()
1531 if (Complexity <= 2) in SelectLEAAddr()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td4292 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
4341 let AddedComplexity = 20 in { // Complexity greater than compare reg-imm.
4348 let AddedComplexity = 10 in // Complexity greater than compare reg-reg.
DHexagonInstrInfoV4.td2354 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
/external/llvm/lib/Analysis/
DScalarEvolution.cpp663 unsigned Complexity = S->getSCEVType(); in GroupByComplexity() local
667 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) { in GroupByComplexity()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td4126 // Complexity is added to break a tie with a plain MOVI.