/external/libopus/silk/float/ |
D | pitch_analysis_core_FLP.c | 51 …opus_int complexity, /* I Complexity setting … 61 …opus_int complexity /* I Complexity setting … 77 …const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest … in silk_pitch_analysis_core_FLP() argument 115 silk_assert( complexity >= SILK_PE_MIN_COMPLEX ); in silk_pitch_analysis_core_FLP() 116 silk_assert( complexity <= SILK_PE_MAX_COMPLEX ); in silk_pitch_analysis_core_FLP() 217 length_d_srch = 4 + 2 * complexity; in silk_pitch_analysis_core_FLP() 329 if( Fs_kHz == 8 && complexity > SILK_PE_MIN_COMPLEX ) { in silk_pitch_analysis_core_FLP() 414 …silk_P_Ana_calc_corr_st3( cross_corr_st3, frame, start_lag, sf_length, nb_subfr, complexity, arch … in silk_pitch_analysis_core_FLP() 415 … silk_P_Ana_calc_energy_st3( energies_st3, frame, start_lag, sf_length, nb_subfr, complexity ); in silk_pitch_analysis_core_FLP() 423 nb_cbk_search = (opus_int)silk_nb_cbk_searchs_stage3[ complexity ]; in silk_pitch_analysis_core_FLP() [all …]
|
/external/chromium_org/third_party/opus/src/silk/float/ |
D | pitch_analysis_core_FLP.c | 51 …opus_int complexity, /* I Complexity setting … 61 …opus_int complexity /* I Complexity setting … 77 …const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest … in silk_pitch_analysis_core_FLP() argument 115 silk_assert( complexity >= SILK_PE_MIN_COMPLEX ); in silk_pitch_analysis_core_FLP() 116 silk_assert( complexity <= SILK_PE_MAX_COMPLEX ); in silk_pitch_analysis_core_FLP() 217 length_d_srch = 4 + 2 * complexity; in silk_pitch_analysis_core_FLP() 329 if( Fs_kHz == 8 && complexity > SILK_PE_MIN_COMPLEX ) { in silk_pitch_analysis_core_FLP() 414 …silk_P_Ana_calc_corr_st3( cross_corr_st3, frame, start_lag, sf_length, nb_subfr, complexity, arch … in silk_pitch_analysis_core_FLP() 415 … silk_P_Ana_calc_energy_st3( energies_st3, frame, start_lag, sf_length, nb_subfr, complexity ); in silk_pitch_analysis_core_FLP() 423 nb_cbk_search = (opus_int)silk_nb_cbk_searchs_stage3[ complexity ]; in silk_pitch_analysis_core_FLP() [all …]
|
/external/libopus/silk/fixed/ |
D | pitch_analysis_core_FIX.c | 65 opus_int complexity, /* I Complexity setting */ 75 opus_int complexity /* I Complexity setting */ 91 …const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highes… in silk_pitch_analysis_core() argument 125 silk_assert( complexity >= SILK_PE_MIN_COMPLEX ); in silk_pitch_analysis_core() 126 silk_assert( complexity <= SILK_PE_MAX_COMPLEX ); in silk_pitch_analysis_core() 245 length_d_srch = silk_ADD_LSHIFT32( 4, complexity, 1 ); in silk_pitch_analysis_core() 385 if( Fs_kHz == 8 && complexity > SILK_PE_MIN_COMPLEX ) { in silk_pitch_analysis_core() 509 nb_cbk_search = (opus_int)silk_nb_cbk_searchs_stage3[ complexity ]; in silk_pitch_analysis_core() 521 …alc_corr_st3( cross_corr_st3, input_frame_ptr, start_lag, sf_length, nb_subfr, complexity, arch ); in silk_pitch_analysis_core() 522 …P_Ana_calc_energy_st3( energies_st3, input_frame_ptr, start_lag, sf_length, nb_subfr, complexity ); in silk_pitch_analysis_core() [all …]
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
D | pitch_analysis_core_FIX.c | 65 opus_int complexity, /* I Complexity setting */ 75 opus_int complexity /* I Complexity setting */ 91 …const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highes… in silk_pitch_analysis_core() argument 125 silk_assert( complexity >= SILK_PE_MIN_COMPLEX ); in silk_pitch_analysis_core() 126 silk_assert( complexity <= SILK_PE_MAX_COMPLEX ); in silk_pitch_analysis_core() 245 length_d_srch = silk_ADD_LSHIFT32( 4, complexity, 1 ); in silk_pitch_analysis_core() 385 if( Fs_kHz == 8 && complexity > SILK_PE_MIN_COMPLEX ) { in silk_pitch_analysis_core() 509 nb_cbk_search = (opus_int)silk_nb_cbk_searchs_stage3[ complexity ]; in silk_pitch_analysis_core() 521 …alc_corr_st3( cross_corr_st3, input_frame_ptr, start_lag, sf_length, nb_subfr, complexity, arch ); in silk_pitch_analysis_core() 522 …P_Ana_calc_energy_st3( energies_st3, input_frame_ptr, start_lag, sf_length, nb_subfr, complexity ); in silk_pitch_analysis_core() [all …]
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_speed_test.cc | 82 #define ADD_TEST(complexity) \ argument 83 TEST_P(OpusSpeedTest, OpusSetComplexityTest##complexity) { \ 87 printf("Setting complexity to %d ...\n", complexity); \ 88 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_encoder_, complexity)); \
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
D | complexityMeasures.m | 35 % Compute each function's mean complexity 38 % Compute each function's maximum complexity in encoding 46 % Compute maximum complexity for a single frame (enc/dec separately and together)
|
/external/speex/libspeex/ |
D | cb_search.h | 63 int complexity, 89 int complexity,
|
D | ltp.h | 75 int complexity, 118 int complexity,
|
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 | sb_celp.h | 92 int complexity; member
|
/external/chromium_org/third_party/speex/libspeex/ |
D | cb_search.h | 63 int complexity, 89 int complexity,
|
D | ltp.h | 75 int complexity, 118 int complexity,
|
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 | sb_celp.h | 92 int complexity; member
|
/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
|
/external/libopus/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
|
/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()
|
/external/libopus/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()
|
/external/chromium_org/third_party/opus/src/ |
D | README.draft | 47 -complexity <comp> : 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/webrtc/video_engine/ |
D | vie_codec_unittest.cc | 36 video_codec->codecSpecific.VP8.complexity = kComplexityNormal; in BuildVP8Codec() 141 codec2.codecSpecific.VP8.complexity = kComplexityHigh; in TEST()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | IntArray.java | 517 int complexity = aLen <= 8 ? 1 : 2; in multiply() local 519 int width = 1 << complexity; in multiply() 520 int shifts = (32 >>> complexity); in multiply() 532 interleave(A.m_ints, 0, c, bExt, aLen, complexity); in multiply()
|
/external/chromium_org/third_party/webrtc/ |
D | common_types.h | 573 VideoCodecComplexity complexity; member 585 complexity == other.complexity &&
|