Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmr_dissim.c60 cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1)) { in vp8_cal_dissimilarity()
204 cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1)) { in vp8_store_drop_frame_info()
Dpickinter.c424 if (cpi->oxcf.mr_encoder_id == (cpi->oxcf.mr_total_resolutions - 1)) in get_lower_res_motion_info()
652 parent_ref_valid = cpi->oxcf.mr_encoder_id && cpi->mr_low_res_mv_avail; in vp8_pick_inter_mode()
931 if (cpi->oxcf.mr_encoder_id) sf_improved_mv_pred = 0; in vp8_pick_inter_mode()
Donyx_if.c2069 if (cpi->oxcf.mr_encoder_id > 0) vp8_cal_low_res_mb_cols(cpi); in vp8_create_compressor()
3311 if (cpi->oxcf.mr_encoder_id) { in encode_frame_to_data_rate()
3355 if (cpi->oxcf.mr_encoder_id) { in encode_frame_to_data_rate()
4267 if (!cpi->oxcf.mr_encoder_id && cm->show_frame) in encode_frame_to_data_rate()
4940 if (cpi->oxcf.mr_encoder_id) { in vp8_get_compressed_data()
Dratectrl.c1454 if (cpi->oxcf.mr_total_resolutions > 1 && cpi->oxcf.mr_encoder_id > 0) { in vp8_drop_encodedframe_overshoot()
/external/libaom/libaom/aom/src/
Daom_encoder.c100 mr_cfg.mr_encoder_id = num_enc - 1 - i; in aom_codec_enc_init_multi_ver()
108 if (mr_cfg.mr_encoder_id) cfg->kf_mode = AOM_KF_DISABLED; in aom_codec_enc_init_multi_ver()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c100 mr_cfg.mr_encoder_id = num_enc - 1 - i; in vpx_codec_enc_init_multi_ver()
108 if (mr_cfg.mr_encoder_id) cfg->kf_mode = VPX_KF_DISABLED; in vpx_codec_enc_init_multi_ver()
/external/libvpx/libvpx/vp8/common/
Donyx.h234 unsigned int mr_encoder_id; member
/external/libaom/libaom/aom/internal/
Daom_codec_internal.h355 unsigned int mr_encoder_id; member
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h360 unsigned int mr_encoder_id; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c363 oxcf->mr_encoder_id = mr_cfg->mr_encoder_id; in set_vp8e_config()
670 (ctx->oxcf.mr_encoder_id == ctx->oxcf.mr_total_resolutions - 1)) { in vp8e_destroy()
814 if (ctx->cpi->oxcf.mr_encoder_id == 0) in vp8e_encode()