Searched refs:g_w (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/vpx/
H A Dvpx_encoder.h264 unsigned int g_w; member in struct:vpx_codec_enc_cfg
/external/libvpx/vp8/
H A Dvp8_cx_iface.c140 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;
/external/libvpx/examples/
H A Dencoder_tmpl.c81 mem_put_le16(header+12, cfg->g_w); /* width */
/external/libvpx/
H A Dvpxenc.c417 mem_put_le16(header + 12, cfg->g_w); /* width */
645 unsigned int pixelWidth = cfg->g_w;
1245 cfg.g_w = 0;
1259 cfg.g_w = arg_parse_uint(&arg);
1412 cfg.g_w = y4m.pic_w;
1433 file_is_ivf(infile, &fourcc, &cfg.g_w, &cfg.g_h, &detect))
1454 if(!cfg.g_w || !cfg.g_h)
1474 SHOW(g_w);
1510 cfg.g_w, cfg.g_h, 1);

Completed in 98 milliseconds