HomeSort by relevance Sort by last modified time
    Searched defs:oxcf (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/decoder/
onyxd_int.h 78 VP8D_CONFIG oxcf; member in struct:VP8Decompressor
  /external/libvpx/vp8/
vp8_dx_iface.c 381 VP8D_CONFIG oxcf; local
386 oxcf.Width = ctx->si.w;
387 oxcf.Height = ctx->si.h;
388 oxcf.Version = 9;
389 oxcf.postprocess = 0;
390 oxcf.max_threads = ctx->cfg.threads;
392 optr = vp8dx_create_decompressor(&oxcf);
vp8_cx_iface.c 79 VP8_CONFIG oxcf; member in struct:vpx_codec_alg_priv
240 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf,
244 oxcf->multi_threaded = cfg.g_threads;
245 oxcf->Version = cfg.g_profile;
247 oxcf->Width = cfg.g_w;
248 oxcf->Height = cfg.g_h;
250 oxcf->frame_rate = (double)(cfg.g_timebase.den) / (double)(cfg.g_timebase.num);
252 if (oxcf->frame_rate > 180)
254 oxcf->frame_rate = 30;
257 oxcf->error_resilient_mode = cfg.g_error_resilient
    [all...]
  /external/libvpx/vp8/encoder/
onyx_int.h 270 VP8_CONFIG oxcf; member in struct:__anon5136
388 int active_arnr_frames; // <= cpi->oxcf.arnr_max_frames

Completed in 959 milliseconds