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

  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 60 cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1)) {
204 cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1)) {
pickinter.c 497 if (cpi->oxcf.mr_encoder_id == (cpi->oxcf.mr_total_resolutions - 1))
722 // this higher resol (|cpi->oxcf.mr_encoder_id| > 0) frame.
725 parent_ref_valid = cpi->oxcf.mr_encoder_id && cpi->mr_low_res_mv_avail;
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 234 unsigned int mr_encoder_id; member in struct:__anon24679
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 360 unsigned int mr_encoder_id; member in struct:vpx_codec_priv_enc_mr_cfg
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 97 mr_cfg.mr_encoder_id = num_enc - 1 - i;
105 if (mr_cfg.mr_encoder_id) cfg->kf_mode = VPX_KF_DISABLED;
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 358 /* When mr_cfg is NULL, oxcf->mr_total_resolutions and oxcf->mr_encoder_id
364 oxcf->mr_encoder_id = mr_cfg->mr_encoder_id;
671 (ctx->oxcf.mr_encoder_id == ctx->oxcf.mr_total_resolutions - 1)) {
    [all...]

Completed in 544 milliseconds