Searched refs:end_usage (Results 1 – 6 of 6) sorted by relevance
760 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in calc_pframe_target_size()797 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in calc_pframe_target_size()862 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in calc_pframe_target_size()920 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY && in calc_pframe_target_size()934 (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in calc_pframe_target_size()1489 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in vp8_compute_frame_size_bounds()1520 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) in vp8_compute_frame_size_bounds()1575 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER && in vp8_drop_encodedframe_overshoot()
355 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()
1658 if (cpi->oxcf.end_usage == USAGE_LOCAL_FILE_PLAYBACK) in vp8_change_config()2787 if (cpi->oxcf.allow_spatial_resampling && (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) in resize_key_frame()3161 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) in recode_loop_test()3970 if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in encode_frame_to_data_rate()4052 if ( (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in encode_frame_to_data_rate()4068 if ( cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY ) in encode_frame_to_data_rate()4085 if ((cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) && in encode_frame_to_data_rate()4102 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in encode_frame_to_data_rate()4126 else if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY) in encode_frame_to_data_rate()4455 if (((cpi->pass != 2) || (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER)) && in encode_frame_to_data_rate()[all …]
165 int end_usage; /* vbr or cbr */ member
328 oxcf->end_usage = USAGE_LOCAL_FILE_PLAYBACK; in set_vp8e_config()330 oxcf->end_usage = USAGE_STREAM_FROM_SERVER; in set_vp8e_config()332 oxcf->end_usage = USAGE_CONSTRAINED_QUALITY; in set_vp8e_config()334 oxcf->end_usage = USAGE_CONSTANT_QUALITY; in set_vp8e_config()
279 static const arg_def_t end_usage = ARG_DEF_ENUM( variable299 &resize_up_thresh, &resize_down_thresh, &end_usage, &target_bitrate,1185 } else if (arg_match(&arg, &end_usage, argi)) { in parse_stream_params()