Home
last modified time | relevance | path

Searched refs:play_alternate (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h193 int play_alternate; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmr_dissim.c115 if(cpi->oxcf.play_alternate) in vp8_cal_dissimilarity()
Donyx_if.c1308 if (cpi->oxcf.play_alternate && cpi->oxcf.lag_in_frames) in vp8_new_framerate()
2827 cpi->oxcf.play_alternate && !cpi->common.refresh_alt_ref_frame) in update_golden_frame_stats()
4738 if (cpi->oxcf.play_alternate && cm->refresh_alt_ref_frame && (cm->frame_type != KEY_FRAME)) in encode_frame_to_data_rate()
4932 cpi->oxcf.play_alternate && in vp8_get_compressed_data()
Dfirstpass.c1765 cpi->oxcf.play_alternate && cpi->oxcf.lag_in_frames; in define_gf_group()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c155 if (oxcf->play_alternate && oxcf->lag_in_frames) { in vp9_update_spatial_layer_framerate()
Dvp9_onyx_int.h255 int play_alternate; member
Dvp9_onyx_if.c725 if (oxcf->play_alternate && oxcf->lag_in_frames) { in vp9_new_framerate()
839 cpi->oxcf.play_alternate = 0; in vp9_change_config()
3019 if (cpi->oxcf.play_alternate && rc->source_alt_ref_pending) {
Dvp9_ratectrl.c1143 if (cpi->oxcf.play_alternate && cpi->refresh_alt_ref_frame && in vp9_rc_postencode_update()
Dvp9_firstpass.c1429 unsigned int allow_alt_ref = cpi->oxcf.play_alternate && in define_gf_group()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c398 oxcf->play_alternate = vp8_cfg.enable_auto_alt_ref; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c342 oxcf->play_alternate = extra_cfg->enable_auto_alt_ref; in set_vp9e_config()