OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ubl
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c
265
int32x4_t
ubl
= vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(uu), 1), vget_low_s16(ud), cf16, 3);
local
267
int16x8_t ub = vcombine_s16(vrshrn_n_s32(
ubl
, 16), vrshrn_n_s32(ubh, 16));
313
int32x4_t
ubl
= vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(uu), 1), vget_low_s16(ud), cf16, 3);
local
315
int16x8_t ub = vcombine_s16(vrshrn_n_s32(
ubl
, 16), vrshrn_n_s32(ubh, 16));
/external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c
126
int32x4_t
ubl
= vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(uu), 1), \
130
int16x8_t ub = vcombine_s16(vrshrn_n_s32(
ubl
, 16), \
/external/webp/src/dsp/
upsampling_neon.c
126
int32x4_t
ubl
= vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(uu), 1), \
130
int16x8_t ub = vcombine_s16(vrshrn_n_s32(
ubl
, 16), \
Completed in 613 milliseconds