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

  /frameworks/rs/scriptc/
rs_quaternion.rsh 164 rs_quaternion qtmp;
165 rsQuaternionSet(&qtmp, q);
167 q->w = qtmp.w*rhs->w - qtmp.x*rhs->x - qtmp.y*rhs->y - qtmp.z*rhs->z;
168 q->x = qtmp.w*rhs->x + qtmp.x*rhs->w + qtmp.y*rhs->z - qtmp.z*rhs->y
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_quaternion.rsh 164 rs_quaternion qtmp;
165 rsQuaternionSet(&qtmp, q);
167 q->w = qtmp.w*rhs->w - qtmp.x*rhs->x - qtmp.y*rhs->y - qtmp.z*rhs->z;
168 q->x = qtmp.w*rhs->x + qtmp.x*rhs->w + qtmp.y*rhs->z - qtmp.z*rhs->y
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
rs__quaternion_8rsh_source.html 129 <a name="l00164"></a>00164 <a class="code" href="rs__types_8rsh.html#a86f99f382dc35fc8ad98b524fe6d5447">rs_quaternion</a> qtmp;
130 <a name="l00165"></a>00165 <a class="code" href="rs__quaternion_8rsh.html#a5ff868dbc33e710a666a102fdcc6670a">rsQuaternionSet</a>(&amp;qtmp, q);
132 <a name="l00167"></a>00167 q-&gt;w = qtmp.w*rhs-&gt;w - qtmp.x*rhs-&gt;x - qtmp.y*rhs-&gt;y - qtmp.z*rhs-&gt;z;
133 <a name="l00168"></a>00168 q-&gt;x = qtmp.w*rhs-&gt;x + qtmp.x*rhs-&gt;w + qtmp.y*rhs-&gt;z - qtmp.z*rhs-&gt;y
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16_s.s 147 qTmp QN Q0.U8
221 VLD1 {qTmp[]}, [pTmp], leftStep
224 VST1 qTmp, [pTmp2], dstStep
226 VLD1 {qTmp[]}, [pTmp], leftStep
228 VST1 qTmp, [pTmp2], dstStep
230 VLD1 {qTmp[]}, [pTmp], leftStep
232 VST1 qTmp, [pTmp2], dstStep
234 VLD1 {qTmp[]}, [pTmp], leftStep
236 VST1 qTmp, [pTmp2], dstStep
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 116 qTmp QN 4.S16
  /external/aac/libAACenc/src/
psy_configuration.cpp 470 INT qtmp, qsnr, sfbWidth; local
530 tmp = f2Pow(pePart, DFRACT_BITS-1-qpeprt, &qtmp);
531 qtmp = DFRACT_BITS-1-qtmp;
534 qsnr = fixMin(qtmp, 30);
535 tmp = tmp >> (qtmp - qsnr);
pnsparam.cpp 297 INT qtmp, sfbWidth; local
302 tmp = fPow(np->refPower, 0, sfbWidth, DFRACT_BITS-1-5, &qtmp);
303 np->powDistPSDcurve[i] = (FIXP_SGL)((LONG)(scaleValue(tmp, qtmp) >> 16));
  /external/aac/libSBRenc/src/
nf_est.cpp 441 INT i, qexp, qtmp; local
493 tmp = fPow(2, DFRACT_BITS-1, exp, qexp, &qtmp);
494 tmp = scaleValue(tmp, qtmp-NOISE_FLOOR_OFFSET_SCALING);
sbrenc_freq_sca.cpp 542 INT i, qb, qe, qtmp; local
552 tmp = fPow(base, qb, exp, qe, &qtmp);
554 current = (INT)scaleValue(tmp, qtmp-23);
  /external/dropbear/libtommath/mtest/
mpi.c 1146 mp_int qtmp, rtmp; local
1188 if((res = mp_init_copy(&qtmp, a)) != MP_OKAY)
1193 if((res = s_mp_div(&qtmp, &rtmp)) != MP_OKAY)
1199 SIGN(&qtmp) = MP_ZPOS; /* Sq = MP_ZPOS if Sa = Sb */
1201 SIGN(&qtmp) = MP_NEG; /* Sq = MP_NEG if Sa != Sb */
1203 if(s_mp_cmp_d(&qtmp, 0) == MP_EQ)
1204 SIGN(&qtmp) = MP_ZPOS;
1210 s_mp_exch(&qtmp, q);
1217 mp_clear(&qtmp);
    [all...]

Completed in 434 milliseconds