Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Djnt_convolve_neon.c337 const int16x4_t horiz_const = vdup_n_s16((1 << (bd + FILTER_BITS - 2))); in dist_wtd_convolve_2d_horiz_neon() local
384 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon()
386 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon()
388 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon()
390 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon()
422 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon()
437 const int16x8_t horiz_const = vdupq_n_s16((1 << (bd + FILTER_BITS - 2))); in dist_wtd_convolve_2d_horiz_neon() local
487 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon()
489 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon()
491 horiz_const, shift_round_0); in dist_wtd_convolve_2d_horiz_neon()
[all …]
Dconvolve_neon.c852 const int16x8_t horiz_const, const int16x8_t shift_round_0) { in horiz_filter_w8_single_row() argument
879 x_filter, horiz_const, shift_round_0); in horiz_filter_w8_single_row()
898 const int16x4_t horiz_const, const int16x4_t shift_round_0) { in horiz_filter_w4_single_row() argument
924 horiz_const, shift_round_0); in horiz_filter_w4_single_row()
989 const int16x4_t horiz_const = vdup_n_s16((1 << (bd + FILTER_BITS - 2))); in av1_convolve_2d_sr_neon() local
1028 horiz_const, shift_round_0); in av1_convolve_2d_sr_neon()
1030 horiz_const, shift_round_0); in av1_convolve_2d_sr_neon()
1032 horiz_const, shift_round_0); in av1_convolve_2d_sr_neon()
1034 horiz_const, shift_round_0); in av1_convolve_2d_sr_neon()
1060 height, x_filter_tmp, horiz_const, in av1_convolve_2d_sr_neon()
[all …]
Dconvolve_neon.h162 const int16x8_t horiz_const, const int16x8_t shift_round_0) { in convolve8_8x8_s16() argument
166 sum = horiz_const; in convolve8_8x8_s16()
185 const int16x4_t horiz_const, const int16x4_t shift_round_0) { in convolve8_4x4_s16() argument
187 sum = horiz_const; in convolve8_4x4_s16()