HomeSort by relevance Sort by last modified time
    Searched refs:complexity (Results 26 - 50 of 67) sorted by null

12 3

  /external/chromium_org/v8/test/fuzz-natives/
base.js 7 // - better time complexity management
  /external/chromium_org/third_party/skia/bench/
PathBench.cpp 42 virtual int complexity() { return 0; } function in class:PathBench
69 count >>= (3 * complexity());
170 virtual int complexity() SK_OVERRIDE { return 1; }
193 virtual int complexity() SK_OVERRIDE { return 2; }
212 virtual int complexity() SK_OVERRIDE { return 2; }
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 712 UInt64 complexity = 0; local
761 complexity += db->GetFolderFullPackSize(i);
764 complexity += repackSize;
781 complexity += ui.Size;
796 RINOK(updateCallback->SetTotal(complexity));
  /external/skia/bench/
PathBench.cpp 42 virtual int complexity() { return 0; } function in class:PathBench
69 count >>= (3 * complexity());
170 virtual int complexity() SK_OVERRIDE { return 1; }
193 virtual int complexity() SK_OVERRIDE { return 2; }
212 virtual int complexity() SK_OVERRIDE { return 2; }
  /external/speex/libspeex/
cb_search.c 254 int complexity,
288 N=complexity;
291 /* Complexity isn't as important for the codebooks as it is for the pitch */
584 int complexity,
nb_celp.c 203 st->complexity=2;
353 if (!st->submodes[st->submodeID] || (st->complexity>2 && SUBMODE(have_subframe_gain)<3) || SUBMODE(forced_pitch_gain) || SUBMODE(lbr_pitch) != -1
719 if (st->complexity==0)
748 if (st->complexity==0)
793 exc, syn_resp, st->complexity, 0, st->plc_tuning, &st->cumul_gain);
847 innov, syn_resp, bits, stack, st->complexity, SUBMODE(double_codebook));
865 innov2, syn_resp, bits, stack, st->complexity, 0);
883 if (st->complexity!=0)
    [all...]
sb_celp.c 266 st->complexity=2;
696 innov, syn_resp, bits, stack, st->complexity, SUBMODE(double_codebook));
711 innov2, syn_resp, bits, stack, st->complexity, 0);
    [all...]
ltp.c 545 int complexity,
570 N=complexity;
772 int complexity,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 137 int16_t WebRtcOpus_SetComplexity(OpusEncInst* inst, int32_t complexity) {
139 return opus_encoder_ctl(inst->encoder, OPUS_SET_COMPLEXITY(complexity));
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 1954 Integer complexity = (Integer)map.get(MediaFormat.KEY_COMPLEXITY); local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 67 int complexity; member in struct:OpusCustomEncoder
192 st->complexity = 5;
297 /* Grouping by two to reduce complexity */
    [all...]
  /external/libopus/celt/
celt_encoder.c 67 int complexity; member in struct:OpusCustomEncoder
192 st->complexity = 5;
297 /* Grouping by two to reduce complexity */
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
enc_API.c 123 encStatus->complexity = state_Fxx[ 0 ].sCmn.Complexity;
215 tmp_complexity = encControl->complexity;
216 encControl->complexity = 0;
546 encControl->complexity = tmp_complexity;
control_codec.c 55 opus_int Complexity /* I */
116 /* Set encoding complexity */
118 ret += silk_setup_complexity( &psEnc->sCmn, encControl->complexity );
315 opus_int Complexity /* I */
320 /* Set encoding complexity */
321 silk_assert( Complexity >= 0 && Complexity <= 10 );
322 if( Complexity < 2 ) {
333 } else if( Complexity < 4 ) {
344 } else if( Complexity < 6 )
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 61 fprintf(stderr, "-complexity <comp> : complexity, 0 (lowest) ... 10 (highest); default: 10\n" );
233 int complexity; local
341 complexity = 10;
399 } else if( strcmp( argv[ args ], "-complexity" ) == 0 ) {
400 check_encoder_option(decode_only, "-complexity");
401 complexity = atoi( argv[ args + 1 ] );
538 opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity));
    [all...]
opus_encoder.c 204 st->silk_mode.complexity = 9;
216 celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(st->silk_mode.complexity));
989 if (st->silk_mode.complexity >= 10 && st->Fs==48000)
991 if (st->silk_mode.complexity >= 7 && st->Fs==48000)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 216 codec_inst_.codecSpecific.VP8.complexity = kComplexityNormal;
  /external/libopus/silk/
enc_API.c 123 encStatus->complexity = state_Fxx[ 0 ].sCmn.Complexity;
215 tmp_complexity = encControl->complexity;
216 encControl->complexity = 0;
546 encControl->complexity = tmp_complexity;
control_codec.c 55 opus_int Complexity /* I */
116 /* Set encoding complexity */
118 ret += silk_setup_complexity( &psEnc->sCmn, encControl->complexity );
315 opus_int Complexity /* I */
320 /* Set encoding complexity */
321 silk_assert( Complexity >= 0 && Complexity <= 10 );
322 if( Complexity < 2 ) {
333 } else if( Complexity < 4 ) {
344 } else if( Complexity < 6 )
    [all...]
  /external/libopus/src/
opus_demo.c 61 fprintf(stderr, "-complexity <comp> : complexity, 0 (lowest) ... 10 (highest); default: 10\n" );
233 int complexity; local
341 complexity = 10;
399 } else if( strcmp( argv[ args ], "-complexity" ) == 0 ) {
400 check_encoder_option(decode_only, "-complexity");
401 complexity = atoi( argv[ args + 1 ] );
538 opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity));
    [all...]
opus_encoder.c 204 st->silk_mode.complexity = 9;
216 celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(st->silk_mode.complexity));
989 if (st->silk_mode.complexity >= 10 && st->Fs==48000)
991 if (st->silk_mode.complexity >= 7 && st->Fs==48000)
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 670 unsigned complexity, unsigned uid)
672 Dstregs(dstregs), AddedComplexity(complexity), ID(uid) {}
679 unsigned AddedComplexity; // Add to matching pattern complexity.
691 /// Compute the complexity metric for the input pattern. This roughly
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 355 # For nontranslateable messages, we don't want the complexity of
  /external/opencv/ml/src/
mltree.cpp 822 node->complexity = 0;
    [all...]
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 85 but always increases application complexity. If you have not run into any limitations

Completed in 1612 milliseconds

12 3