Home
last modified time | relevance | path

Searched refs:dst8_stride (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/arm/
Djnt_convolve_neon.c563 int16_t *im_block, const int im_stride, uint8_t *dst8, int dst8_stride, in dist_wtd_convolve_2d_vert_neon() argument
632 __builtin_prefetch(d_u8 + 4 * dst8_stride); in dist_wtd_convolve_2d_vert_neon()
633 __builtin_prefetch(d_u8 + 5 * dst8_stride); in dist_wtd_convolve_2d_vert_neon()
634 __builtin_prefetch(d_u8 + 6 * dst8_stride); in dist_wtd_convolve_2d_vert_neon()
635 __builtin_prefetch(d_u8 + 7 * dst8_stride); in dist_wtd_convolve_2d_vert_neon()
655 d_u8 += dst8_stride; in dist_wtd_convolve_2d_vert_neon()
657 d_u8 += dst8_stride; in dist_wtd_convolve_2d_vert_neon()
659 d_u8 += dst8_stride; in dist_wtd_convolve_2d_vert_neon()
661 d_u8 += dst8_stride; in dist_wtd_convolve_2d_vert_neon()
680 __builtin_prefetch(d_u8 + 0 * dst8_stride); in dist_wtd_convolve_2d_vert_neon()
[all …]
/external/libaom/libaom/av1/common/
Dconvolve.c246 uint8_t *dst8, int dst8_stride, int w, int h, in av1_dist_wtd_convolve_2d_c() argument
302 dst8[y * dst8_stride + x] = in av1_dist_wtd_convolve_2d_c()
312 uint8_t *dst8, int dst8_stride, int w, int h, in av1_dist_wtd_convolve_y_c() argument
352 dst8[y * dst8_stride + x] = in av1_dist_wtd_convolve_y_c()
362 uint8_t *dst8, int dst8_stride, int w, int h, in av1_dist_wtd_convolve_x_c() argument
402 dst8[y * dst8_stride + x] = in av1_dist_wtd_convolve_x_c()
412 const uint8_t *src, int src_stride, uint8_t *dst8, int dst8_stride, int w, in av1_dist_wtd_convolve_2d_copy_c() argument
444 dst8[y * dst8_stride + x] = clip_pixel(ROUND_POWER_OF_TWO(tmp, bits)); in av1_dist_wtd_convolve_2d_copy_c()
453 int dst8_stride, int w, int h, in av1_convolve_2d_scale_c() argument
523 dst8[y * dst8_stride + x] = clip_pixel(ROUND_POWER_OF_TWO(tmp, bits)); in av1_convolve_2d_scale_c()
[all …]
/external/libaom/libaom/av1/common/x86/
Dav1_convolve_scale_sse4.c233 uint8_t *dst8, int dst8_stride, int w, int h, in av1_convolve_2d_scale_sse4_1() argument
255 vfilter8(tmp, im_h, dst8, dst8_stride, w, h, subpel_y_qn, y_step_qn, in av1_convolve_2d_scale_sse4_1()