Home
last modified time | relevance | path

Searched refs:arg_ctrls (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/apps/
Daomenc.c1088 int arg_ctrls[ARG_CTRL_CNT_MAX][2]; member
1388 config->arg_ctrls[j][0] = key; in set_config_arg_ctrls()
1389 config->arg_ctrls[j][1] = arg_parse_enum_or_int(arg); in set_config_arg_ctrls()
1398 if (config->arg_ctrls[j][0] == key) break; in set_config_arg_ctrls()
1402 config->arg_ctrls[j][0] = key; in set_config_arg_ctrls()
1403 config->arg_ctrls[j][1] = arg_parse_enum_or_int(arg); in set_config_arg_ctrls()
1405 if (key == AOME_SET_ENABLEAUTOALTREF && config->arg_ctrls[j][1] > 1) { in set_config_arg_ctrls()
1407 config->arg_ctrls[j][1] = 1; in set_config_arg_ctrls()
1900 int ctrl = stream->config.arg_ctrls[i][0]; in initialize_encoder()
1901 int value = stream->config.arg_ctrls[i][1]; in initialize_encoder()
/external/libvpx/libvpx/
Dvpxenc.c606 int arg_ctrls[ARG_CTRL_CNT_MAX][2]; member
987 config->arg_ctrls[j][0] == ctrl_args_map[i]) in parse_stream_params()
993 config->arg_ctrls[j][0] = ctrl_args_map[i]; in parse_stream_params()
994 config->arg_ctrls[j][1] = arg_parse_enum_or_int(&arg); in parse_stream_params()
1274 int ctrl = stream->config.arg_ctrls[i][0]; in initialize_encoder()
1275 int value = stream->config.arg_ctrls[i][1]; in initialize_encoder()