HomeSort by relevance Sort by last modified time
    Searched defs:complexity (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
opus_custom_demo.c 54 int complexity; local
65 " <bytes per packet> [<complexity> [packet loss rate]] "
124 complexity=atoi(argv[5]);
125 opus_custom_encoder_ctl(enc,OPUS_SET_COMPLEXITY(complexity));
celt.c 150 int complexity; member in struct:OpusCustomEncoder
278 st->complexity = 5;
1126 if (nbAvailableBytes>12*C && st->start==0 && !silence && !st->disable_pf && st->complexity >= 5)
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
control.h 74 /* I: Complexity mode; 0 is lowest, 10 is highest complexity */
75 opus_int complexity; member in struct:__anon15681
  /external/speex/libspeex/
sb_celp.h 92 int complexity; member in struct:SBEncState
nb_celp.h 111 int complexity; /**< Complexity setting (0-10 from least complex to most complex) */ member in struct:EncState
  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 59 fprintf(stderr, "-complexity <comp> : complexity, 0 (lowest) ... 10 (highest); default: 10\n" );
211 int complexity; local
304 complexity = 10;
362 } else if( strcmp( argv[ args ], "-complexity" ) == 0 ) {
363 check_encoder_option(decode_only, "-complexity");
364 complexity = atoi( argv[ args + 1 ] );
494 opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity));
  /external/skia/bench/
PathBench.cpp 43 virtual int complexity() { return 0; } function in class:PathBench
70 count >>= (3 * complexity());
171 virtual int complexity() SK_OVERRIDE { return 1; }
196 virtual int complexity() SK_OVERRIDE { return 2; }
217 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));
  /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/opencv/ml/include/
ml.h 691 int complexity; member in struct:CvDTreeNode
    [all...]
  /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/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 375 milliseconds