HomeSort by relevance Sort by last modified time
    Searched defs:temp2 (Results 76 - 100 of 131) sorted by null

1 2 34 5 6

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16_s.s 53 temp2 RN 12 label
451 USAT16 temp2, #13, p3p1
455 AND temp2, r0x00FF00FF, temp2, ASR #5
457 ORR temp1, temp1, temp2, LSL #8
460 USAT16 temp2, #13, p7p5
464 AND temp2, r0x00FF00FF, temp2, ASR #5
466 ORR temp1, temp1, temp2, LSL #8
469 USAT16 temp2, #13, p11p
    [all...]
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 124 temp2 RN 11 label
353 SMLATB temp2, colOp00, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
358 PKHBT out00, temp1, temp2, LSL #14 ;// c0w0 = | Temp2 | Temp1 |
359 PKHBT out02, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
365 SMLATB temp2, colOp10, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
370 PKHBT out10, temp1, temp2, LSL #14 ;// c0w0 = | Temp2 | Temp1
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 1851 OMX_U32 temp2 = -1; local
    [all...]
  /libcore/luni/src/main/native/
cbigint.cpp 136 * do the temp1 + temp2 + carry addition correct. carry is 64 bit because gcc has
138 uint64_t temp1, temp2, temp3; /* temporary variables to help the SH-4, and gcc */ local
156 temp2 = arg2[index];
157 temp3 = temp1 + temp2;
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 425 Calendar temp2 = new GregorianCalendar(1999, Calendar.JANUARY, 12); local
426 test.test(" z", temp2, " EST", DateFormat.TIMEZONE_FIELD);
430 test.test(" zzzz", temp2, " Eastern Standard Time", DateFormat.TIMEZONE_FIELD);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
SimpleDateFormatTest.java 469 Calendar temp2 = new GregorianCalendar(1999, Calendar.JANUARY, 12); local
470 test.test(" z", temp2, " GMT-05:00", DateFormat.TIMEZONE_FIELD);
475 test.test(" zzzz", temp2, " GMT-05:00",
    [all...]
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 246 double temp, temp1, temp2; local
254 temp2 = 0.;
255 if (k != n-1) temp2 = x[k+1];
256 fvec[k] = temp - temp1 - 2.*temp2 + 1.;
351 double temp, temp1, temp2; local
360 temp2 = 0.;
361 if (k != n-1) temp2 = x[k+1];
362 fvec[k] = temp - temp1 - 2.*temp2 + 1.;
    [all...]
  /external/icu4c/common/
rbbitblb.cpp 642 RBBIStateDescriptor *temp2; local
643 temp2 = (RBBIStateDescriptor *)fDStates->elementAt(ix);
644 if (setEquals(U, temp2->fPositions)) {
646 U = temp2->fPositions;
    [all...]
  /external/icu4c/i18n/
locdspnm.cpp 599 UnicodeString temp2; local
605 keyValueDisplayName(key, value, temp2);
606 if (temp2 != UnicodeString(value, -1, US_INV)) {
607 appendWithSep(resultRemainder, temp2);
612 temp2
621 .append(temp2);
    [all...]
msgfmt.cpp 1666 DecimalFormat *temp2; local
    [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp 199 UnicodeString temp2=bi2->getRules(); local
201 if( temp2.compare(temp3) ==0 || temp.compare(temp2) == 0 || temp.compare(temp3) != 0)
    [all...]
dtfmrgts.cpp 461 UnicodeString temp2; local
462 fulldate->format(curDate, temp2);
463 strFullDate += temp2;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 53 temp2 = new Vector3f(), field in class:SweepSphere
99 temp2.set(p1).subtractLocal(line1);
100 temp1.crossLocal(temp2);
102 temp2.set(p2).subtractLocal(line1);
103 temp3.crossLocal(temp2);
175 Vector3f base = temp2.set(l1).subtractLocal(sCenter);
361 temp2.set(center).subtractLocal(other.center);
368 float b = 2f * temp1.dot(temp2);
369 float c = temp2.lengthSquared() - temp3.getX() * temp3.getX();
380 temp2.set(other.velocity).multLocal(t).addLocal(other.center)
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 760 int32_t temp2; local
842 temp2 = MULT_EG1_EG1(pReverb->m_nRoomLpfFbk, pReverb->m_nCosWT_5KHz)
844 ALOGV("get REVERB_PARAM_ROOM_HF_LEVEL, 2 Cos a1 %d", temp2);
845 temp = 32767 + temp - temp2;
894 temp2 = MULT_EG1_EG1(pReverb->m_nRvbLpfFbk, pReverb->m_nCosWT_5KHz)
896 temp = 32767 + temp - temp2;
900 temp2 = (pReverb->m_nRvbLpfFwd << 15) / (32767
904 temp2 = Effects_Linear16ToMillibels(temp2);
905 ALOGV("get REVERB_PARAM_DECAY_HF_RATIO, gain 5KHz %d mB, gain DC %d mB", temp, temp2);
1043 int32_t temp2; local
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 114 double back,Jf_dx[18],f[2],temp,temp2; local
130 temp=Jf_dx[0]; temp2=Jf_dx[9];
131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9];
132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10];
133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11];
134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12];
135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13];
136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14];
137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15];
138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16]
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_rob_image_homography.cpp 114 double back,Jf_dx[18],f[2],temp,temp2; local
130 temp=Jf_dx[0]; temp2=Jf_dx[9];
131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9];
132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10];
133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11];
134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12];
135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13];
136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14];
137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15];
138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16]
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 114 double back,Jf_dx[18],f[2],temp,temp2; local
130 temp=Jf_dx[0]; temp2=Jf_dx[9];
131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9];
132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10];
133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11];
134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12];
135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13];
136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14];
137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15];
138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16]
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 132 uint32_t temp2; local
157 temp2 = crc_ta[(crc^*ptr) & 0xFF];
158 crc = temp1^temp2;
    [all...]
  /external/opencv/cvaux/src/
cvlmeds.cpp 680 double *temp2; local
705 temp2 = (double *) cvAlloc( (num8) * sizeof( double ));
707 if( !temp2 )
718 cvFree( &temp2 );
765 /* ----------- temp2 = V * W(-1) * U(T) ----------- */
771 temp2[a_num + b] = 0;
776 temp2[a_num + b] += temp1[a8 + t] * U[b8 + t];
791 solution[a] += temp2[a_num + t] * f[t];
836 cvFree( &temp2 );
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2W.s 996 temp2 .reg %r19 ; only reg label
1018 AND m,high_mask,temp2 ; m & Mask
1023 EXTRD,U temp2,32,33,temp1 ; temp1 = m&Mask >> 32-1
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 129 int temp2[21][21]; /* for intermediate results */ local
165 eVertInterp2MC(ref, picpitch, &temp2[0][0], 21, blkwidth + 5, blkheight);
167 eHorzInterp2MC(&temp2[0][2], 21, pred, pred_pitch, blkwidth, blkheight, dx);
174 eHorzInterp3MC(ref, picpitch, &temp2[0][0], 21, blkwidth, blkheight + 5);
175 eVertInterp3MC(&temp2[2][0], 21, pred, pred_pitch, blkwidth, blkheight, dy);
    [all...]
motion_est.cpp 486 uint32 temp1, temp2; local
496 temp2 = src[width-1]; /* top-right corner */
499 temp2 |= (temp2 << 8);
500 temp2 |= (temp2 << 16);
511 *((uint32*)(dst += width)) = temp2;
512 *((uint32*)(dst + 4)) = temp2;
513 *((uint32*)(dst + 8)) = temp2;
514 *((uint32*)(dst + 12)) = temp2;
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 3883 struct snd_ucm_ident_node *temp1, *temp2; local
    [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp 1396 FIXP_DBL temp2 = bufferImag[l] << (int)preShift; local
1413 FIXP_DBL temp2 = bufferImag[l] >> (int)negpreShift; local
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 127 UChar temp2[512]; local
356 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
366 if (u_strcmp(temp2, temp)==0) {
548 unum_getSymbol(cur_frpattern, symType, temp2, sizeof(temp2), &status);
549 if(U_FAILURE(status) || u_strcmp(temp1, temp2) != 0)
1208 char temp2[128]; local
1951 char temp2[256]; local
    [all...]

Completed in 867 milliseconds

1 2 34 5 6