Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h39 USAGE_CONSTRAINED_QUALITY = 0x2, enumerator
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c833 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY && in calc_pframe_target_size()
1404 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) { in vp8_compute_frame_size_bounds()
Donyx_if.c2879 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) { in recode_loop_test()
3684 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in encode_frame_to_data_rate()
3699 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) { in encode_frame_to_data_rate()
3713 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in encode_frame_to_data_rate()
3752 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) { in encode_frame_to_data_rate()
4222 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in encode_frame_to_data_rate()
Dfirstpass.c1008 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in estimate_max_q()
2375 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) { in vp8_second_pass()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c313 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY; in set_vp8e_config()