Searched refs:parse_layer_options_from_string (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx/src/ |
D | svc_encodeframe.c | 158 static vpx_codec_err_t parse_layer_options_from_string(SvcContext *svc_ctx, in parse_layer_options_from_string() function 231 res = parse_layer_options_from_string(svc_ctx, SCALE_FACTOR, option_value, in parse_options() 236 res = parse_layer_options_from_string(svc_ctx, QUANTIZER, option_value, in parse_options() 241 res = parse_layer_options_from_string(svc_ctx, QUANTIZER, option_value, in parse_options() 246 res = parse_layer_options_from_string(svc_ctx, AUTO_ALT_REF, option_value, in parse_options() 250 res = parse_layer_options_from_string(svc_ctx, BITRATE, option_value, in parse_options()
|