Searched refs:ctrl_args_map (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c1009 static const int *ctrl_args_map = NULL; local
1021 ctrl_args_map = vp8_arg_ctrl_map;
1026 ctrl_args_map = vp9_arg_ctrl_map;
1153 if (ctrl_args_map != NULL &&
1154 config->arg_ctrls[j][0] == ctrl_args_map[i])
1159 if (ctrl_args_map != NULL && j < (int)ARG_CTRL_CNT_MAX) {
1160 config->arg_ctrls[j][0] = ctrl_args_map[i];
/external/libvpx/libvpx/
H A Dvpxenc.c869 static const int *ctrl_args_map = NULL; local
878 ctrl_args_map = vp8_arg_ctrl_map;
883 ctrl_args_map = vp9_arg_ctrl_map;
988 if (config->arg_ctrls[j][0] == ctrl_args_map[i])
994 config->arg_ctrls[j][0] = ctrl_args_map[i];

Completed in 456 milliseconds