• Home
  • Raw
  • Download

Lines Matching refs:y0_q4

69                           const InterpKernel *y_filters, int y0_q4,  in convolve_vert()  argument
75 int y_q4 = y0_q4; in convolve_vert()
92 const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument
98 int y_q4 = y0_q4; in convolve_avg_vert()
119 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve8_horiz_c() argument
120 (void)y0_q4; in vpx_convolve8_horiz_c()
129 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_avg_horiz_c() argument
131 (void)y0_q4; in vpx_convolve8_avg_horiz_c()
140 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve8_vert_c() argument
143 convolve_vert(src, src_stride, dst, dst_stride, filter, y0_q4, y_step_q4, w, in vpx_convolve8_vert_c()
150 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_avg_vert_c() argument
154 convolve_avg_vert(src, src_stride, dst, dst_stride, filter, y0_q4, y_step_q4, in vpx_convolve8_avg_vert_c()
160 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_c() argument
179 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_convolve8_c()
189 y0_q4, y_step_q4, w, h); in vpx_convolve8_c()
194 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve8_avg_c() argument
201 vpx_convolve8_c(src, src_stride, temp, 64, filter, x0_q4, x_step_q4, y0_q4, in vpx_convolve8_avg_c()
208 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve_copy_c() argument
215 (void)y0_q4; in vpx_convolve_copy_c()
227 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve_avg_c() argument
234 (void)y0_q4; in vpx_convolve_avg_c()
246 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_horiz_c() argument
249 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_scaled_horiz_c()
254 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_vert_c() argument
257 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_scaled_vert_c()
262 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_scaled_2d_c() argument
265 y0_q4, y_step_q4, w, h); in vpx_scaled_2d_c()
271 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_scaled_avg_horiz_c() argument
274 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_scaled_avg_horiz_c()
280 int y0_q4, int y_step_q4, int w, int h) { in vpx_scaled_avg_vert_c() argument
282 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_scaled_avg_vert_c()
287 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_avg_2d_c() argument
290 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_scaled_avg_2d_c()
342 const InterpKernel *y_filters, int y0_q4, in highbd_convolve_vert() argument
348 int y_q4 = y0_q4; in highbd_convolve_vert()
366 const InterpKernel *y_filters, int y0_q4, in highbd_convolve_avg_vert() argument
372 int y_q4 = y0_q4; in highbd_convolve_avg_vert()
393 int x_step_q4, int y0_q4, int y_step_q4, int w, in highbd_convolve() argument
409 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in highbd_convolve()
420 filter, y0_q4, y_step_q4, w, h, bd); in highbd_convolve()
426 int x_step_q4, int y0_q4, int y_step_q4, in vpx_highbd_convolve8_horiz_c() argument
428 (void)y0_q4; in vpx_highbd_convolve8_horiz_c()
438 int x_step_q4, int y0_q4, int y_step_q4, in vpx_highbd_convolve8_avg_horiz_c() argument
440 (void)y0_q4; in vpx_highbd_convolve8_avg_horiz_c()
450 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_highbd_convolve8_vert_c() argument
455 highbd_convolve_vert(src, src_stride, dst, dst_stride, filter, y0_q4, in vpx_highbd_convolve8_vert_c()
462 int x_step_q4, int y0_q4, int y_step_q4, in vpx_highbd_convolve8_avg_vert_c() argument
467 highbd_convolve_avg_vert(src, src_stride, dst, dst_stride, filter, y0_q4, in vpx_highbd_convolve8_avg_vert_c()
474 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_highbd_convolve8_c() argument
477 y0_q4, y_step_q4, w, h, bd); in vpx_highbd_convolve8_c()
483 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_highbd_convolve8_avg_c() argument
491 y0_q4, y_step_q4, w, h, bd); in vpx_highbd_convolve8_avg_c()
499 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_highbd_convolve_copy_c() argument
506 (void)y0_q4; in vpx_highbd_convolve_copy_c()
520 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_highbd_convolve_avg_c() argument
527 (void)y0_q4; in vpx_highbd_convolve_avg_c()