Home
last modified time | relevance | path

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

/external/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/av1/common/
Dconvolve.c376 const int subpel_y_qn, const int y_step_qn, in av1_convolve_2d_scale_c() argument
379 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_convolve_2d_scale_c()
417 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in av1_convolve_2d_scale_c()
461 const int x_step_qn, const int subpel_y_qn, const int y_step_qn, in convolve_2d_scale_wrapper() argument
468 y_step_qn, conv_params); in convolve_2d_scale_wrapper()
875 const int subpel_y_qn, const int y_step_qn, in av1_highbd_convolve_2d_scale_c() argument
878 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_highbd_convolve_2d_scale_c()
914 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in av1_highbd_convolve_2d_scale_c()
/external/libaom/test/
Dav1_convolve_scale_test.cc396 const int subpel_y_qn, const int y_step_qn,
470 const int subpel_y_qn, const int y_step_qn,
/external/libaom/config/riscv64/config/
Dav1_rtcd.h182 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
311 … 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.h215 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
355 … 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.h215 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
358 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
/external/libaom/config/arm/config/
Dav1_rtcd.h188 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
350 … 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.h188 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …
350 … int subpel_x_qn, const int x_step_qn, const int subpel_y_qn, const int y_step_qn, ConvolveParams …