Home
last modified time | relevance | path

Searched refs:end_usage (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c762 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in calc_pframe_target_size()
799 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in calc_pframe_target_size()
864 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in calc_pframe_target_size()
922 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY && in calc_pframe_target_size()
936 (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in calc_pframe_target_size()
1491 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in vp8_compute_frame_size_bounds()
1522 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) in vp8_compute_frame_size_bounds()
1577 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER && in vp8_drop_encodedframe_overshoot()
Dfirstpass.c355 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in frame_max_bits()
1072 if ( (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in estimate_max_q()
1884 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in define_gf_group()
2247 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in define_gf_group()
2551 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY ) in vp8_second_pass()
2913 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
3032 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
3139 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
3233 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
3291 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in find_next_key_frame()
Donyx_if.c1634 if (cpi->oxcf.end_usage == USAGE_LOCAL_FILE_PLAYBACK) in vp8_change_config()
2763 if (cpi->oxcf.allow_spatial_resampling && (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) in resize_key_frame()
3138 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) in recode_loop_test()
3948 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in encode_frame_to_data_rate()
4030 if ( (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in encode_frame_to_data_rate()
4046 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY ) in encode_frame_to_data_rate()
4063 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in encode_frame_to_data_rate()
4080 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in encode_frame_to_data_rate()
4104 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) in encode_frame_to_data_rate()
4433 if (((cpi->pass != 2) || (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) && in encode_frame_to_data_rate()
[all …]
/external/libvpx/libvpx/vp8/common/
Donyx.h165 int end_usage; /* vbr or cbr */ member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c329 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK; in set_vp8e_config()
331 oxcf->end_usage = USAGE_STREAM_FROM_SERVER; in set_vp8e_config()
333 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY; in set_vp8e_config()
335 oxcf->end_usage = USAGE_CONSTANT_QUALITY; in set_vp8e_config()
/external/libvpx/libvpx/
Dvpxenc.c279 static const arg_def_t end_usage = ARG_DEF_ENUM( variable
299 &resize_up_thresh, &resize_down_thresh, &end_usage, &target_bitrate,
1185 } else if (arg_match(&arg, &end_usage, argi)) { in parse_stream_params()