HomeSort by relevance Sort by last modified time
    Searched refs:vqmovun_s16 (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
idct_dequant_0_2x_neon.c 46 d2u8 = vqmovun_s16(vreinterpretq_s16_u16(q1u16));
47 d4u8 = vqmovun_s16(vreinterpretq_s16_u16(q2u16));
dc_only_idct_add_neon.c 35 d2u8 = vqmovun_s16(vreinterpretq_s16_u16(q1u16));
idct_dequant_full_2x_neon.c 162 d28 = vreinterpret_s32_u8(vqmovun_s16(q4));
163 d29 = vreinterpret_s32_u8(vqmovun_s16(q5));
164 d30 = vreinterpret_s32_u8(vqmovun_s16(q6));
165 d31 = vreinterpret_s32_u8(vqmovun_s16(q7));
reconintra_neon.c 89 const uint8x8_t pred_lo = vqmovun_s16(b_lo);
90 const uint8x8_t pred_hi = vqmovun_s16(b_hi);
197 const uint8x8_t pred_u = vqmovun_s16(b_u);
198 const uint8x8_t pred_v = vqmovun_s16(b_v);
dequant_idct_neon.c 130 d14 = vreinterpret_s32_u8(vqmovun_s16(q1));
131 d15 = vreinterpret_s32_u8(vqmovun_s16(q2));
shortidct4x4llm_neon.c 115 d1u8 = vqmovun_s16(vreinterpretq_s16_u16(q1u16));
  /external/libvpx/libvpx/vp8/common/arm/neon/
dc_only_idct_add_neon.c 35 d2u8 = vqmovun_s16(vreinterpretq_s16_u16(q1u16));
dequant_idct_neon.c 130 d14 = vreinterpret_s32_u8(vqmovun_s16(q1));
131 d15 = vreinterpret_s32_u8(vqmovun_s16(q2));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
dc_only_idct_add_neon.c 35 d2u8 = vqmovun_s16(vreinterpretq_s16_u16(q1u16));
dequant_idct_neon.c 130 d14 = vreinterpret_s32_u8(vqmovun_s16(q1));
131 d15 = vreinterpret_s32_u8(vqmovun_s16(q2));
  /ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/
idct_dequant_full_2x_neon.c 162 d28 = vreinterpret_s32_u8(vqmovun_s16(q4));
163 d29 = vreinterpret_s32_u8(vqmovun_s16(q5));
164 d30 = vreinterpret_s32_u8(vqmovun_s16(q6));
165 d31 = vreinterpret_s32_u8(vqmovun_s16(q7));
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 109 vqmovun_s16 (int16x8_t __a) function
280 y = vqmovun_s16(vcombine_s16(vrshrn_n_s32(rl, 16), vrshrn_n_s32(rh, 16)));
281 u = vqmovun_s16(vcombine_s16(vrshrn_n_s32(gl, 16), vrshrn_n_s32(gh, 16)));
282 v = vqmovun_s16(vcombine_s16(vrshrn_n_s32(bl, 16), vrshrn_n_s32(bh, 16)));
328 y = vqmovun_s16(vcombine_s16(vrshrn_n_s32(rl, 16), vrshrn_n_s32(rh, 16)));
329 u = vqmovun_s16(vcombine_s16(vrshrn_n_s32(gl, 16), vrshrn_n_s32(gh, 16)));
330 v = vqmovun_s16(vcombine_s16(vrshrn_n_s32(bl, 16), vrshrn_n_s32(bh, 16)));
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_arm_neon.cpp 191 uint8x8_t accum8 = vqmovun_s16(vcombine_s16(accum16, accum16));
258 uint8x16_t accum8 = vcombine_u8(vqmovun_s16(accum16_0), vqmovun_s16(accum16_1));
317 uint8x16_t accum8 = vcombine_u8(vqmovun_s16(accum16_0), vqmovun_s16(accum16_1));
476 res = vqmovun_s16(vcombine_s16(accum16, accum16));
  /external/skia/src/opts/
SkBitmapProcState_arm_neon.cpp 191 uint8x8_t accum8 = vqmovun_s16(vcombine_s16(accum16, accum16));
258 uint8x16_t accum8 = vcombine_u8(vqmovun_s16(accum16_0), vqmovun_s16(accum16_1));
317 uint8x16_t accum8 = vcombine_u8(vqmovun_s16(accum16_0), vqmovun_s16(accum16_1));
476 res = vqmovun_s16(vcombine_s16(accum16, accum16));
  /external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c 143 y = vqmovun_s16(vcombine_s16(vrshrn_n_s32(rl, YUV_FIX2), \
145 u = vqmovun_s16(vcombine_s16(vrshrn_n_s32(gl, YUV_FIX2), \
147 v = vqmovun_s16(vcombine_s16(vrshrn_n_s32(yl, YUV_FIX2), \
enc_neon.c 50 const uint8x8_t dst01_u8 = vqmovun_s16(dst01);
51 const uint8x8_t dst23_u8 = vqmovun_s16(dst23);
    [all...]
dec_neon.c 403 const uint8x8_t dst01_u8 = vqmovun_s16(dst01);
404 const uint8x8_t dst23_u8 = vqmovun_s16(dst23);
    [all...]
  /external/webp/src/dsp/
upsampling_neon.c 143 y = vqmovun_s16(vcombine_s16(vrshrn_n_s32(rl, YUV_FIX2), \
145 u = vqmovun_s16(vcombine_s16(vrshrn_n_s32(gl, YUV_FIX2), \
147 v = vqmovun_s16(vcombine_s16(vrshrn_n_s32(yl, YUV_FIX2), \
enc_neon.c 50 const uint8x8_t dst01_u8 = vqmovun_s16(dst01);
51 const uint8x8_t dst23_u8 = vqmovun_s16(dst23);
    [all...]
dec_neon.c 403 const uint8x8_t dst01_u8 = vqmovun_s16(dst01);
404 const uint8x8_t dst23_u8 = vqmovun_s16(dst23);
    [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_filters_luma_vert_w16inp.s 192 vqrshrun.s16 d8,q4,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
210 vqrshrun.s16 d10,q5,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
276 vqrshrun.s16 d8,q4,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
298 vqrshrun.s16 d10,q5,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
343 vqrshrun.s16 d8,q4,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
355 vqrshrun.s16 d10,q5,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
ihevc_inter_pred_luma_vert_w16inp_w16out.s 203 @vqrshrun.s16 d8,q4,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
222 @vqrshrun.s16 d10,q5,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
292 @vqrshrun.s16 d8,q4,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
315 @vqrshrun.s16 d10,q5,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
363 @vqrshrun.s16 d8,q4,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
376 @vqrshrun.s16 d10,q5,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
ihevc_inter_pred_filters_luma_vert.s 198 vqrshrun.s16 d8,q4,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
213 vqrshrun.s16 d10,q5,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
289 vqrshrun.s16 d8,q4,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
316 vqrshrun.s16 d10,q5,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
370 vqrshrun.s16 d8,q4,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
383 vqrshrun.s16 d10,q5,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
473 vqrshrun.s16 d0,q0,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
659 @vqrshrun.s16 d10,q5,#6 @sto_res = vqmovun_s16(sto_res_tmp)@
    [all...]
ihevc_intra_pred_filters_neon_intr.c     [all...]
  /external/clang/test/CodeGen/
aarch64-neon-misc.c     [all...]

Completed in 247 milliseconds

1 2