Merge "Add high bit depth args to arg list"

This commit is contained in:
Hui Su
2016-02-03 05:49:35 +00:00
committed by Gerrit Code Review

View File

@@ -454,6 +454,9 @@ static const arg_def_t *vp9_args[] = {
&frame_parallel_decoding, &aq_mode, &frame_periodic_boost, &frame_parallel_decoding, &aq_mode, &frame_periodic_boost,
&noise_sens, &tune_content, &input_color_space, &noise_sens, &tune_content, &input_color_space,
&min_gf_interval, &max_gf_interval, &min_gf_interval, &max_gf_interval,
#if CONFIG_VP9_HIGHBITDEPTH
&bitdeptharg, &inbitdeptharg,
#endif // CONFIG_VP9_HIGHBITDEPTH
NULL NULL
}; };
static const int vp9_arg_ctrl_map[] = { static const int vp9_arg_ctrl_map[] = {
@@ -480,6 +483,9 @@ static const arg_def_t *vp10_args[] = {
&frame_parallel_decoding, &aq_mode, &frame_periodic_boost, &frame_parallel_decoding, &aq_mode, &frame_periodic_boost,
&noise_sens, &tune_content, &input_color_space, &noise_sens, &tune_content, &input_color_space,
&min_gf_interval, &max_gf_interval, &min_gf_interval, &max_gf_interval,
#if CONFIG_VP9_HIGHBITDEPTH
&bitdeptharg, &inbitdeptharg,
#endif // CONFIG_VP9_HIGHBITDEPTH
NULL NULL
}; };
static const int vp10_arg_ctrl_map[] = { static const int vp10_arg_ctrl_map[] = {