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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mr_dissim.c 65 && cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1))
225 && 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))
615 int parent_ref_valid = cpi->oxcf.mr_encoder_id && cpi->mr_low_res_mv_avail;
895 if (cpi->oxcf.mr_encoder_id && !parent_ref_valid)
    [all...]
onyx_if.c     [all...]
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 244 unsigned int mr_encoder_id; member in struct:__anon17688
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h 359 unsigned int mr_encoder_id; member in struct:vpx_codec_priv_enc_mr_cfg
  /external/libvpx/libvpx/vp8/common/
onyx.h 233 unsigned int mr_encoder_id; member in struct:__anon4406
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_encoder.c 105 mr_cfg.mr_encoder_id = num_enc - 1 - i;
113 if (mr_cfg.mr_encoder_id)
  /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 398 unsigned int mr_encoder_id; member in struct:vpx_codec_priv_enc_mr_cfg
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 370 /* When mr_cfg is NULL, oxcf->mr_total_resolutions and oxcf->mr_encoder_id
377 oxcf->mr_encoder_id = mr_cfg->mr_encoder_id;
686 if (ctx->oxcf.mr_total_resolutions > 0 && (ctx->oxcf.mr_encoder_id == ctx->oxcf.mr_total_resolutions-1))
    [all...]
  /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;
661 if (ctx->oxcf.mr_total_resolutions > 0 && (ctx->oxcf.mr_encoder_id == ctx->oxcf.mr_total_resolutions-1))
    [all...]

Completed in 347 milliseconds