Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h44 USAGE_CONSTRAINED_QUALITY = 0x2, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c664 if (oxcf->end_usage == USAGE_CONSTRAINED_QUALITY) { in rc_pick_q_and_bounds_one_pass_vbr()
711 if ((oxcf->end_usage == USAGE_CONSTRAINED_QUALITY) && in rc_pick_q_and_bounds_one_pass_vbr()
849 if (oxcf->end_usage == USAGE_CONSTRAINED_QUALITY) { in rc_pick_q_and_bounds_two_pass()
893 if ((oxcf->end_usage == USAGE_CONSTRAINED_QUALITY) && in rc_pick_q_and_bounds_two_pass()
Dvp9_onyx_int.h137 USAGE_CONSTRAINED_QUALITY = 2, enumerator
Dvp9_onyx_if.c2029 } else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) { in recode_loop_test()
2449 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY &&
Dvp9_firstpass.c933 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) in vp9_twopass_worst_quality()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c914 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY && in calc_pframe_target_size()
1509 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) in vp8_compute_frame_size_bounds()
Donyx_if.c3065 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) in recode_loop_test()
3705 if ( (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in encode_frame_to_data_rate()
3721 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY ) in encode_frame_to_data_rate()
3738 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in encode_frame_to_data_rate()
3779 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) in encode_frame_to_data_rate()
4260 if ( (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in encode_frame_to_data_rate()
Dfirstpass.c1071 if ( (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in estimate_max_q()
2552 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY ) in vp8_second_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c337 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c308 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY; in set_vp9e_config()