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 357 VP8D_CONFIG oxcf; local
362 oxcf.Width = ctx->si.w;
363 oxcf.Height = ctx->si.h;
364 oxcf.Version = 9;
365 oxcf.postprocess = 0;
366 oxcf.max_threads = ctx->cfg.threads;
368 optr = vp8dx_create_decompressor(&oxcf);
vp8_cx_iface.c 83 VP8_CONFIG oxcf; member in struct:vpx_codec_alg_priv
248 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf,
252 oxcf->multi_threaded = cfg.g_threads;
253 oxcf->Version = cfg.g_profile;
255 oxcf->Width = cfg.g_w;
256 oxcf->Height = cfg.g_h;
258 oxcf->frame_rate = (double)(cfg.g_timebase.den) / (double)(cfg.g_timebase.num);
260 if (oxcf->frame_rate > 180)
262 oxcf->frame_rate = 30;
265 oxcf->error_resilient_mode = cfg.g_error_resilient
    [all...]
  /external/libvpx/vp8/encoder/
onyx_int.h 281 VP8_CONFIG oxcf; member in struct:__anon8495
396 int active_arnr_frames; // <= cpi->oxcf.arnr_max_frames

Completed in 120 milliseconds