/external/libaom/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 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() 335 int y_step_qn, in highbd_vfilter8() argument 369 for (int y = 0; y < h; ++y, y_qn += y_step_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/ |
D | convolve.c | 457 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() 498 for (int y = 0; y < h; ++y, y_qn += y_step_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 549 y_step_qn, conv_params); 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() 1000 for (int y = 0; y < h; ++y, y_qn += y_step_qn) { in av1_highbd_convolve_2d_scale_c()
|
/external/libaom/libaom/test/ |
D | av1_convolve_scale_test.cc | 396 const int subpel_y_qn, const int y_step_qn, 469 const int subpel_y_qn, const int y_step_qn,
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 73 … int subpel_x_qn, const int x_step_qn, const int subpel_y_q4, const int y_step_qn, ConvolveParams … 139 … int subpel_x_q4, const int x_step_qn, const int subpel_y_q4, const int y_step_qn, ConvolveParams …
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 74 … int subpel_x_qn, const int x_step_qn, const int subpel_y_q4, const int y_step_qn, ConvolveParams … 138 … int subpel_x_q4, const int x_step_qn, const int subpel_y_q4, const int y_step_qn, ConvolveParams …
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 74 … int subpel_x_qn, const int x_step_qn, const int subpel_y_q4, const int y_step_qn, ConvolveParams … 138 … int subpel_x_q4, const int x_step_qn, const int subpel_y_q4, const int y_step_qn, ConvolveParams …
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 73 … int subpel_x_qn, const int x_step_qn, const int subpel_y_q4, const int y_step_qn, ConvolveParams … 142 … int subpel_x_q4, const int x_step_qn, const int subpel_y_q4, const int y_step_qn, ConvolveParams …
|