| /external/chromium_org/third_party/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
|
| /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
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/ |
| opus_speed_test.cc | 82 #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/ |
| 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:__anon19328
|
| /external/libopus/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:__anon8239
|
| /external/chromium_org/third_party/opus/src/silk/float/ |
| 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 */ 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; [all...] |
| SigProc_FLP.h | 96 const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest */
|
| /external/libopus/silk/float/ |
| 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 */ 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; [all...] |
| SigProc_FLP.h | 96 const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest */
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
| 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/chromium_org/third_party/opus/src/silk/fixed/ |
| 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 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 ) [all...] |
| /external/libopus/silk/fixed/ |
| 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 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 ) [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));
|
| /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));
|
| /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
| vop.cpp | 552 mp4dec_log("DecodeVOLHeader(): Shape Complexity estimation is not supported.\n"); 559 currVol->complexity.text_1 = BitstreamReadBits16(stream, 4); 567 currVol->complexity.text_2 = BitstreamReadBits16(stream, 4); 573 currVol->complexity.mc = BitstreamReadBits16(stream, 6); 912 if ((currVol->complexity.text_1 >> 3) & 0x1) /* intra */ 914 if (currVol->complexity.text_1 & 0x1) /* not_coded */ 916 if ((currVol->complexity.text_2 >> 3) & 0x1) /* dct_coefs */ 918 if ((currVol->complexity.text_2 >> 2) & 0x1) /* dct_lines */ 920 if ((currVol->complexity.text_2 >> 1) & 0x1) /* vlc_symbols */ 922 if (currVol->complexity.text_2 & 0x1) /* vlc_bits * [all...] |
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/interface/ |
| opus_interface.h | 81 * 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/ |
| vie_codec_unittest.cc | 36 video_codec->codecSpecific.VP8.complexity = kComplexityNormal; 139 // complexity 141 codec2.codecSpecific.VP8.complexity = kComplexityHigh;
|