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

/external/chromium_org/third_party/opus/src/silk/
H A Dcontrol_codec.c55 opus_int Complexity /* I */
315 opus_int Complexity /* I */
321 silk_assert( Complexity >= 0 && Complexity <= 10 );
322 if( Complexity < 2 ) {
333 } else if( Complexity < 4 ) {
344 } else if( Complexity < 6 ) {
355 } else if( Complexity < 8 ) {
382 psEncC->Complexity = Complexity;
[all...]
H A Dstructs.h164 opus_int Complexity; /* Complexity setting */ member in struct:__anon14732
169 opus_int pitchEstimationComplexity; /* Complexity level for pitch estimator */
H A Denc_API.c123 encStatus->complexity = state_Fxx[ 0 ].sCmn.Complexity;
/external/libopus/silk/
H A Dcontrol_codec.c55 opus_int Complexity /* I */
315 opus_int Complexity /* I */
321 silk_assert( Complexity >= 0 && Complexity <= 10 );
322 if( Complexity < 2 ) {
333 } else if( Complexity < 4 ) {
344 } else if( Complexity < 6 ) {
355 } else if( Complexity < 8 ) {
382 psEncC->Complexity = Complexity;
[all...]
H A Dstructs.h164 opus_int Complexity; /* Complexity setting */ member in struct:__anon24563
169 opus_int pitchEstimationComplexity; /* Complexity level for pitch estimator */
H A Denc_API.c123 encStatus->complexity = state_Fxx[ 0 ].sCmn.Complexity;
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1478 unsigned Complexity = 0; local
1481 Complexity = 1;
1485 Complexity = 4;
1488 Complexity++;
1495 Complexity++;
1506 Complexity = 4;
1508 Complexity += 2;
1512 Complexity++;
1515 if (Complexity <= 2)
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp659 unsigned Complexity = S->getSCEVType(); local
663 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) {

Completed in 4381 milliseconds