Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmr_dissim.c59 if (cpi->oxcf.mr_total_resolutions > 1 && in vp8_cal_dissimilarity()
60 cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1)) { in vp8_cal_dissimilarity()
203 if (cpi->oxcf.mr_total_resolutions > 1 && in vp8_store_drop_frame_info()
204 cpi->oxcf.mr_encoder_id < (cpi->oxcf.mr_total_resolutions - 1)) { in vp8_store_drop_frame_info()
Dratectrl.c1454 if (cpi->oxcf.mr_total_resolutions > 1 && cpi->oxcf.mr_encoder_id > 0) { in vp8_drop_encodedframe_overshoot()
1539 if (cpi->oxcf.mr_total_resolutions > 1) in vp8_drop_encodedframe_overshoot()
1547 if (cpi->oxcf.mr_total_resolutions > 1) in vp8_drop_encodedframe_overshoot()
1555 if (cpi->oxcf.mr_total_resolutions > 1) in vp8_drop_encodedframe_overshoot()
Dpickinter.c424 if (cpi->oxcf.mr_encoder_id == (cpi->oxcf.mr_total_resolutions - 1)) in get_lower_res_motion_info()
Donyx_if.c3307 if (cpi->oxcf.mr_total_resolutions > 1) { in encode_frame_to_data_rate()
4930 if (cpi->oxcf.mr_total_resolutions > 1) { in vp8_get_compressed_data()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c362 oxcf->mr_total_resolutions = mr_cfg->mr_total_resolutions; in set_vp8e_config()
647 ctx->priv->enc.total_encoders = mr_cfg->mr_total_resolutions; in vp8e_init()
669 if (ctx->oxcf.mr_total_resolutions > 0 && in vp8e_destroy()
670 (ctx->oxcf.mr_encoder_id == ctx->oxcf.mr_total_resolutions - 1)) { in vp8e_destroy()
809 if (ctx->cpi->oxcf.mr_total_resolutions > 1) { in vp8e_encode()
/external/libvpx/libvpx/vp8/common/
Donyx.h231 unsigned int mr_total_resolutions; member
/external/libaom/libaom/aom/internal/
Daom_codec_internal.h354 unsigned int mr_total_resolutions; member
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h359 unsigned int mr_total_resolutions; member
/external/libaom/libaom/aom/src/
Daom_encoder.c99 mr_cfg.mr_total_resolutions = num_enc; in aom_codec_enc_init_multi_ver()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c99 mr_cfg.mr_total_resolutions = num_enc; in vpx_codec_enc_init_multi_ver()