Home
last modified time | relevance | path

Searched refs:mr_encoder_id (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmr_dissim.c64 && cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1)) in vp8_cal_dissimilarity()
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()
616 int parent_ref_valid = cpi->oxcf.mr_encoder_id && cpi->mr_low_res_mv_avail; in vp8_pick_inter_mode()
888 if (cpi->oxcf.mr_encoder_id && !parent_ref_valid) in vp8_pick_inter_mode()
Donyx_if.c2095 if (cpi->oxcf.mr_encoder_id > 0) in vp8_create_compressor()
3431 if (cpi->oxcf.mr_encoder_id) in encode_frame_to_data_rate()
4336 if(!cpi->oxcf.mr_encoder_id && cm->show_frame) in encode_frame_to_data_rate()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h233 unsigned int mr_encoder_id; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_encoder.c108 mr_cfg.mr_encoder_id = num_enc - 1 - i; in vpx_codec_enc_init_multi_ver()
116 if (mr_cfg.mr_encoder_id) in vpx_codec_enc_init_multi_ver()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h398 unsigned int mr_encoder_id; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c389 oxcf->mr_encoder_id = mr_cfg->mr_encoder_id; in set_vp8e_config()
664 …if (ctx->oxcf.mr_total_resolutions > 0 && (ctx->oxcf.mr_encoder_id == ctx->oxcf.mr_total_resolutio… in vp8e_destroy()