OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ugh
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c
261
int32x4_t
ugh
= vmlal_lane_s16(vh, vget_high_s16(uu), cf16, 1);
local
263
int32x4_t gch = vqdmlal_lane_s16(
ugh
, vget_high_s16(vv), cf16, 2);
309
int32x4_t
ugh
= vmlal_lane_s16(vh, vget_high_s16(uu), cf16, 1);
local
311
int32x4_t gch = vqdmlal_lane_s16(
ugh
, vget_high_s16(vv), cf16, 2);
/external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c
120
int32x4_t
ugh
= vmlal_lane_s16(vh, vget_high_s16(uu), cf16, 1); \
122
int32x4_t gch = vqdmlal_lane_s16(
ugh
, vget_high_s16(vv), cf16, 2); \
/external/webp/src/dsp/
upsampling_neon.c
120
int32x4_t
ugh
= vmlal_lane_s16(vh, vget_high_s16(uu), cf16, 1); \
122
int32x4_t gch = vqdmlal_lane_s16(
ugh
, vget_high_s16(vv), cf16, 2); \
Completed in 102 milliseconds