Searched defs:dst_stride0 (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | highbd_jnt_convolve_avx2.c | 26 const uint16_t *src, int src_stride, uint16_t *dst0, int dst_stride0, int w, in av1_highbd_dist_wtd_convolve_2d_copy_avx2() 232 const uint16_t *src, int src_stride, uint16_t *dst0, int dst_stride0, int w, in av1_highbd_dist_wtd_convolve_2d_avx2() 468 const uint16_t *src, int src_stride, uint16_t *dst0, int dst_stride0, int w, in av1_highbd_dist_wtd_convolve_x_avx2() 637 const uint16_t *src, int src_stride, uint16_t *dst0, int dst_stride0, int w, in av1_highbd_dist_wtd_convolve_y_avx2()
|
D | jnt_convolve_avx2.c | 39 uint8_t *dst0, int dst_stride0, int w, int h, in av1_dist_wtd_convolve_x_avx2() 191 uint8_t *dst0, int dst_stride0, int w, int h, in av1_dist_wtd_convolve_y_avx2() 596 uint8_t *dst0, int dst_stride0, int w, int h, in av1_dist_wtd_convolve_2d_avx2() 806 const uint8_t *src, int src_stride, uint8_t *dst0, int dst_stride0, int w, in av1_dist_wtd_convolve_2d_copy_avx2()
|
D | jnt_convolve_sse2.c | 20 uint8_t *dst0, int dst_stride0, int w, int h, in av1_dist_wtd_convolve_x_sse2() 154 uint8_t *dst0, int dst_stride0, int w, int h, in av1_dist_wtd_convolve_y_sse2() 388 uint8_t *dst0, int dst_stride0, int w, int h, in av1_dist_wtd_convolve_2d_sse2()
|
D | highbd_jnt_convolve_sse4.c | 21 const uint16_t *src, int src_stride, uint16_t *dst0, int dst_stride0, int w, in av1_highbd_dist_wtd_convolve_y_sse4_1() 263 const uint16_t *src, int src_stride, uint16_t *dst0, int dst_stride0, int w, in av1_highbd_dist_wtd_convolve_x_sse4_1()
|
D | highbd_convolve_2d_sse4.c | 25 const uint16_t *src, int src_stride, uint16_t *dst0, int dst_stride0, int w, in av1_highbd_dist_wtd_convolve_2d_copy_sse4_1() 172 const uint16_t *src, int src_stride, uint16_t *dst0, int dst_stride0, int w, in av1_highbd_dist_wtd_convolve_2d_sse4_1()
|
D | jnt_convolve_ssse3.c | 20 const uint8_t *src, int src_stride, uint8_t *dst0, int dst_stride0, int w, in av1_dist_wtd_convolve_2d_ssse3()
|
D | convolve_2d_sse2.c | 358 const uint8_t *src, int src_stride, uint8_t *dst0, int dst_stride0, int w, in av1_dist_wtd_convolve_2d_copy_sse2()
|