HomeSort by relevance Sort by last modified time
    Searched full:cf16 (Results 1 - 3 of 3) sorted by null

  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 174 const int16x4_t cf16 = vld1_s16(coef); local
255 int32x4_t vrl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(vv), 1), vget_low_s16(vd), cf16, 0);
256 int32x4_t vrh = vqdmlal_lane_s16(vshll_n_s16(vget_high_s16(vv), 1), vget_high_s16(vd), cf16, 0);
260 int32x4_t ugl = vmlal_lane_s16(vl, vget_low_s16(uu), cf16, 1);
261 int32x4_t ugh = vmlal_lane_s16(vh, vget_high_s16(uu), cf16, 1);
262 int32x4_t gcl = vqdmlal_lane_s16(ugl, vget_low_s16(vv), cf16, 2);
263 int32x4_t gch = vqdmlal_lane_s16(ugh, vget_high_s16(vv), cf16, 2);
265 int32x4_t ubl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(uu), 1), vget_low_s16(ud), cf16, 3);
266 int32x4_t ubh = vqdmlal_lane_s16(vshll_n_s16(vget_high_s16(uu), 1), vget_high_s16(ud), cf16, 3);
303 int32x4_t vrl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(vv), 1), vget_low_s16(vd), cf16, 0)
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c 130 int32x4_t yl = vmull_lane_s16(vget_low_s16(yy), cf16, 0); \
131 int32x4_t yh = vmull_lane_s16(vget_high_s16(yy), cf16, 0); \
132 const int32x4_t rl = vmlal_lane_s16(yl, vget_low_s16(vv), cf16, 1);\
133 const int32x4_t rh = vmlal_lane_s16(yh, vget_high_s16(vv), cf16, 1);\
134 int32x4_t gl = vmlsl_lane_s16(yl, vget_low_s16(uu), cf16, 2); \
135 int32x4_t gh = vmlsl_lane_s16(yh, vget_high_s16(uu), cf16, 2); \
138 gl = vmlsl_lane_s16(gl, vget_low_s16(vv), cf16, 3); \
139 gh = vmlsl_lane_s16(gh, vget_high_s16(vv), cf16, 3); \
198 const int16x4_t cf16 = vld1_s16(kCoeffs); \
  /external/webp/src/dsp/
upsampling_neon.c 130 int32x4_t yl = vmull_lane_s16(vget_low_s16(yy), cf16, 0); \
131 int32x4_t yh = vmull_lane_s16(vget_high_s16(yy), cf16, 0); \
132 const int32x4_t rl = vmlal_lane_s16(yl, vget_low_s16(vv), cf16, 1);\
133 const int32x4_t rh = vmlal_lane_s16(yh, vget_high_s16(vv), cf16, 1);\
134 int32x4_t gl = vmlsl_lane_s16(yl, vget_low_s16(uu), cf16, 2); \
135 int32x4_t gh = vmlsl_lane_s16(yh, vget_high_s16(uu), cf16, 2); \
138 gl = vmlsl_lane_s16(gl, vget_low_s16(vv), cf16, 3); \
139 gh = vmlsl_lane_s16(gh, vget_high_s16(vv), cf16, 3); \
198 const int16x4_t cf16 = vld1_s16(kCoeffs); \

Completed in 60 milliseconds