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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge.cc 267 int decimation_factor = fs_hz_ / 4000; local
288 decimation_factor, kCompensateDelay);
293 // errors? I.e., (temp_len + decimation_factor - 1) / decimation_factor?
294 size_t downsamp_temp_len = temp_len / decimation_factor;
298 decimation_factor, kCompensateDelay);
305 num_coefficients, decimation_factor,
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 123 int decimation_factor; member in struct:__anon24804
vp9_ratectrl.c 407 if ((rc->buffer_level > drop_mark) && (rc->decimation_factor > 0)) {
408 --rc->decimation_factor;
409 } else if (rc->buffer_level <= drop_mark && rc->decimation_factor == 0) {
410 rc->decimation_factor = 1;
412 if (rc->decimation_factor > 0) {
417 rc->decimation_count = rc->decimation_factor;
    [all...]
vp9_svc_layercontext.c 84 lrc->decimation_factor = 0;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
onyx_int.h 440 int decimation_factor; member in struct:VP8_COMP
ratectrl.c 856 cpi->decimation_factor, cpi->common.horiz_scale,
    [all...]

Completed in 90 milliseconds