Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c681 } else if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) { in rc_pick_q_and_bounds_one_pass_vbr()
701 if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) { in rc_pick_q_and_bounds_one_pass_vbr()
743 if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) { in rc_pick_q_and_bounds_one_pass_vbr()
762 cpi->oxcf.end_usage != USAGE_CONSTANT_QUALITY) { in rc_pick_q_and_bounds_one_pass_vbr()
866 } else if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) { in rc_pick_q_and_bounds_two_pass()
886 if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) { in rc_pick_q_and_bounds_two_pass()
926 if (oxcf->end_usage == USAGE_CONSTANT_QUALITY) { in rc_pick_q_and_bounds_two_pass()
945 cpi->oxcf.end_usage != USAGE_CONSTANT_QUALITY) { in rc_pick_q_and_bounds_two_pass()
1001 if (cpi->oxcf.end_usage == USAGE_CONSTANT_QUALITY) { in vp9_rc_compute_frame_size_bounds()
Dvp9_onyx_int.h138 USAGE_CONSTANT_QUALITY = 3, enumerator
Dvp9_firstpass.c2242 if (cpi->oxcf.end_usage == USAGE_CONSTANT_QUALITY) { in vp9_rc_get_second_pass_params()
Dvp9_onyx_if.c2351 if (cpi->oxcf.end_usage == USAGE_CONSTANT_QUALITY) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h45 USAGE_CONSTANT_QUALITY = 0x3 enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c339 oxcf->end_usage = USAGE_CONSTANT_QUALITY; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c310 oxcf->end_usage = USAGE_CONSTANT_QUALITY; in set_vp9e_config()