HomeSort by relevance Sort by last modified time
    Searched refs:dtx (Results 1 - 20 of 20) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ol_ltp.cpp 97 dtx = Data of type 'Flag' used for dtx. Use dtx=1, do not use dtx=0
140 Flag dtx // i : dtx flag; use dtx=1, do not use dtx=0
151 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx);
158 idx, dtx);
    [all...]
sp_enc.h 113 Flag dtx; member in struct:__anon38826
125 Flag dtx,
ol_ltp.h 114 Flag dtx, /* i : dtx flag; use dtx=1, do not use dtx=0 */
pitch_ol.h 111 Flag dtx, /* i : dtx flag; use dtx=1, do not use dtx=0 */
pitch_ol.cpp 102 dtx = dtx flag; equal to 1, if dtx is enabled, 0, otherwise (Flag)
132 dtx = dtx flag; equal to 1, if dtx is enabled, 0, otherwise (Flag)
186 Flag dtx // i : dtx flag; use dtx=1, do not use dtx=
    [all...]
sp_enc.cpp 112 dtx = flag to turn off or turn on DTX (Flag)
120 dtx field of the structure pointed to by the pointer pointed to by state
121 is set to the input dtx
155 Flag dtx,
177 s->dtx = dtx;
180 cod_amr_init(&s->cod_amr_state, s->dtx)) {
216 Flag dtx,
240 s->dtx = dtx
    [all...]
cod_amr.h 161 Flag dtx; member in struct:__anon38815
194 Word16 cod_amr_init(cod_amrState **st, Flag dtx);
p_ol_wgh.cpp 424 dtx = dtx flag; equal to 1, if dtx is enabled, 0, otherwise (Flag)
477 Flag dtx // i : dtx flag; use dtx=1, do not use dtx=0
527 if (dtx)
582 Flag dtx, /* i : dtx flag; use dtx=1, do not use dtx=0 *
    [all...]
cod_amr.cpp 192 int cod_amr_init (cod_amrState **state, Flag dtx)
216 s->dtx = dtx;
265 Word16 cod_amr_init(cod_amrState **state, Flag dtx)
292 s->dtx = dtx;
869 // DTX processing
870 if (st->dtx)
914 // Check if in DTX mode
951 if (st->dtx)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
p_ol_wgh.h 136 Flag dtx, /* i : dtx flag; use dtx=1, do not use dtx=0 */
  /external/icu/icu4c/source/layout/
AnchorTables.cpp 89 const DeviceTable *dtx = (const DeviceTable *) ((char *) this + dtxOffset); local
90 le_int16 adjx = dtx->getAdjustment((le_int16) fontInstance->getXPixelsPerEm());
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
delay_test.cc 37 DEFINE_bool(dtx, false, "Enable DTX at the sender side.");
52 bool dtx; member in struct:webrtc::__anon20462::AcmSettings
139 "ACM: DTX %s, FEC %s\n"
142 config.codec.num_channels, config.acm.dtx ? "on" : "off",
162 ASSERT_EQ(0, acm_a_->SetVAD(config.dtx, config.dtx, VADAggr)) <<
263 test_setting.acm.dtx = FLAGS_dtx;
APITest.cc 659 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d", dtxEnabled ? "ON" : "OFF",
665 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d => bit-rate %3.0f kbps\n",
673 fprintf(stderr, ">>> Error Enabling DTX <<<\n");
690 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d", dtxEnabled ? "ON" : "OFF",
696 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d => bit-rate %3.0f kbps\n",
704 fprintf(stderr, ">>> Error Enabling DTX <<<\n");
1028 bool* dtx; local
1044 dtx = &_sendDTXA;
1051 dtx = &_sendDTXB;
1065 *dtx = true
1132 bool* dtx; local
    [all...]
TestStereo.cc 144 bool dtx; local
191 // Start with setting VAD/DTX, before we know we will send stereo.
193 // VAD/DTX gets turned off.
195 EXPECT_EQ(0, acm_a_->VAD(&dtx, &vad, &vad_mode));
196 EXPECT_TRUE(dtx);
200 EXPECT_EQ(0, acm_a_->VAD(&dtx, &vad, &vad_mode));
201 EXPECT_FALSE(dtx);
337 // Test that VAD/DTX cannot be turned on while sending stereo.
339 EXPECT_EQ(0, acm_a_->VAD(&dtx, &vad, &vad_mode));
340 EXPECT_FALSE(dtx);
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
sb_celp.c 319 spx_int32_t dtx; local
366 speex_encoder_ctl(st->st_low, SPEEX_GET_LOW_MODE, &dtx);
368 if (dtx==0)
369 dtx=1;
371 dtx=0;
426 if ((st->vbr_enabled || st->vad_enabled) && !dtx)
506 if (dtx)
513 if (dtx || st->submodes[st->submodeID] == NULL)
525 if (dtx)
835 static void sb_decode_lost(SBDecState *st, spx_word16_t *out, int dtx, char *stack
885 spx_int32_t dtx; local
    [all...]
  /external/speex/libspeex/
sb_celp.c 319 spx_int32_t dtx; local
366 speex_encoder_ctl(st->st_low, SPEEX_GET_LOW_MODE, &dtx);
368 if (dtx==0)
369 dtx=1;
371 dtx=0;
426 if ((st->vbr_enabled || st->vad_enabled) && !dtx)
506 if (dtx)
513 if (dtx || st->submodes[st->submodeID] == NULL)
525 if (dtx)
835 static void sb_decode_lost(SBDecState *st, spx_word16_t *out, int dtx, char *stack
885 spx_int32_t dtx; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
Android.mk 17 src/dtx.c \
  /external/chromium_org/third_party/skia/samplecode/
SampleWarp.cpp 289 const SkScalar dtx = texture.width() / rows; local
297 tex->set(texture.fLeft + x*dtx, texture.fTop + y*dty);
  /external/skia/samplecode/
SampleWarp.cpp 289 const SkScalar dtx = texture.width() / rows; local
297 tex->set(texture.fLeft + x*dtx, texture.fTop + y*dty);
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1133 milliseconds