OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sub_const_vec
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/av1/common/arm/
jnt_convolve_neon.c
28
const uint16_t bck_offset, const int16x4_t
sub_const_vec
,
44
dst0 = vsubq_s32(vreinterpretq_s32_u32(sum0), vmovl_s16(
sub_const_vec
));
56
tmp0 = vsub_s16(vreinterpret_s16_u16(tmp_u0),
sub_const_vec
);
78
const int32x4_t
sub_const_vec
= vmovl_s16(sub_const);
local
89
dst0 = vsubq_s32(vreinterpretq_s32_u32(sum0),
sub_const_vec
);
90
dst2 = vsubq_s32(vreinterpretq_s32_u32(sum2),
sub_const_vec
);
103
const int16x8_t
sub_const_vec
= vcombine_s16(sub_const, sub_const);
local
108
f0 = vsubq_s16(vreinterpretq_s16_u16(tmp_u0),
sub_const_vec
);
121
const int16x4_t
sub_const_vec
, const int16_t round_bits,
133
const int32x4_t const_vec = vmovl_s16(
sub_const_vec
);
214
const int32x4_t
sub_const_vec
= vmovl_s16(sub_const);
local
288
const int16x8_t
sub_const_vec
= vcombine_s16(sub_const, sub_const);
local
582
const int16x4_t
sub_const_vec
= vdup_n_s16(sub_const);
local
774
const int16x4_t
sub_const_vec
= vdup_n_s16((int16_t)round_offset);
local
[
all
...]
convolve_neon.c
126
const int32x4_t
sub_const_vec
) {
142
sum0 = vsubq_s32(sum0,
sub_const_vec
);
155
const int32x4_t
sub_const_vec
, const int16x8_t vec_round_bits) {
182
sum0 = vsubq_s32(sum0,
sub_const_vec
);
183
sum1 = vsubq_s32(sum1,
sub_const_vec
);
1156
const int32x4_t
sub_const_vec
= vdupq_n_s32(sub_const);
local
[
all
...]
Completed in 1281 milliseconds