Home
last modified time | relevance | path

Searched refs:mr_total_resolutions (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmr_dissim.c63 if (cpi->oxcf.mr_total_resolutions >1 in vp8_cal_dissimilarity()
64 && cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1)) in vp8_cal_dissimilarity()
223 if (cpi->oxcf.mr_total_resolutions >1 in vp8_store_drop_frame_info()
224 && cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1)) in vp8_store_drop_frame_info()
Dpickinter.c442 if (cpi->oxcf.mr_encoder_id == (cpi->oxcf.mr_total_resolutions - 1)) in get_lower_res_motion_info()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h230 unsigned int mr_total_resolutions; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c388 oxcf->mr_total_resolutions = mr_cfg->mr_total_resolutions; in set_vp8e_config()
635 ctx->priv->enc.total_encoders = mr_cfg->mr_total_resolutions; in vp8e_init()
664 …if (ctx->oxcf.mr_total_resolutions > 0 && (ctx->oxcf.mr_encoder_id == ctx->oxcf.mr_total_resolutio… in vp8e_destroy()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h397 unsigned int mr_total_resolutions; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_encoder.c107 mr_cfg.mr_total_resolutions = num_enc; in vpx_codec_enc_init_multi_ver()