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

  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 104 vpx_codec_priv_enc_mr_cfg_t mr_cfg; local
114 mr_cfg.mr_low_res_mode_info = mem_loc;
115 mr_cfg.mr_total_resolutions = num_enc;
116 mr_cfg.mr_encoder_id = num_enc-1-i;
117 mr_cfg.mr_down_sampling_factor.num = dsf->num;
118 mr_cfg.mr_down_sampling_factor.den = dsf->den;
124 if(mr_cfg.mr_encoder_id)
132 res = ctx->iface->init(ctx, &mr_cfg);
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 288 vpx_codec_priv_enc_mr_cfg_t *mr_cfg)
383 /* When mr_cfg is NULL, oxcf->mr_total_resolutions and oxcf->mr_encoder_id
387 if(mr_cfg)
389 oxcf->mr_total_resolutions = mr_cfg->mr_total_resolutions;
390 oxcf->mr_encoder_id = mr_cfg->mr_encoder_id;
391 oxcf->mr_down_sampling_factor.num = mr_cfg->mr_down_sampling_factor.num;
392 oxcf->mr_down_sampling_factor.den = mr_cfg->mr_down_sampling_factor.den;
393 oxcf->mr_low_res_mode_info = mr_cfg->mr_low_res_mode_info;
576 vpx_codec_priv_enc_mr_cfg_t *mr_cfg)
635 if(mr_cfg)
    [all...]

Completed in 283 milliseconds