Home
last modified time | relevance | path

Searched refs:subpel_y_qn (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dav1_convolve_scale_sse4.c108 int dst_stride, int w, int h, int subpel_y_qn, in vfilter8() argument
136 int y_qn = subpel_y_qn; in vfilter8()
237 const int subpel_y_qn, const int y_step_qn, in av1_convolve_2d_scale_sse4_1() argument
241 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_convolve_2d_scale_sse4_1()
255 vfilter8(tmp, im_h, dst8, dst8_stride, w, h, subpel_y_qn, y_step_qn, in av1_convolve_2d_scale_sse4_1()
334 int dst_stride, int w, int h, int subpel_y_qn, in highbd_vfilter8() argument
368 int y_qn = subpel_y_qn; in highbd_vfilter8()
476 const int x_step_qn, const int subpel_y_qn, const int y_step_qn, in av1_highbd_convolve_2d_scale_sse4_1() argument
481 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_highbd_convolve_2d_scale_sse4_1()
497 highbd_vfilter8(tmp, im_h, dst, dst_stride, w, h, subpel_y_qn, y_step_qn, in av1_highbd_convolve_2d_scale_sse4_1()
/external/libaom/libaom/av1/common/
Dconvolve.c457 const int subpel_y_qn, const int y_step_qn, in av1_convolve_2d_scale_c() argument
460 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_convolve_2d_scale_c()
497 int y_qn = subpel_y_qn; in av1_convolve_2d_scale_c()
542 const int x_step_qn, const int subpel_y_qn, const int y_step_qn, in convolve_2d_scale_wrapper() argument
548 filter_params_y, subpel_x_qn, x_step_qn, subpel_y_qn, in convolve_2d_scale_wrapper()
961 const int subpel_y_qn, const int y_step_qn, in av1_highbd_convolve_2d_scale_c() argument
964 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_highbd_convolve_2d_scale_c()
999 int y_qn = subpel_y_qn; in av1_highbd_convolve_2d_scale_c()
/external/libaom/libaom/test/
Dav1_convolve_scale_test.cc396 const int subpel_y_qn, const int y_step_qn,
469 const int subpel_y_qn, const int y_step_qn,