OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:horiz_const
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/av1/common/arm/
convolve_neon.c
901
const int16x4_t
horiz_const
= vdup_n_s16((1 << (bd + FILTER_BITS - 2)));
local
1012
const int16x8_t
horiz_const
= vdupq_n_s16((1 << (bd + FILTER_BITS - 2)));
local
[
all
...]
jnt_convolve_neon.c
337
const int16x4_t
horiz_const
= vdup_n_s16((1 << (bd + FILTER_BITS - 2)));
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);
437
const int16x8_t
horiz_const
= vdupq_n_s16((1 << (bd + FILTER_BITS - 2)));
local
487
horiz_const
, shift_round_0);
489
horiz_const
, shift_round_0);
491
horiz_const
, shift_round_0)
950
const int16x4_t
horiz_const
= vdup_n_s16(bits);
local
1129
const int16x8_t
horiz_const
= vdupq_n_s16(bits);
local
[
all
...]
Completed in 86 milliseconds