Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Djnt_convolve_neon.c68 const uint16_t bck_offset, const int16x4_t sub_const, in compute_avg_8x1() argument
78 const int32x4_t sub_const_vec = vmovl_s16(sub_const); in compute_avg_8x1()
103 const int16x8_t sub_const_vec = vcombine_s16(sub_const, sub_const); in compute_avg_8x1()
201 const int16x4_t sub_const, const int16_t round_bits, in compute_avg_8x4() argument
214 const int32x4_t sub_const_vec = vmovl_s16(sub_const); in compute_avg_8x4()
288 const int16x8_t sub_const_vec = vcombine_s16(sub_const, sub_const); in compute_avg_8x4()
574 const int16_t sub_const = (1 << (offset_bits - conv_params->round_1)) + in dist_wtd_convolve_2d_vert_neon() local
582 const int16x4_t sub_const_vec = vdup_n_s16(sub_const); in dist_wtd_convolve_2d_vert_neon()
Dconvolve_neon.c1149 const int32_t sub_const = (1 << (offset_bits - conv_params->round_1)) + in av1_convolve_2d_sr_neon() local
1156 const int32x4_t sub_const_vec = vdupq_n_s32(sub_const); in av1_convolve_2d_sr_neon()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dvec_shuffle.ll412 define <4 x i32> @sub_const(<4 x i32> %v) {
413 ; CHECK-LABEL: @sub_const(