/external/chromium_org/third_party/opus/src/silk/float/ |
D | 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 … in silk_pitch_analysis_core_FLP() argument 113 silk_assert( complexity >= SILK_PE_MIN_COMPLEX ); in silk_pitch_analysis_core_FLP() 114 silk_assert( complexity <= SILK_PE_MAX_COMPLEX ); in silk_pitch_analysis_core_FLP() 215 length_d_srch = 4 + 2 * complexity; in silk_pitch_analysis_core_FLP() 327 if( Fs_kHz == 8 && complexity > SILK_PE_MIN_COMPLEX ) { in silk_pitch_analysis_core_FLP() 412 … silk_P_Ana_calc_corr_st3( cross_corr_st3, frame, start_lag, sf_length, nb_subfr, complexity ); in silk_pitch_analysis_core_FLP() 413 … silk_P_Ana_calc_energy_st3( energies_st3, frame, start_lag, sf_length, nb_subfr, complexity ); in silk_pitch_analysis_core_FLP() 421 nb_cbk_search = (opus_int)silk_nb_cbk_searchs_stage3[ complexity ]; in silk_pitch_analysis_core_FLP() [all …]
|
D | 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/ |
D | pitch_analysis_core_FIX.c | 65 opus_int complexity /* I Complexity setting */ 74 opus_int complexity /* I Complexity setting */ 90 …const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highes… in silk_pitch_analysis_core() argument 123 silk_assert( complexity >= SILK_PE_MIN_COMPLEX ); in silk_pitch_analysis_core() 124 silk_assert( complexity <= SILK_PE_MAX_COMPLEX ); in silk_pitch_analysis_core() 243 length_d_srch = silk_ADD_LSHIFT32( 4, complexity, 1 ); in silk_pitch_analysis_core() 383 if( Fs_kHz == 8 && complexity > SILK_PE_MIN_COMPLEX ) { in silk_pitch_analysis_core() 507 nb_cbk_search = (opus_int)silk_nb_cbk_searchs_stage3[ complexity ]; in silk_pitch_analysis_core() 519 …_Ana_calc_corr_st3( cross_corr_st3, input_frame_ptr, start_lag, sf_length, nb_subfr, complexity ); in silk_pitch_analysis_core() 520 …P_Ana_calc_energy_st3( energies_st3, input_frame_ptr, start_lag, sf_length, nb_subfr, complexity ); in silk_pitch_analysis_core() [all …]
|
/external/speex/libspeex/ |
D | cb_search.h | 63 int complexity, 89 int complexity,
|
D | ltp.h | 75 int complexity, 118 int complexity,
|
D | sb_celp.h | 92 int complexity; member
|
D | nb_celp.c | 203 st->complexity=2; in nb_encoder_init() 353 …if (!st->submodes[st->submodeID] || (st->complexity>2 && SUBMODE(have_subframe_gain)<3) || SUBMODE… in nb_encode() 719 if (st->complexity==0) in nb_encode() 748 if (st->complexity==0) in nb_encode() 793 … exc, syn_resp, st->complexity, 0, st->plc_tuning, &st->cumul_gain); in nb_encode() 847 innov, syn_resp, bits, stack, st->complexity, SUBMODE(double_codebook)); in nb_encode() 865 innov2, syn_resp, bits, stack, st->complexity, 0); in nb_encode() 883 if (st->complexity!=0) in nb_encode() 1662 st->complexity = (*(spx_int32_t*)ptr); in nb_encoder_ctl() 1663 if (st->complexity<0) in nb_encoder_ctl() [all …]
|
D | nb_celp.h | 111 … int complexity; /**< Complexity setting (0-10 from least complex to most complex) */ member
|
D | sb_celp.c | 266 st->complexity=2; in sb_encoder_init() 696 … innov, syn_resp, bits, stack, st->complexity, SUBMODE(double_codebook)); in sb_encode() 711 innov2, syn_resp, bits, stack, st->complexity, 0); in sb_encode() 1211 st->complexity = (*(spx_int32_t*)ptr); in sb_encoder_ctl() 1212 if (st->complexity<1) in sb_encoder_ctl() 1213 st->complexity=1; in sb_encoder_ctl() 1216 (*(spx_int32_t*)ptr) = st->complexity; in sb_encoder_ctl()
|
D | cb_search.c | 254 int complexity, in split_cb_search_shape_sign() argument 288 N=complexity; in split_cb_search_shape_sign() 584 int complexity, in noise_codebook_quant() argument
|
D | ltp.c | 545 int complexity, in pitch_search_3tap() argument 570 N=complexity; in pitch_search_3tap() 772 int complexity, in forced_pitch_quant() argument
|
/external/chromium_org/third_party/opus/src/silk/ |
D | check_control_input.c | 100 if( encControl->complexity < 0 || encControl->complexity > 10 ) { in check_control_input()
|
D | control.h | 75 opus_int complexity; member
|
D | enc_API.c | 122 encStatus->complexity = state_Fxx[ 0 ].sCmn.Complexity; in silk_QueryEncoder() 210 tmp_complexity = encControl->complexity; in silk_Encode() 211 encControl->complexity = 0; in silk_Encode() 541 encControl->complexity = tmp_complexity; in silk_Encode()
|
/external/chromium_org/third_party/opus/src/celt/ |
D | opus_custom_demo.c | 54 int complexity; in main() local 124 complexity=atoi(argv[5]); in main() 125 opus_custom_encoder_ctl(enc,OPUS_SET_COMPLEXITY(complexity)); in main()
|
D | celt_encoder.c | 67 int complexity; member 201 st->complexity = 5; in opus_custom_encoder_init() 1462 …&& st->complexity >= 5 && !(st->consec_transient && LM!=3 && st->variable_duration==OPUS_FRAMESIZE… in celt_encode_with_ec() 1490 if (st->complexity >= 1 && !st->lfe) in celt_encode_with_ec() 1508 secondMdct = shortBlocks && st->complexity>=8; in celt_encode_with_ec() 1641 if (LM>0 && ec_tell(enc)+3<=total_bits && !isTransient && st->complexity>=5 && !st->lfe) in celt_encode_with_ec() 1667 if (effectiveBytes>=15*C && st->start==0 && st->complexity>=2 && !st->lfe) in celt_encode_with_ec() 1693 &st->delayedIntra, st->complexity >= 4, st->loss_rate, st->lfe); in celt_encode_with_ec() 1703 } else if (shortBlocks || st->complexity < 3 || nbAvailableBytes < 10*C || st->start != 0) in celt_encode_with_ec() 1705 if (st->complexity == 0) in celt_encode_with_ec() [all …]
|
/external/chromium_org/third_party/opus/src/ |
D | README.draft | 47 -complexity <comp> : complexity, 0 (lowest) ... 10 (highest); default: 10
|
D | README | 88 -complexity <comp> 89 : complexity, 0 (lowest) ... 10 (highest); default: 10
|
/external/webrtc/src/ |
D | common_types.h | 491 VideoCodecComplexity complexity; member 507 VideoCodecComplexity complexity; member
|
/external/chromium_org/third_party/opus/src/src/ |
D | opus_demo.c | 242 int complexity; in main() local 342 complexity = 10; in main() 402 complexity = atoi( argv[ args + 1 ] ); in main() 540 opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity)); in main()
|
D | opus_encoder.c | 204 st->silk_mode.complexity = 9; in opus_encoder_init() 215 celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(st->silk_mode.complexity)); in opus_encoder_init() 1021 if (st->silk_mode.complexity >= 10 && st->Fs==48000) in opus_encode_native() 1023 if (st->silk_mode.complexity >= 7 && st->Fs==48000) in opus_encode_native() 1264 equiv_rate2 = equiv_rate2 * (45+st->silk_mode.complexity)/50; in opus_encode_native() 2200 st->silk_mode.complexity = value; in opus_encoder_ctl() 2211 *value = st->silk_mode.complexity; in opus_encoder_ctl()
|
/external/skia/bench/ |
D | PathBench.cpp | 42 virtual int complexity() { return 0; } in complexity() function in PathBench 69 count >>= (3 * complexity()); in onDraw() 170 virtual int complexity() SK_OVERRIDE { return 1; } in complexity() function in SawToothPathBench 193 virtual int complexity() SK_OVERRIDE { return 2; } in complexity() function in LongCurvedPathBench 212 virtual int complexity() SK_OVERRIDE { return 2; } in complexity() function in LongLinePathBench
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 712 UInt64 complexity = 0; in Update() local 761 complexity += db->GetFolderFullPackSize(i); in Update() 764 complexity += repackSize; in Update() 781 complexity += ui.Size; in Update() 796 RINOK(updateCallback->SetTotal(complexity)); in Update()
|
/external/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 16 complexity. We need a way to specify the later is more profitable.
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 653 unsigned complexity, unsigned uid) in PatternToMatch() argument 655 Dstregs(dstregs), AddedComplexity(complexity), ID(uid) {} in PatternToMatch()
|