Lines Matching refs:option_value
203 char *option_value; in parse_options() local
216 option_value = strtok_r(NULL, " ", &input_ptr); in parse_options()
217 if (option_value == NULL) { in parse_options()
224 svc_ctx->spatial_layers = atoi(option_value); in parse_options()
226 svc_ctx->temporal_layers = atoi(option_value); in parse_options()
228 res = parse_layer_options_from_string(svc_ctx, SCALE_FACTOR, option_value, in parse_options()
234 parse_layer_options_from_string(svc_ctx, QUANTIZER, option_value, in parse_options()
239 parse_layer_options_from_string(svc_ctx, QUANTIZER, option_value, in parse_options()
243 res = parse_layer_options_from_string(svc_ctx, AUTO_ALT_REF, option_value, in parse_options()
247 res = parse_layer_options_from_string(svc_ctx, BITRATE, option_value, in parse_options()
251 si->use_multiple_frame_contexts = atoi(option_value); in parse_options()