Searched refs:sub_const (Results 1 – 3 of 3) sorted by relevance
68 const uint16_t bck_offset, const int16x4_t sub_const, in compute_avg_8x1() argument78 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() argument214 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() local582 const int16x4_t sub_const_vec = vdup_n_s16(sub_const); in dist_wtd_convolve_2d_vert_neon()
1149 const int32_t sub_const = (1 << (offset_bits - conv_params->round_1)) + in av1_convolve_2d_sr_neon() local1156 const int32x4_t sub_const_vec = vdupq_n_s32(sub_const); in av1_convolve_2d_sr_neon()
412 define <4 x i32> @sub_const(<4 x i32> %v) {413 ; CHECK-LABEL: @sub_const(