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

  /external/libvpx/vpx/
vpx_encoder.h 274 unsigned int g_h; member in struct:vpx_codec_enc_cfg
  /external/libvpx/vp8/
vp8_cx_iface.c 141 RANGE_CHECK(cfg, g_h, 1, 16384);
200 int mb_r = (cfg->g_h + 15) / 16;
241 if ((img->d_w != ctx->cfg.g_w) || (img->d_h != ctx->cfg.g_h))
256 oxcf->Height = cfg.g_h;
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 82 mem_put_le16(header+14, cfg->g_h); /* height */
  /external/libvpx/
vpxenc.c 418 mem_put_le16(header + 14, cfg->g_h); /* height */
646 unsigned int pixelHeight = cfg->g_h;
    [all...]

Completed in 168 milliseconds