#else
const INTERP_FILTER interp_filter,
#endif
- const int subpel_x_q4, int x_step_q4, const int subpel_y_q4,
- int y_step_q4, int ref_idx) {
+ const int subpel_x_q4, int x_step_q4,
+ const int subpel_y_q4, int y_step_q4, int ref_idx) {
int ignore_horiz = x_step_q4 == 16 && subpel_x_q4 == 0;
int ignore_vert = y_step_q4 == 16 && subpel_y_q4 == 0;
#else
const INTERP_FILTER interp_filter,
#endif
- const int subpel_x,
- const int subpel_y,
- int xstep, int ystep, int avg);
+ const int subpel_x, int xstep,
+ const int subpel_y, int ystep, int avg);
#if CONFIG_VP9_HIGHBITDEPTH
void vp10_highbd_convolve(const uint8_t *src, int src_stride,
#else
const INTERP_FILTER interp_filter,
#endif
- const int subpel_x,
- const int subpel_y,
- int xstep, int ystep, int avg, int bd);
+ const int subpel_x, int xstep,
+ const int subpel_y, int ystep,
+ int avg, int bd);
#endif // CONFIG_VP9_HIGHBITDEPTH
#ifdef __cplusplus