OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shift_round_0
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/av1/common/arm/
convolve_neon.c
52
const int16x8_t
shift_round_0
, const int16x8_t shift_by_bits) {
67
sum = vqrshlq_s16(sum,
shift_round_0
);
78
const int16x4_t
shift_round_0
, const int16x4_t shift_by_bits) {
93
sum = vqrshl_s16(sum,
shift_round_0
);
219
const int16x8_t
shift_round_0
= vdupq_n_s16(-conv_params->round_0);
local
267
d01_temp = vqrshlq_s16(vcombine_s16(d0, d1),
shift_round_0
);
268
d23_temp = vqrshlq_s16(vcombine_s16(d2, d3),
shift_round_0
);
361
shift_round_0
, shift_by_bits);
363
shift_round_0
, shift_by_bits);
365
shift_round_0
, shift_by_bits)
902
const int16x4_t
shift_round_0
= vdup_n_s16(-(conv_params->round_0 - 1));
local
1013
const int16x8_t
shift_round_0
= vdupq_n_s16(-(conv_params->round_0 - 1));
local
[
all
...]
jnt_convolve_neon.c
338
const int16x4_t
shift_round_0
= vdup_n_s16(-(round_0));
local
384
horiz_const,
shift_round_0
);
386
horiz_const,
shift_round_0
);
388
horiz_const,
shift_round_0
);
390
horiz_const,
shift_round_0
);
422
horiz_const,
shift_round_0
);
438
const int16x8_t
shift_round_0
= vdupq_n_s16(-(round_0));
local
487
horiz_const,
shift_round_0
);
489
horiz_const,
shift_round_0
);
491
horiz_const,
shift_round_0
);
949
const int16x4_t
shift_round_0
= vdup_n_s16(-conv_params->round_0 + 1);
local
1128
const int16x8_t
shift_round_0
= vdupq_n_s16(-conv_params->round_0 + 1);
local
[
all
...]
Completed in 233 milliseconds