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

12 3 4

  /external/webrtc/src/
common_types.h 491 VideoCodecComplexity complexity; member in struct:webrtc::VideoCodecH264
507 VideoCodecComplexity complexity; member in struct:webrtc::VideoCodecVP8
  /external/chromium_org/third_party/webrtc/
common_types.h 573 VideoCodecComplexity complexity; member in struct:webrtc::VideoCodecVP8
585 complexity == other.complexity &&
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
IntArray.java 517 int complexity = aLen <= 8 ? 1 : 2; local
519 int width = 1 << complexity;
520 int shifts = (32 >>> complexity);
532 interleave(A.m_ints, 0, c, bExt, aLen, complexity);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 27 #define FAST_IDCT /* , for fast Variable complexity IDCT */
47 /* complexity estimation parameters */
92 int complexity_estDisable; /* VOL disable complexity estimation */
93 int complexity_estMethod; /* VOL complexity estimation method */
94 Complexity_Est complexity; /* complexity estimation flags */ member in struct:tagVol
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 139 int16_t WebRtcOpus_SetComplexity(OpusEncInst* inst, int32_t complexity) {
141 return opus_encoder_ctl(inst->encoder, OPUS_SET_COMPLEXITY(complexity));
  /external/chromium_org/v8/test/fuzz-natives/
base.js 9 // - 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/chromium_org/third_party/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...]
  /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...]
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 1971 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;
  /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...]
  /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;
  /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...]
  /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

Completed in 1993 milliseconds

12 3 4