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

12 3

  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 243 int16_t WebRtcOpus_SetComplexity(OpusEncInst* inst, int32_t complexity) {
245 return opus_encoder_ctl(inst->encoder, OPUS_SET_COMPLEXITY(complexity));
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 787 UInt64 complexity = 0; local
837 complexity += db->GetFolderFullPackSize(i);
840 complexity += repackSize;
857 complexity += ui.Size;
868 RINOK(updateCallback->SetTotal(complexity));
    [all...]
  /external/skia/bench/
PathBench.cpp 43 virtual int complexity() { return 0; } function in class:PathBench
69 count >>= (3 * complexity());
170 int complexity() override { return 1; }
193 int complexity() override { return 2; }
212 int complexity() 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/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/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...]
SigProc_FIX.h 252 const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest */
298 /* Laroia low complexity NLSF weights */
    [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/lzma/CPP/7zip/UI/Common/
Bench.cpp     [all...]
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 2806 Integer complexity = (Integer)map.get(MediaFormat.KEY_COMPLEXITY); local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 207 codec_inst_.codecSpecific.VP8.complexity = kComplexityNormal;
  /external/opencv3/modules/ml/src/
tree.cpp     [all...]
  /external/opencv/ml/src/
mltree.cpp 822 node->complexity = 0;
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.cc 462 // For resolutions below CIF, set the codec |complexity| parameter to
466 stream_codec->codecSpecific.VP8.complexity = webrtc::kComplexityHigher;
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 85 but always increases application complexity. If you have not run into any limitations
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 690 int complexity, unsigned uid)
692 Dstregs(dstregs), AddedComplexity(complexity), ID(uid) {}
699 int AddedComplexity; // Add to matching pattern complexity.
711 /// Compute the complexity metric for the input pattern. This roughly
FastISelEmitter.cpp 370 // the instruction's complexity (an int) and they are not unique.
586 int complexity = Pattern.getPatternComplexity(CGP);
596 // Note: Instructions with the same complexity will appear in the order
599 std::make_pair(complexity, Memo));
631 // is used to produce the ones with highest complexity first.
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /external/opencv/ml/include/
ml.h 691 int complexity; member in struct:CvDTreeNode
    [all...]

Completed in 921 milliseconds

12 3