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

1 2 34 5

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
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...]
intra_est.cpp 738 uint32 temp1, temp2; local
1171 temp2 = ((x0 + x1) >> 2);
1172 temp2 |= (((x1 + x2) >> 2) << 8);
1173 temp2 |= (((x2 + x3) >> 2) << 16);
1174 temp2 |= (((x3 + x4) >> 2) << 24);
1176 *((uint32*)(pred += 4)) = temp2;
1181 temp2 = (temp2 >> 8) | (((x4 + x5) >> 2) << 24); /* rotate out old value */
1182 *((uint32*)(pred += 4)) = temp2;
    [all...]
  /bionic/libc/bionic/
md5.c 190 u_int32_t temp1, temp2; local
193 temp2 = temp1 >> 8;
195 temp2 &= 0x00ff00ff;
197 return temp1 | temp2;
  /external/libvpx/vp8/common/arm/armv6/
idct_v6.asm 75 add r11, r3, r11 ; temp2 1
76 rsb r11, r11, r10 ; c1 = temp1 - temp2 1 c1
83 add r3, r10, r3 ; d1 = temp1 + temp2 1 d1
107 add r10, r8, r10 ; temp2 1
108 rsb r9, r10, r9 ; c1 = temp1 - temp2 1 c1
116 add r10, r10, r8 ; d1 = temp1 + temp2 1 d1
293 uadd16 r1, r7, r1 ; 1c+1 | 5c+5 = temp2 (d) td2
306 uadd16 r6, r7, r6 ; 3c+3 | 7c+7 = temp2 (c) tc2
  /external/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 53 ;d7 - d1:temp2
55 ;d9 - c1:temp2
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/csc/
csc_nv12t_yuv420_uv_neon.s 65 @r11 temp2
103 add r11, r4, #31 @ temp2 = ((linear_y_size+31)>>5)<<5@
310 add r11, r4, #31 @ temp2 = ((linear_y_size+31)>>5)<<5@
449 add r11, r4, #31 @ temp2 = ((linear_y_size+31)>>5)<<5@
548 add r11, r4, #31 @ temp2 = ((linear_y_size+31)>>5)<<5@
677 mov r12, r3, asr #1 @ temp2 = linear_x_size/2
678 sub r12, r12, #1 @ temp2 = linear_x_size-1
721 mov r12, r6, asr #5 @ temp2 = i>>5
724 and r14, r12, #0x1 @ if (temp2 & 0x1)
729 sub r7, r12, #1 @ tiled_addr = temp2-
    [all...]
csc_deinterleave_memcpy.s 39 @r6 temp2
  /external/chromium/net/base/
dnssec_chain_verifier.cc 519 uint8 temp2[crypto::SHA256_LENGTH]; local
530 crypto::SHA256HashString(input, temp2, sizeof(temp2));
531 digest = temp2;
532 digest_len = sizeof(temp2);
  /external/opencv/cv/include/
cvtypes.h 289 float* Temp2; /* temp2->data.fl */
309 CvMat* temp2; member in struct:CvKalman
  /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/v8/src/arm/
lithium-codegen-arm.h 279 Register temp2,
285 void EmitIsConstructCall(Register temp1, Register temp2);
lithium-arm.h 545 LOperand* temp2,
550 temps_[1] = temp2;
    [all...]
lithium-codegen-arm.cc 1745 Register temp2 = scratch0(); local
1959 Register temp2 = ToRegister(instr->TempAt(0)); local
3524 Register temp2 = ToRegister(instr->TempAt(1)); local
3850 Register temp2 = ToRegister(instr->TempAt(1)); local
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 525 char temp2[20]; local
553 sprintf(temp2, "%x", (int)uloc_getLCID(testLocale));
554 if (strcmp(temp2, rawData2[LCID][i]) != 0) {
555 log_err("LCID mismatch: %s versus %s\n", temp2 , rawData2[LCID][i]);
2848 char temp2[40], temp3[40]; local
    [all...]
cnumtst.c 144 UChar temp2[512]; local
376 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
386 if (u_strcmp(temp2, temp)==0) {
567 unum_getSymbol(cur_frpattern, symType, temp2, sizeof(temp2), &status);
568 if(U_FAILURE(status) || u_strcmp(temp1, temp2) != 0)
1047 char temp2[128]; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 1525 ULong temp, temp2; local
    [all...]
  /external/jpeg/
transupp.c 74 JCOEF temp1, temp2; local
99 temp2 = *ptr2;
100 *ptr1++ = temp2;
103 temp2 = *ptr2;
104 *ptr1++ = -temp2;
  /external/sonivox/arm-wt-22k/lib_src/
eas_tonecontrol.c 783 EAS_I8 temp2; local
808 if (TC_GetNextChar(pEASData->hwInstData, pData, &temp2) != EAS_SUCCESS)
811 if ((temp == TC_FIELD_BLOCK_START) && (temp2 == blockNum))
  /libcore/luni/src/main/native/
cbigint.cpp 135 * do the temp1 + temp2 + carry addition correct. carry is 64 bit because gcc has
137 uint64_t temp1, temp2, temp3; /* temporary variables to help the SH-4, and gcc */ local
155 temp2 = arg2[index];
156 temp3 = temp1 + temp2;
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 412 Calendar temp2 = new GregorianCalendar(1999, Calendar.JANUARY, 12); local
413 test.test(" z", temp2, " EST", DateFormat.TIMEZONE_FIELD);
417 test.test(" zzzz", temp2, " Eastern Standard Time", DateFormat.TIMEZONE_FIELD);
  /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...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 74 int temp1 =0,temp2 =0; local
136 temp2 = atoi(argv[4]);
138 if (((temp1%16) != 0) || ((temp2%16) != 0))
145 decoder_context->video_resoultion.frame_width = temp2;
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 73 int temp1 =0,temp2 =0; local
142 temp2 = atoi(argv[4]);
144 if (((temp1%16) != 0) || ((temp2%16) != 0))
151 encoder_context->input_height = temp2;
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 1616 Register temp2 = ToRegister(instr->TempAt(1)); local
1833 Register temp2 = ToRegister(instr->TempAt(1)); local
    [all...]
  /external/icu4c/i18n/
locdspnm.cpp 415 UnicodeString temp2; local
422 .append(keyValueDisplayName(key, value, temp2));

Completed in 911 milliseconds

1 2 34 5