Searched defs:decimation_factor (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dmerge.cc267 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/
H A Dvp9_ratectrl.h123 int decimation_factor; member in struct:__anon11963
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h440 int decimation_factor; member in struct:VP8_COMP

Completed in 506 milliseconds