Searched refs:dtx (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/experimental/lowp-basic/ |
H A D | bilerp-study.cpp | 48 double dtx(tx), dty(ty); in golden_bilerp2() 50 double top = (1.0 - dtx) * p00 + dtx * p10; in golden_bilerp2() 51 double bottom = (1.0 - dtx) * p01 + dtx * p11; in golden_bilerp2()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libspeexenc.c | 96 /* TODO: Think about converting abr, vad, dtx and such flags to a bit field */ 107 int dtx; ///< flag to enable DTX member 143 av_log(avctx, AV_LOG_DEBUG, "discontinuous transmission: %d\n", s->dtx); in print_enc_params() 222 if (s->dtx) { in encode_init() 223 speex_encoder_ctl(s->enc_state, SPEEX_SET_DTX, &s->dtx); in encode_init() 334 { "dtx", "Discontinuous Transmission", OFFSET(dtx), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AE },
|
Completed in 1 milliseconds