OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sub_const
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/av1/common/arm/
jnt_convolve_neon.c
68
const uint16_t bck_offset, const int16x4_t
sub_const
,
78
const int32x4_t sub_const_vec = vmovl_s16(
sub_const
);
103
const int16x8_t sub_const_vec = vcombine_s16(
sub_const
,
sub_const
);
201
const int16x4_t
sub_const
, const int16_t round_bits,
214
const int32x4_t sub_const_vec = vmovl_s16(
sub_const
);
288
const int16x8_t sub_const_vec = vcombine_s16(
sub_const
,
sub_const
);
574
const int16_t
sub_const
= (1 << (offset_bits - conv_params->round_1)) +
local
582
const int16x4_t sub_const_vec = vdup_n_s16(
sub_const
);
[
all
...]
convolve_neon.c
1149
const int32_t
sub_const
= (1 << (offset_bits - conv_params->round_1)) +
local
[
all
...]
Completed in 68 milliseconds