Searched refs:Complexity (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Dcontrol_codec.c54 opus_int Complexity /* I */
304 opus_int Complexity /* I */
310 silk_assert( Complexity >= 0 && Complexity <= 10 );
311 if( Complexity < 2 ) {
322 } else if( Complexity < 4 ) {
333 } else if( Complexity < 6 ) {
344 } else if( Complexity < 8 ) {
371 psEncC->Complexity = Complexity;
[all...]
H A Dstructs.h164 opus_int Complexity; /* Complexity setting */ member in struct:__anon13303
169 opus_int pitchEstimationComplexity; /* Complexity level for pitch estimator */
H A Denc_API.c121 encStatus->complexity = state_Fxx[ 0 ].sCmn.Complexity;
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1469 unsigned Complexity = 0; local
1472 Complexity = 1;
1476 Complexity = 4;
1479 Complexity++;
1486 Complexity++;
1497 Complexity = 4;
1499 Complexity += 2;
1503 Complexity++;
1506 if (Complexity <= 2)
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp660 unsigned Complexity = S->getSCEVType(); local
664 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) {

Completed in 135 milliseconds