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 264 unsigned int g_w; member in struct:vpx_codec_enc_cfg
  /external/libvpx/vp8/
vp8_cx_iface.c 140 RANGE_CHECK(cfg, g_w, 1, 16384);
201 int mb_c = (cfg->g_w + 15) / 16;
241 if ((img->d_w != ctx->cfg.g_w) || (img->d_h != ctx->cfg.g_h))
255 oxcf->Width = cfg.g_w;
394 if ((cfg->g_w != ctx->cfg.g_w) || (cfg->g_h != ctx->cfg.g_h))
528 priv->cx_data_sz = priv->cfg.g_w * priv->cfg.g_h * 3 / 2 * 2;
    [all...]
  /external/libvpx/examples/
encoder_tmpl.c 81 mem_put_le16(header+12, cfg->g_w); /* width */
  /external/libvpx/
vpxenc.c 417 mem_put_le16(header + 12, cfg->g_w); /* width */
645 unsigned int pixelWidth = cfg->g_w;
    [all...]

Completed in 28 milliseconds