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

  /external/libvpx/vpx/
vpx_encoder.h 263 unsigned int g_w; member in struct:vpx_codec_enc_cfg
  /external/libvpx/vp8/
vp8_cx_iface.c 135 RANGE_CHECK(cfg, g_w, 2, 16384);
194 int mb_c = (cfg->g_w + 15) / 16;
233 if ((img->d_w != ctx->cfg.g_w) || (img->d_h != ctx->cfg.g_h))
247 oxcf->Width = cfg.g_w;
380 if ((cfg->g_w != ctx->cfg.g_w) || (cfg->g_h != ctx->cfg.g_h))
509 priv->cx_data_sz = priv->cfg.g_w * priv->cfg.g_h * 3 / 2 * 2;
891 ctx->preview_img.d_w = ctx->cfg.g_w;
    [all...]
  /external/libvpx/examples/
encoder_tmpl.c 81 mem_put_le16(header+12, cfg->g_w); /* width */
  /external/libvpx/
vpxenc.c 394 mem_put_le16(header + 12, cfg->g_w); /* width */
622 unsigned int pixelWidth = cfg->g_w;
    [all...]

Completed in 249 milliseconds