Home
last modified time | relevance | path

Searched refs:y_step_qn (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dav1_convolve_scale_sse4.c109 int y_step_qn, const InterpFilterParams *filter_params, in vfilter8() argument
137 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in vfilter8()
237 const int subpel_y_qn, const int y_step_qn, in av1_convolve_2d_scale_sse4_1() argument
240 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_convolve_2d_scale_sse4_1()
254 vfilter8(tmp, im_h, dst8, dst8_stride, w, h, subpel_y_qn, y_step_qn, in av1_convolve_2d_scale_sse4_1()
334 int y_step_qn, in highbd_vfilter8() argument
368 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in highbd_vfilter8()
475 const int x_step_qn, const int subpel_y_qn, const int y_step_qn, in av1_highbd_convolve_2d_scale_sse4_1() argument
480 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_highbd_convolve_2d_scale_sse4_1()
496 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.c460 const int subpel_y_qn, const int y_step_qn, in av1_convolve_2d_scale_c() argument
463 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_convolve_2d_scale_c()
501 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in av1_convolve_2d_scale_c()
545 const int x_step_qn, const int subpel_y_qn, const int y_step_qn, in convolve_2d_scale_wrapper() argument
552 y_step_qn, conv_params); in convolve_2d_scale_wrapper()
947 const int subpel_y_qn, const int y_step_qn, in av1_highbd_convolve_2d_scale_c() argument
950 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_highbd_convolve_2d_scale_c()
986 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in av1_highbd_convolve_2d_scale_c()
/external/libaom/libaom/test/
Dav1_convolve_scale_test.cc397 const int subpel_y_qn, const int y_step_qn,
471 const int subpel_y_qn, const int y_step_qn,
/external/libaom/config/arm/config/
Dav1_rtcd.h118 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
182 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
/external/libaom/config/arm64/config/
Dav1_rtcd.h118 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
182 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
/external/libaom/config/x86/config/
Dav1_rtcd.h118 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
184 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
/external/libaom/config/x86_64/config/
Dav1_rtcd.h118 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
187 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …