HomeSort by relevance Sort by last modified time
    Searched refs:complexity (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/chromium_org/third_party/speex/libspeex/
ltp.c 545 int complexity,
570 N=complexity;
772 int complexity,
  /external/speex/libspeex/
ltp.c 545 int complexity,
570 N=complexity;
772 int complexity,
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 204 st->silk_mode.complexity = 9;
216 celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(st->silk_mode.complexity));
989 if (st->silk_mode.complexity >= 10 && st->Fs==48000)
991 if (st->silk_mode.complexity >= 7 && st->Fs==48000)
    [all...]
  /external/libopus/src/
opus_encoder.c 204 st->silk_mode.complexity = 9;
216 celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(st->silk_mode.complexity));
989 if (st->silk_mode.complexity >= 10 && st->Fs==48000)
991 if (st->silk_mode.complexity >= 7 && st->Fs==48000)
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
control_codec.c 55 opus_int Complexity /* I */
116 /* Set encoding complexity */
118 ret += silk_setup_complexity( &psEnc->sCmn, encControl->complexity );
315 opus_int Complexity /* I */
320 /* Set encoding complexity */
321 silk_assert( Complexity >= 0 && Complexity <= 10 );
322 if( Complexity < 2 ) {
333 } else if( Complexity < 4 ) {
344 } else if( Complexity < 6 )
    [all...]
SigProc_FIX.h 252 const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest */
298 /* Laroia low complexity NLSF weights */
    [all...]
  /external/libopus/silk/
control_codec.c 55 opus_int Complexity /* I */
116 /* Set encoding complexity */
118 ret += silk_setup_complexity( &psEnc->sCmn, encControl->complexity );
315 opus_int Complexity /* I */
320 /* Set encoding complexity */
321 silk_assert( Complexity >= 0 && Complexity <= 10 );
322 if( Complexity < 2 ) {
333 } else if( Complexity < 4 ) {
344 } else if( Complexity < 6 )
    [all...]
SigProc_FIX.h 252 const opus_int complexity, /* I Complexity setting, 0-2, where 2 is highest */
298 /* Laroia low complexity NLSF weights */
    [all...]
  /external/opencv/ml/src/
mltree.cpp 822 node->complexity = 0;
    [all...]
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 85 but always increases application complexity. If you have not run into any limitations
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.js 17 // skeptical the extra complexity (and performance hit) is worth it.
  /external/chromium_org/third_party/webrtc/video_engine/
vie_codec_impl.cc 48 << ", complexity "
49 << codec.codecSpecific.VP8.complexity
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 256 switch (inst->codecSpecific.VP8.complexity) {
  /external/chromium_org/third_party/x86inc/
x86inc.asm 108 ; the code contains a few textrels, so we'll skip that complexity.
  /external/opencv/ml/include/
ml.h 691 int complexity; member in struct:CvDTreeNode
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]
webrtcvideoengine_unittest.cc 253 EXPECT_EQ(webrtc::kComplexityNormal, gcodec.codecSpecific.VP8.complexity);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodeframe.c 534 // For in frame complexity AQ copy the segment id from the segment map.
761 unsigned char complexity = cpi->complexity_map[mi_offset]; local
764 if (!is_edge && (complexity > 128))
765 x->rdmult += ((x->rdmult * (complexity - 128)) / 256);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 845 // For in frame complexity AQ copy the segment id from the segment map.
1046 unsigned char complexity = cpi->complexity_map[mi_offset]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 861 // For in frame complexity AQ copy the segment id from the segment map.
1062 unsigned char complexity = cpi->complexity_map[mi_offset]; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 523 // TODO(dmazzoni): reduce the worst-case complexity! This appears like
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
x86inc.asm 89 ; the code contains a few textrels, so we'll skip that complexity.
  /external/chromium_org/third_party/libyuv/source/
x86inc.asm 89 ; the code contains a few textrels, so we'll skip that complexity.
  /external/libvorbis/doc/
01-introduction.tex 40 encoder and simple, low-complexity decoder. Vorbis decode is

Completed in 1662 milliseconds

1 23 4