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 64 && cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1))
224 && cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1))
pickinter.c 440 if (cpi->oxcf.mr_encoder_id == (cpi->oxcf.mr_total_resolutions - 1))
612 int parent_ref_valid = cpi->oxcf.mr_encoder_id && cpi->mr_low_res_mv_avail;
885 if (cpi->oxcf.mr_encoder_id && !parent_ref_valid)
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 233 unsigned int mr_encoder_id; member in struct:__anon22983
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 108 mr_cfg.mr_encoder_id = num_enc - 1 - i;
116 if (mr_cfg.mr_encoder_id)
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 364 unsigned int mr_encoder_id; member in struct:vpx_codec_priv_enc_mr_cfg
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 380 /* When mr_cfg is NULL, oxcf->mr_total_resolutions and oxcf->mr_encoder_id
387 oxcf->mr_encoder_id = mr_cfg->mr_encoder_id;
662 if (ctx->oxcf.mr_total_resolutions > 0 && (ctx->oxcf.mr_encoder_id == ctx->oxcf.mr_total_resolutions-1))
    [all...]

Completed in 94 milliseconds