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

1 2

  /external/speex/libspeex/
cb_search.h 63 int complexity,
89 int complexity,
ltp.h 75 int complexity,
118 int complexity,
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
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/opus/src/silk/
check_control_input.c 100 if( encControl->complexity < 0 || encControl->complexity > 10 ) {
control.h 74 /* I: Complexity mode; 0 is lowest, 10 is highest complexity */
75 opus_int complexity; member in struct:__anon15679
enc_API.c 121 encStatus->complexity = state_Fxx[ 0 ].sCmn.Complexity;
206 tmp_complexity = encControl->complexity;
207 encControl->complexity = 0;
529 encControl->complexity = tmp_complexity;
control_codec.c 54 opus_int Complexity /* I */
115 /* Set encoding complexity */
117 ret += silk_setup_complexity( &psEnc->sCmn, encControl->complexity );
304 opus_int Complexity /* I */
309 /* Set encoding complexity */
310 silk_assert( Complexity >= 0 && Complexity <= 10 );
311 if( Complexity < 2 ) {
322 } else if( Complexity < 4 ) {
333 } else if( Complexity < 6 )
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
pitch_analysis_core_FLP.c 51 opus_int complexity /* I Complexity setting */
60 opus_int complexity /* I Complexity setting */
76 const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest */
111 /* Check for valid complexity setting */
112 silk_assert( complexity >= SILK_PE_MIN_COMPLEX );
113 silk_assert( complexity <= SILK_PE_MAX_COMPLEX );
211 length_d_srch = 4 + 2 * complexity;
    [all...]
SigProc_FLP.h 96 const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest */
  /external/chromium_org/third_party/opus/src/silk/fixed/
pitch_analysis_core_FIX.c 50 opus_int complexity /* I Complexity setting */
59 opus_int complexity /* I Complexity setting */
81 const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest */
112 /* Check for valid complexity setting */
113 silk_assert( complexity >= SILK_PE_MIN_COMPLEX );
114 silk_assert( complexity <= SILK_PE_MAX_COMPLEX );
236 length_d_srch = silk_ADD_LSHIFT32( 4, complexity, 1 )
    [all...]
  /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));
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vop.cpp 548 mp4dec_log("DecodeVOLHeader(): Shape Complexity estimation is not supported.\n");
555 currVol->complexity.text_1 = BitstreamReadBits16(stream, 4);
563 currVol->complexity.text_2 = BitstreamReadBits16(stream, 4);
569 currVol->complexity.mc = BitstreamReadBits16(stream, 6);
908 if ((currVol->complexity.text_1 >> 3) & 0x1) /* intra */
910 if (currVol->complexity.text_1 & 0x1) /* not_coded */
912 if ((currVol->complexity.text_2 >> 3) & 0x1) /* dct_coefs */
914 if ((currVol->complexity.text_2 >> 2) & 0x1) /* dct_lines */
916 if ((currVol->complexity.text_2 >> 1) & 0x1) /* vlc_symbols */
918 if (currVol->complexity.text_2 & 0x1) /* vlc_bits *
    [all...]
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/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/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));
opus_encoder.c 183 st->silk_mode.complexity = 10;
690 /* Adjust the threshold +/- 10% depending on complexity */
691 equiv_rate2 = equiv_rate2 * (45+st->silk_mode.complexity)/50;
    [all...]
  /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 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/llvm/utils/TableGen/
CodeGenDAGPatterns.h 653 unsigned complexity, unsigned uid)
655 Dstregs(dstregs), AddedComplexity(complexity), ID(uid) {}
662 unsigned AddedComplexity; // Add to matching pattern complexity.
674 /// 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 884 milliseconds

1 2