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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 68 int decimation_factor; member in struct:__anon40754
vp9_ratectrl.c 255 (rc->decimation_factor > 0)) {
256 --rc->decimation_factor;
258 rc->decimation_factor == 0) {
259 rc->decimation_factor = 1;
261 if (rc->decimation_factor > 0) {
266 rc->decimation_count = rc->decimation_factor;
    [all...]
vp9_svc_layercontext.c 43 lrc->decimation_factor = 0;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
merge.cc 250 int decimation_factor = fs_hz_ / 4000; local
271 decimation_factor, kCompensateDelay);
276 // errors? I.e., (temp_len + decimation_factor - 1) / decimation_factor?
277 int16_t downsamp_temp_len = temp_len / decimation_factor;
281 decimation_factor, kCompensateDelay);
288 num_coefficients, decimation_factor,
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 71 int decimation_factor; member in struct:__anon29572
vp9_ratectrl.c 251 (rc->decimation_factor > 0)) {
252 --rc->decimation_factor;
254 rc->decimation_factor == 0) {
255 rc->decimation_factor = 1;
257 if (rc->decimation_factor > 0) {
262 rc->decimation_count = rc->decimation_factor;
    [all...]
vp9_svc_layercontext.c 44 lrc->decimation_factor = 0;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.h 81 int decimation_factor; member in struct:__anon17809
vp9_ratectrl.c 330 (rc->decimation_factor > 0)) {
331 --rc->decimation_factor;
333 rc->decimation_factor == 0) {
334 rc->decimation_factor = 1;
336 if (rc->decimation_factor > 0) {
341 rc->decimation_count = rc->decimation_factor;
    [all...]
vp9_svc_layercontext.c 49 lrc->decimation_factor = 0;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c     [all...]
onyx_int.h 463 int decimation_factor; member in struct:VP8_COMP
ratectrl.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
onyx_int.h 466 int decimation_factor; member in struct:VP8_COMP
ratectrl.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c     [all...]
onyx_int.h 466 int decimation_factor; member in struct:VP8_COMP
ratectrl.c     [all...]

Completed in 583 milliseconds