/external/libaom/av1/common/x86/ |
D | av1_convolve_scale_sse4.c | 109 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/ |
D | convolve.c | 376 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/ |
D | av1_convolve_scale_test.cc | 396 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/ |
D | av1_rtcd.h | 182 … 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/ |
D | av1_rtcd.h | 215 … 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/ |
D | av1_rtcd.h | 215 … 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/ |
D | av1_rtcd.h | 188 … 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/ |
D | av1_rtcd.h | 188 … 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 …
|