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

1 2

  /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_encoder.c 67 int complexity; member in struct:OpusCustomEncoder
192 st->complexity = 5;
297 /* Grouping by two to reduce complexity */
    [all...]
  /external/libopus/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_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/
control.h 74 /* I: Complexity mode; 0 is lowest, 10 is highest complexity */
75 opus_int complexity; member in struct:__anon19328
  /external/libopus/silk/
control.h 74 /* I: Complexity mode; 0 is lowest, 10 is highest complexity */
75 opus_int complexity; member in struct:__anon29152
  /external/chromium_org/third_party/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/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 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/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/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/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/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);
  /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/chromium_org/third_party/webrtc/
common_types.h 573 VideoCodecComplexity complexity; member in struct:webrtc::VideoCodecVP8
585 complexity == other.complexity &&
  /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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 861 // For in frame complexity AQ copy the segment id from the segment map.
1062 unsigned char complexity = cpi->complexity_map[mi_offset]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodeframe.c 534 // For in frame complexity AQ copy the segment id from the segment map.
761 unsigned char complexity = cpi->complexity_map[mi_offset]; local
764 if (!is_edge && (complexity > 128))
765 x->rdmult += ((x->rdmult * (complexity - 128)) / 256);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 845 // For in frame complexity AQ copy the segment id from the segment map.
1046 unsigned char complexity = cpi->complexity_map[mi_offset]; local
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 1971 Integer complexity = (Integer)map.get(MediaFormat.KEY_COMPLEXITY); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 831 milliseconds

1 2