/ndk/tests/build/b9193874-neon/jni/ |
b9193874-neon.c | 255 int32x4_t vrl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(vv), 1), vget_low_s16(vd), cf16, 0); local 257 int16x8_t vr = vcombine_s16(vrshrn_n_s32(vrl, 16), vrshrn_n_s32(vrh, 16)); 303 int32x4_t vrl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(vv), 1), vget_low_s16(vd), cf16, 0); local 305 int16x8_t vr = vcombine_s16(vrshrn_n_s32(vrl, 16), vrshrn_n_s32(vrh, 16));
|
/frameworks/av/services/audioflinger/ |
AudioMixer.cpp | 1226 const uint32_t vrl = t->volumeRL; local 1265 const uint32_t vrl = t->volumeRL; local 1605 const uint32_t vrl = t.volumeRL; local [all...] |
/external/opencv3/3rdparty/libwebp/dsp/ |
upsampling_neon.c | 110 int32x4_t vrl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(vv), 1), \ 114 int16x8_t vr = vcombine_s16(vrshrn_n_s32(vrl, 16), \
|