HomeSort by relevance Sort by last modified time
    Searched defs:q3 (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/llvm/test/MC/Hexagon/
v60-misc.s 35 # CHECK: 1c96f583 { q3 ^= vcmp.eq(v21.b,v22.b) }
36 q3 ^= vcmp.eq(v21.ub, v22.ub) label
47 # CHECK: 1c87e687 { q3 ^= vcmp.eq(v6.h,v7.h) }
48 q3 ^= vcmp.eq(v6.uh, v7.uh) label
59 # CHECK: 1c8eed8b { q3 ^= vcmp.eq(v13.w,v14.w) }
60 q3 ^= vcmp.eq(v13.uw, v14.uw) label
83 # CHECK: 28c7d836 { if (!q3) vmem(r7+#0):nt = v22 }
84 if (!q3) vmem(r7):nt = v22
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DeBlockPixel.c 70 int p3, p2, p1, p0, q0, q1, q2, q3; local
85 q3 = pQ0[ 3*Step];
90 p3, p2, p1, p0, q0, q1, q2, q3, alpha, beta);
154 pQ0[ 2*Step] = (OMX_U8)((2*q3 + 3*q2 + q1 + q0 + p0 + 4)>>3);
163 p3, p2, p1, p0, q0, q1, q2, q3, bS,
  /prebuilts/go/darwin-x86/test/ken/
divmod.go 20 q3 = -1
39 if n1/d2 != q3 || n1%d2 != r3 {
62 if in1/id2 != q3 || in1%id2 != r3 {
85 if bn1/bd2 != q3 || bn1%bd2 != r3 {
108 if sn1/sd2 != q3 || sn1%sd2 != r3 {
131 if ln1/ld2 != q3 || ln1%ld2 != r3 {
154 if qn1/qd2 != q3 || qn1%qd2 != r3 {
171 if n1/qd2 != q3 || n1%qd2 != r3 {
188 if qn1/d2 != q3 || qn1%d2 != r3 {
19 q3 = -1 const
  /prebuilts/go/linux-x86/test/ken/
divmod.go 20 q3 = -1
39 if n1/d2 != q3 || n1%d2 != r3 {
62 if in1/id2 != q3 || in1%id2 != r3 {
85 if bn1/bd2 != q3 || bn1%bd2 != r3 {
108 if sn1/sd2 != q3 || sn1%sd2 != r3 {
131 if ln1/ld2 != q3 || ln1%ld2 != r3 {
154 if qn1/qd2 != q3 || qn1%qd2 != r3 {
171 if n1/qd2 != q3 || n1%qd2 != r3 {
188 if qn1/d2 != q3 || qn1%d2 != r3 {
19 q3 = -1 const
  /external/clang/test/SemaCXX/
builtin-assume-aligned.cpp 24 constexpr void *q3 = __builtin_assume_aligned(&n, 4, 4); variable
extern-c.cpp 242 ExternCStruct3 *q3 = p3; member in namespace:tag_hiding
  /device/google/contexthub/firmware/os/algos/common/math/
quat.c 39 float q3 = q->z; local
42 float sq_q3 = 2.0f * q3 * q3;
44 float q3_q0 = 2.0f * q3 * q0;
45 float q1_q3 = 2.0f * q1 * q3;
47 float q2_q3 = 2.0f * q2 * q3;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Instances.py 43 q3 = e(i,i) variable in class:CreateInstances.test.e
NewInstances.py 52 q3 = e(i,i) variable in class:CreateNewInstances.test.e
  /external/libvpx/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 27 int16x8_t q1, q2, q3, q4, q5, q6; local
35 q3 = vld1q_s16(input);
57 vmulq_u16(vreinterpretq_u16_s16(q3), vreinterpretq_u16_s16(q5)));
66 q3 = vqdmulhq_n_s16(q2, sinpi8sqrt2);
73 d10 = vqsub_s16(vget_low_s16(q3), vget_high_s16(q4));
74 d11 = vqadd_s16(vget_high_s16(q3), vget_low_s16(q4));
91 q3 = vqdmulhq_n_s16(q2, sinpi8sqrt2);
101 d10 = vqsub_s16(vget_low_s16(q3), vget_high_s16(q4));
102 d11 = vqadd_s16(vget_high_s16(q3), vget_low_s16(q4));
idct_dequant_full_2x_neon.c 21 int16x8_t q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11; local
38 q3 = vld1q_s16(q);
67 q3 = vmulq_s16(q3, q1);
79 dLow0 = vget_low_s16(q3);
80 dHigh0 = vget_high_s16(q3);
83 q3 = vcombine_s16(dLow0, dLow1);
91 q10 = vqaddq_s16(q2, q3);
92 q11 = vqsubq_s16(q2, q3);
101 q3 = vqaddq_s16(q7, q4)
    [all...]
vp8_loopfilter_neon.c 18 uint8x16_t q3, // p3
25 uint8x16_t q10, // q3
36 q11u8 = vabdq_u8(q3, q4);
40 q3 = vabdq_u8(q9, q8);
45 q3 = vmaxq_u8(q3, q4);
53 q15u8 = vmaxq_u8(q15u8, q3);
129 uint8x16_t qblimit, qlimit, qthresh, q3, q4; local
137 q3 = vld1q_u8(src);
153 vp8_loop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9
172 uint8x16_t qblimit, qlimit, qthresh, q3, q4; local
320 uint8x16_t qblimit, qlimit, qthresh, q3, q4; local
432 uint8x16_t qblimit, qlimit, qthresh, q3, q4; local
    [all...]
  /external/eigen/test/
geo_quaternion.cpp 106 Quaternionx q3(rot1.transpose()*rot1);
107 VERIFY_IS_APPROX(q3*v1,v1);
207 Quaternionx q3 = mq3; local
211 VERIFY_IS_APPROX(q1.coeffs(), q3.coeffs());
212 VERIFY_IS_APPROX(q4.coeffs(), q3.coeffs());
231 VERIFY_IS_APPROX(mq3*mq2, q3*q2);
233 VERIFY_IS_APPROX(mcq3*mq2, q3*q2);
247 QuaternionUA *q3 = ::new(reinterpret_cast<void*>(arrayunaligned)) QuaternionUA; local
251 *q3 = *q1;
254 VERIFY_IS_APPROX(q1->coeffs(), q3->coeffs())
    [all...]
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
sieve.cpp 108 double qs(double *times, int n, double *q1, double *q2, double *q3) {
111 *q3 = medianof(times,n,3);
112 return *q3-*q1;
116 double q1,q2,q3; local
121 double iqr = qs(times,n,&q1,&q2,&q3);
123 double rangeMax = (q3+(1.5*iqr));
128 printf("iqr: %.9f, q1=%.9f, q2=%.9f, q3=%.9f, max=%.9f, n=%d\n", iqr,q1,q2,q3,(double)-1, n);
152 double iqr = qs(times,n,&q1,&q2,&q3);
154 rangeMax = (q3+(1.5*iqr))
    [all...]
  /external/libavc/common/
ih264_iquant_itrans_recon.c 124 WORD32 q0, q1, q2, q3; local
149 q3 = pi2_src_ptr[3];
150 INV_QUANT(q3, pu2_iscal_mat[3], pu2_weigh_mat[3], u4_qp_div_6, rnd_fact,
153 x2 = (q1 >> 1) - q3;
154 x3 = q1 + (q3 >> 1);
700 WORD32 q0, q1, q2, q3; local
729 q3 = pi2_src_ptr[3];
730 INV_QUANT(q3, pu2_iscal_mat[3], pu2_weigh_mat[3], u4_qp_div_6, rnd_fact,
733 x2 = (q1 >> 1) - q3;
734 x3 = q1 + (q3 >> 1)
    [all...]
ih264_deblk_edge_filters.c 109 UWORD8 p3, p2, p1, p0, q0, q1, q2, q3; local
145 q3 = pu1_src_temp[pos_q3];
175 pu1_src_temp[pos_q2] = (X2(q3) + X3(q2) + q1 + q0 + p0 + 4)
229 UWORD8 p3, p2, p1, p0, q0, q1, q2, q3; local
268 q3 = pu1_src_temp[pos_q3];
298 pu1_src_temp[pos_q2] = (X2(q3) + X3(q2) + q1 + q0 + p0
1014 UWORD8 p3, p2, p1, p0, q0, q1, q2, q3; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
sad_neon.c 22 uint64x2_t q3; local
41 q3 = vpaddlq_u32(q1);
42 d5 = vadd_u32(vreinterpret_u32_u64(vget_low_u64(q3)),
43 vreinterpret_u32_u64(vget_high_u64(q3)));
81 uint64x2_t q3; local
103 q3 = vpaddlq_u32(q1);
104 d5 = vadd_u32(vreinterpret_u32_u64(vget_low_u64(q3)),
105 vreinterpret_u32_u64(vget_high_u64(q3)));
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vertex.h 68 GLfloat u3, v3, q3; member in struct:__anon27952::__anon27954
  /external/openssh/
sc25519.c 56 crypto_uint32 *q3 = q2 + 33; local
77 if(i+j < 33) r2[i+j] += m[i]*q3[j];
  /external/guava/guava/src/com/google/common/cache/
Striped64.java 100 volatile long q0, q1, q2, q3, q4, q5, q6; field in class:Striped64.Cell
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_4_msa.c 19 v16u8 p3, p2, p1, p0, q3, q2, q1, q0, p1_out, p0_out, q0_out, q1_out; local
22 LD_UB8((src - 4 * pitch), pitch, p3, p2, p1, p0, q0, q1, q2, q3);
28 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit, b_limit, thresh, hev,
47 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
50 LD_UB8((src - 4 * pitch), pitch, p3, p2, p1, p0, q0, q1, q2, q3);
64 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, hev,
76 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
79 LD_UB8((src - 4), pitch, p3, p2, p1, p0, q0, q1, q2, q3);
85 TRANSPOSE8x8_UB_UB(p3, p2, p1, p0, q0, q1, q2, q3, p3, p2, p1, p0, q0, q1, q2,
86 q3);
108 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
    [all...]
loopfilter_mb_dspr2.c 32 uint32_t p3, p2, p1, p0, q0, q1, q2, q3; local
71 "lw %[q3], (%[sq3]) \n\t"
74 [q3] "=&r"(q3), [q2] "=&r"(q2), [q1] "=&r"(q1), [q0] "=&r"(q0)
79 p3, p2, q0, q1, q2, q3, &hev, &mask, &flat);
298 uint32_t p3, p2, p1, p0, q3, q2, q1, q0; local
331 "lw %[q3], (%[s1]) \n\t"
337 [q0] "=&r"(q0), [q1] "=&r"(q1), [q2] "=&r"(q2), [q3] "=&r"(q3)
376 /* transpose q0, q1, q2, q3
    [all...]
loopfilter_8_msa.c 19 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
26 LD_UB8((src - 4 * pitch), pitch, p3, p2, p1, p0, q0, q1, q2, q3);
32 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit, b_limit, thresh, hev,
34 VP9_FLAT4(p3, p2, p0, q0, q2, q3, flat);
47 q2, zero, q3, p3_r, p2_r, p1_r, p0_r, q0_r, q1_r, q2_r, q3_r);
85 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
95 LD_UB8(src - (4 * pitch), pitch, p3, p2, p1, p0, q0, q1, q2, q3);
110 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit, b_limit, thresh, hev,
112 VP9_FLAT4(p3, p2, p0, q0, q2, q3, flat);
119 q2, zero, q3, p3_r, p2_r, p1_r, p0_r, q0_r, q1_r, q2_r, q3_r)
156 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
233 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
    [all...]
  /external/webp/src/dsp/
dec_mips32.c 83 const int q0 = p[0], q1 = p[step], q2 = p[2 * step], q3 = p[3 * step]; local
88 abs_mips32(p1 - p0) <= it && abs_mips32(q3 - q2) <= it &&
  /external/libvpx/libvpx/vpx_dsp/
loopfilter.c 36 uint8_t q1, uint8_t q2, uint8_t q3) {
43 mask |= (abs(q3 - q2) > limit) * -1;
50 uint8_t q2, uint8_t q3) {
57 mask |= (abs(q3 - q0) > thresh) * -1;
63 uint8_t q1, uint8_t q2, uint8_t q3,
65 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3);
121 const uint8_t q0 = s[0 * p], q1 = s[1 * p], q2 = s[2 * p], q3 = s[3 * p]; local
123 filter_mask(*limit, *blimit, p3, p2, p1, p0, q0, q1, q2, q3);
145 const uint8_t q0 = s[0], q1 = s[1], q2 = s[2], q3 = s[3]; local
147 filter_mask(*limit, *blimit, p3, p2, p1, p0, q0, q1, q2, q3);
167 const uint8_t q0 = *oq0, q1 = *oq1, q2 = *oq2, q3 = *oq3; local
189 const uint8_t q0 = s[0 * p], q1 = s[1 * p], q2 = s[2 * p], q3 = s[3 * p]; local
214 const uint8_t q0 = s[0], q1 = s[1], q2 = s[2], q3 = s[3]; local
243 const uint8_t q0 = *oq0, q1 = *oq1, q2 = *oq2, q3 = *oq3, q4 = *oq4, local
295 const uint8_t q0 = s[0 * p], q1 = s[1 * p], q2 = s[2 * p], q3 = s[3 * p]; local
328 const uint8_t q0 = s[0], q1 = s[1], q2 = s[2], q3 = s[3]; local
458 const uint16_t q3 = s[3 * p]; local
483 const uint16_t q0 = s[0], q1 = s[1], q2 = s[2], q3 = s[3]; local
506 const uint16_t q0 = *oq0, q1 = *oq1, q2 = *oq2, q3 = *oq3; local
529 const uint16_t q0 = s[0 * p], q1 = s[1 * p], q2 = s[2 * p], q3 = s[3 * p]; local
556 const uint16_t q0 = s[0], q1 = s[1], q2 = s[2], q3 = s[3]; local
595 const uint16_t q3 = *oq3; local
659 const uint16_t q3 = s[3 * p]; local
704 const uint16_t q3 = s[3]; local
    [all...]

Completed in 3329 milliseconds

1 2 3 4 5 6