Searched refs:num_taps (Results 1 – 8 of 8) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | convolve_sse4.cc | 221 template <int num_taps, int step, int filter_index, bool is_2d = false, 231 if (num_taps != 4 && width > 4) { in FilterHorizontal() 261 assert(num_taps <= 4); in FilterHorizontal() 262 if (num_taps <= 4) { in FilterHorizontal() 333 template <int num_taps, bool is_2d_vertical = false> 336 if (num_taps == 8) { in SetupTaps() 352 } else if (num_taps == 6) { in SetupTaps() 366 } else if (num_taps == 4) { in SetupTaps() 387 template <int num_taps, bool is_compound> 392 if (num_taps >= 4) { in SimpleSum2DVerticalTaps() [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | convolve.h | 42 const int num_taps = 8; \ 57 (void)num_taps; \ 59 const int num_taps = is_avg ? 8 : 4; \ 74 (void)num_taps; \ 76 const int num_taps = 2; \ 91 (void)num_taps; \ 118 const int num_taps = is_avg ? 8 : 4; \ 121 src - (num_taps / 2 - 1) * src_stride, src_stride, fdata2, 64, \ 122 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, h + num_taps - 1); \ 123 vpx_convolve8_##avg##vert_##opt(fdata2 + 64 * (num_taps / 2 - 1), 64, \ [all …]
|
D | vpx_subpixel_4t_intrin_sse2.c | 1044 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - (num_taps / 2 - 1) * src_stride, , 1048 src - (num_taps / 2 - 1) * src_stride, avg_, sse2, 1); 1144 src - src_stride * (num_taps / 2 - 1), , sse2, 0); 1147 src - src_stride * (num_taps / 2 - 1), avg_, sse2, 1);
|
D | vpx_subpixel_8t_intrin_avx2.c | 973 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * (num_taps / 2 - 1), , 977 src - src_stride * (num_taps / 2 - 1), avg_, avx2, 1);
|
D | vpx_subpixel_8t_intrin_ssse3.c | 735 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * (num_taps / 2 - 1), , 739 src - src_stride * (num_taps / 2 - 1), avg_, ssse3, 1);
|
D | highbd_convolve_avx2.c | 1470 src - src_stride * (num_taps / 2 - 1), , avx2, 0); 1492 src - src_stride * (num_taps / 2 - 1), avg_, avx2, 1);
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | convolve_neon.cc | 227 template <int num_taps, int step, int filter_index, 238 if (num_taps != 4 && width > 4) { in FilterHorizontal() 266 assert(num_taps <= 4); in FilterHorizontal() 267 if (num_taps <= 4) { in FilterHorizontal() 349 template <int num_taps, bool is_compound> 355 if (num_taps == 8) { in Sum2DVerticalTaps4() 364 } else if (num_taps == 6) { in Sum2DVerticalTaps4() 371 } else if (num_taps == 4) { in Sum2DVerticalTaps4() 376 } else if (num_taps == 2) { in Sum2DVerticalTaps4() 388 template <int num_taps, bool is_compound> [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touchbotII_robot_wrapper.py | 449 num_taps = 0 463 num_taps = 3 489 start_x, start_y, end_x, end_y, speed, num_taps) 558 num_taps = self._get_num_taps(gesture) 560 variation, num_taps) 581 variation, num_taps): argument 585 if num_taps is None: 594 control_cmd = '%s %d tap' % (cmd, num_taps)
|