Searched refs:complexity (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/speex/libspeex/
H A Dcb_search.h63 int complexity,
89 int complexity,
H A Dltp.h75 int complexity,
118 int complexity,
H A Dsb_celp.h92 int complexity; member in struct:SBEncState
H A Dnb_celp.h111 int complexity; /**< Complexity setting (0-10 from least complex to most complex) */ member in struct:EncState
/external/speex/libspeex/
H A Dcb_search.h63 int complexity,
89 int complexity,
H A Dltp.h75 int complexity,
118 int complexity,
H A Dsb_celp.h92 int complexity; member in struct:SBEncState
H A Dnb_celp.h111 int complexity; /**< Complexity setting (0-10 from least complex to most complex) */ member in struct:EncState
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_speed_test.cc82 #define ADD_TEST(complexity) \
83 TEST_P(OpusSpeedTest, OpusSetComplexityTest##complexity) { \
86 /* Set complexity. */ \
87 printf("Setting complexity to %d ...\n", complexity); \
88 EXPECT_EQ(0, WebRtcOpus_SetComplexity(opus_encoder_, complexity)); \
/external/chromium_org/third_party/opus/src/silk/
H A Dcheck_control_input.c100 if( encControl->complexity < 0 || encControl->complexity > 10 ) {
H A Dcontrol.h74 /* I: Complexity mode; 0 is lowest, 10 is highest complexity */
75 opus_int complexity; member in struct:__anon14710
/external/libopus/silk/
H A Dcheck_control_input.c100 if( encControl->complexity < 0 || encControl->complexity > 10 ) {
H A Dcontrol.h74 /* I: Complexity mode; 0 is lowest, 10 is highest complexity */
75 opus_int complexity; member in struct:__anon24541
/external/chromium_org/third_party/opus/src/silk/float/
H A Dpitch_analysis_core_FLP.c51 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 */
114 /* Check for valid complexity setting */
115 silk_assert( complexity >= SILK_PE_MIN_COMPLEX );
116 silk_assert( complexity <= SILK_PE_MAX_COMPLEX );
217 length_d_srch = 4 + 2 * complexity;
329 if( Fs_kHz == 8 && complexity > SILK_PE_MIN_COMPLEX ) {
414 silk_P_Ana_calc_corr_st3( cross_corr_st3, frame, start_lag, sf_length, nb_subfr, complexity, arch );
415 silk_P_Ana_calc_energy_st3( energies_st3, frame, start_lag, sf_length, nb_subfr, complexity );
67 silk_pitch_analysis_core_FLP( const silk_float *frame, opus_int *pitch_out, opus_int16 *lagIndex, opus_int8 *contourIndex, silk_float *LTPCorr, opus_int prevLag, const silk_float search_thres1, const silk_float search_thres2, const opus_int Fs_kHz, const opus_int complexity, const opus_int nb_subfr, int arch ) argument
492 silk_P_Ana_calc_corr_st3( silk_float cross_corr_st3[ PE_MAX_NB_SUBFR ][ PE_NB_CBKS_STAGE3_MAX ][ PE_NB_STAGE3_LAGS ], const silk_float frame[], opus_int start_lag, opus_int sf_length, opus_int nb_subfr, opus_int complexity, int arch ) argument
[all...]
H A DSigProc_FLP.h96 const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest */
/external/libopus/silk/float/
H A Dpitch_analysis_core_FLP.c51 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 */
114 /* Check for valid complexity setting */
115 silk_assert( complexity >= SILK_PE_MIN_COMPLEX );
116 silk_assert( complexity <= SILK_PE_MAX_COMPLEX );
217 length_d_srch = 4 + 2 * complexity;
329 if( Fs_kHz == 8 && complexity > SILK_PE_MIN_COMPLEX ) {
414 silk_P_Ana_calc_corr_st3( cross_corr_st3, frame, start_lag, sf_length, nb_subfr, complexity, arch );
415 silk_P_Ana_calc_energy_st3( energies_st3, frame, start_lag, sf_length, nb_subfr, complexity );
67 silk_pitch_analysis_core_FLP( const silk_float *frame, opus_int *pitch_out, opus_int16 *lagIndex, opus_int8 *contourIndex, silk_float *LTPCorr, opus_int prevLag, const silk_float search_thres1, const silk_float search_thres2, const opus_int Fs_kHz, const opus_int complexity, const opus_int nb_subfr, int arch ) argument
492 silk_P_Ana_calc_corr_st3( silk_float cross_corr_st3[ PE_MAX_NB_SUBFR ][ PE_NB_CBKS_STAGE3_MAX ][ PE_NB_STAGE3_LAGS ], const silk_float frame[], opus_int start_lag, opus_int sf_length, opus_int nb_subfr, opus_int complexity, int arch ) argument
[all...]
H A DSigProc_FLP.h96 const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest */
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A DcomplexityMeasures.m35 % 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/chromium_org/third_party/opus/src/silk/fixed/
H A Dpitch_analysis_core_FIX.c65 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 highest */
124 /* Check for valid complexity setting */
125 silk_assert( complexity >= SILK_PE_MIN_COMPLEX );
126 silk_assert( complexity <= SILK_PE_MAX_COMPLEX );
245 length_d_srch = silk_ADD_LSHIFT32( 4, complexity, 1 );
385 if( Fs_kHz == 8 && complexity > SILK_PE_MIN_COMPLEX ) {
507 /* Set up codebook parameters according to complexity setting and frame length */
509 nb_cbk_search = (opus_int)silk_nb_cbk_searchs_stage3[ complexity ];
81 silk_pitch_analysis_core( const opus_int16 *frame, opus_int *pitch_out, opus_int16 *lagIndex, opus_int8 *contourIndex, opus_int *LTPCorr_Q15, opus_int prevLag, const opus_int32 search_thres1_Q16, const opus_int search_thres2_Q13, const opus_int Fs_kHz, const opus_int complexity, const opus_int nb_subfr, int arch ) argument
596 silk_P_Ana_calc_corr_st3( silk_pe_stage3_vals cross_corr_st3[], const opus_int16 frame[], opus_int start_lag, opus_int sf_length, opus_int nb_subfr, opus_int complexity, int arch ) argument
[all...]
/external/libopus/silk/fixed/
H A Dpitch_analysis_core_FIX.c65 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 highest */
124 /* Check for valid complexity setting */
125 silk_assert( complexity >= SILK_PE_MIN_COMPLEX );
126 silk_assert( complexity <= SILK_PE_MAX_COMPLEX );
245 length_d_srch = silk_ADD_LSHIFT32( 4, complexity, 1 );
385 if( Fs_kHz == 8 && complexity > SILK_PE_MIN_COMPLEX ) {
507 /* Set up codebook parameters according to complexity setting and frame length */
509 nb_cbk_search = (opus_int)silk_nb_cbk_searchs_stage3[ complexity ];
81 silk_pitch_analysis_core( const opus_int16 *frame, opus_int *pitch_out, opus_int16 *lagIndex, opus_int8 *contourIndex, opus_int *LTPCorr_Q15, opus_int prevLag, const opus_int32 search_thres1_Q16, const opus_int search_thres2_Q13, const opus_int Fs_kHz, const opus_int complexity, const opus_int nb_subfr, int arch ) argument
596 silk_P_Ana_calc_corr_st3( silk_pe_stage3_vals cross_corr_st3[], const opus_int16 frame[], opus_int start_lag, opus_int sf_length, opus_int nb_subfr, opus_int complexity, int arch ) argument
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dopus_custom_demo.c54 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));
/external/libopus/celt/
H A Dopus_custom_demo.c54 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));
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/interface/
H A Dopus_interface.h81 * complexity. This will affect the audio bandwidth in the coded audio. However,
133 * This function adjusts the computational complexity. The effect is the same as
134 * calling the complexity setting of Opus as an Opus encoder related CTL.
138 * - complexity : New target complexity (0-10, inclusive)
143 int16_t WebRtcOpus_SetComplexity(OpusEncInst* inst, int32_t complexity);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_codec_unittest.cc36 video_codec->codecSpecific.VP8.complexity = kComplexityNormal;
139 // complexity
141 codec2.codecSpecific.VP8.complexity = kComplexityHigh;
/external/webrtc/src/
H A Dcommon_types.h491 VideoCodecComplexity complexity; member in struct:webrtc::VideoCodecH264
507 VideoCodecComplexity complexity; member in struct:webrtc::VideoCodecVP8

Completed in 1779 milliseconds

123