HomeSort by relevance Sort by last modified time
    Searched defs:d15 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 22 int32x2_t d14, d15; local
29 d14 = d15 = vdup_n_s32(0);
49 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 0);
51 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 1);
128 vreinterpret_u8_s32(d15)));
131 d15 = vreinterpret_s32_u8(vqmovun_s16(q2));
138 vst1_lane_s32((int32_t *)dst0, d15, 0);
140 vst1_lane_s32((int32_t *)dst0, d15, 1)
    [all...]
loopfilter_neon.c 181 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
208 d15 = vld1_u8(v);
225 q7 = vcombine_u8(d14, d15);
313 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
348 d15 = vld1_u8(s);
360 q7 = vcombine_u8(d14, d15);
407 q4ResultH.val[2] = vget_high_u8(q7); // d15
428 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
464 d15 = vld1_u8(vs);
476 q7 = vcombine_u8(d14, d15);
    [all...]
mbloopfilter_neon.c 215 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
242 d15 = vld1_u8(v);
259 q7 = vcombine_u8(d14, d15);
305 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
334 d15 = vld1_u8(s2);
351 q7 = vcombine_u8(d14, d15);
472 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
501 d15 = vld1_u8(vs);
518 q7 = vcombine_u8(d14, d15);
  /external/libvpx/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 22 int32x2_t d14, d15; local
29 d14 = d15 = vdup_n_s32(0);
49 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 0);
51 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 1);
128 vreinterpret_u8_s32(d15)));
131 d15 = vreinterpret_s32_u8(vqmovun_s16(q2));
138 vst1_lane_s32((int32_t *)dst0, d15, 0);
140 vst1_lane_s32((int32_t *)dst0, d15, 1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 22 int32x2_t d14, d15; local
29 d14 = d15 = vdup_n_s32(0);
49 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 0);
51 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 1);
128 vreinterpret_u8_s32(d15)));
131 d15 = vreinterpret_s32_u8(vqmovun_s16(q2));
138 vst1_lane_s32((int32_t *)dst0, d15, 0);
140 vst1_lane_s32((int32_t *)dst0, d15, 1)
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.h 118 d8, d9, d10, d11, d12, d13, d14, d15, enumerator in enum:v8::internal::Simulator::Register
assembler-arm.h 208 // d15: scratch register.
327 // Support for the VFP registers s0 to s31 (d0 to d15).
378 const LowDwVfpRegister d15 = { 15 }; member in namespace:v8::internal
418 #define kLastCalleeSavedDoubleReg d15
420 #define kScratchDoubleReg d15
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 5350 double d15 = 15; local
    [all...]

Completed in 205 milliseconds