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

1 23 4 5

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp 134 temp2 = *((uint32*)(prev+4)); \
136 *((uint32*)(ptr+4)) = temp2; \
138 *((uint32*)(ptr+4)) = temp2;\
140 *((uint32*)(ptr+4)) = temp2;\
142 *((uint32*)(ptr+4)) = temp2;\
144 *((uint32*)(ptr+4)) = temp2;\
146 *((uint32*)(ptr+4)) = temp2;\
148 *((uint32*)(ptr+4)) = temp2;\
150 *((uint32*)(ptr+4)) = temp2;}
259 uint32 temp, temp2; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 95 temp2 RN 9 label
218 LDR temp2,[predCoeffTable,curQP] ;// temp=0x1ffff/curQP
219 VDUP qCoeffTab,temp2
281 ADD temp2,pSrcDst,#32
282 VLD4 {dtemp4,dtemp5,dtemp6,dtemp7},[temp2] ;// Loading next 16 coefficients Interleaving by 4
290 VST4 {dtemp4,dtemp5,dtemp6,dtemp7},[temp2]!
292 MOV temp1,temp2
293 VLD4 {dtemp0,dtemp1,dtemp2,dtemp3},[temp2]! ;// Loading coefficients Interleaving by 4
295 VLD4 {dtemp4,dtemp5,dtemp6,dtemp7},[temp2]
304 VST4 {dtemp4,dtemp5,dtemp6,dtemp7},[temp2]
    [all...]
  /external/libgsm/src/
rpe.c 267 word xmax, xmaxc, temp, temp1, temp2; local
327 temp2 = gsm_NRFAC[ mant ]; /* inverse mantissa */
334 temp = GSM_MULT( temp, temp2 );
361 word temp, temp1, temp2, temp3; local
367 temp2 = gsm_sub( 6, exp ); /* see 4.2-15 for exp */
368 temp3 = gsm_asl( 1, gsm_sub( temp2, 1 ));
381 *xMp++ = gsm_asr( temp, temp2 );
  /frameworks/base/media/libstagefright/codecs/aacdec/
sbr_generate_high_freq.cpp 492 Int32 temp2; local
573 temp2 = ac.det;
575 temp2 = temp2 > 0 ? temp2 : -temp2;
578 if ((temp3 >> 2) >= temp2 || fac == (Int32)0x80000000)
700 Int32 temp2; local
754 temp2 = sourceBufferReal[i - 1][loBand];
761 targetBufferReal[i*SBR_NUM_BANDS + j] = temp1 + fxp_mul32_Q28(a0r, temp2)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
Color.cpp 79 static double calcHue(double temp1, double temp2, double hueVal)
86 return temp1 + (temp2 - temp1) * hueVal * 6.0;
88 return temp2;
90 return temp1 + (temp2 - temp1) * (2.0 / 3.0 - hueVal) * 6.0;
108 double temp2 = lightness < 0.5 ? lightness * (1.0 + saturation) : lightness + saturation - lightness * saturation;
109 double temp1 = 2.0 * lightness - temp2;
111 return makeRGBA(static_cast<int>(calcHue(temp1, temp2, hue + 1.0 / 3.0) * scaleFactor),
112 static_cast<int>(calcHue(temp1, temp2, hue) * scaleFactor),
113 static_cast<int>(calcHue(temp1, temp2, hue - 1.0 / 3.0) * scaleFactor),
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dequantize_sample.cpp 275 int32 temp2 = fxp_mul32_Q32((ss - cb_begin) << 16, mp3_shortwindBandWidths[sfreq][cb_width]); local
276 temp2 = (temp2 + 1) >> 15;
279 global_gain -= gr_info->subblock_gain[temp2] << 3;
280 global_gain -= (1 + gr_info->scalefac_scale) * (scalefac->s[temp2][cb] << 1);
pvmp3_equalizer.cpp 342 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]); local
346 *(inData++) = temp2;
357 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]); local
361 *(inData++) = temp2;
382 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]); local
386 *(inData++) = fxp_mul32_Q32(temp2 << 1, *(pt_equalizer++));
399 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]); local
403 *(inData++) = fxp_mul32_Q32(temp2 << 1, *(pt_equalizer++));
pvmp3_dct_16.cpp 317 int32 temp2; local
324 temp2 = vec[10];
340 vec[20] = temp2;
341 temp2 = vec[13];
355 vec[26] = temp2;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 843 OMX_S32 temp1,temp2; local
852 temp2 = ( lo2* lo1 ) >> 16;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
890 temp2 = ( hi1* lo2 ) >> 16;
893 result = armSatAdd_S32(temp1,temp2);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 843 OMX_S32 temp1,temp2; local
852 temp2 = ( lo2* lo1 ) >> 16;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
890 temp2 = ( hi1* lo2 ) >> 16;
893 result = armSatAdd_S32(temp1,temp2);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 843 OMX_S32 temp1,temp2; local
852 temp2 = ( lo2* lo1 ) >> 16;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
890 temp2 = ( hi1* lo2 ) >> 16;
893 result = armSatAdd_S32(temp1,temp2);
  /external/jpeg/
jcphuff.c 380 register int temp, temp2; local
405 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al);
408 temp = temp2 - entropy->last_dc_val[ci];
409 entropy->last_dc_val[ci] = temp2;
412 temp2 = temp;
415 /* For a negative input, want temp2 = bitwise complement of abs(input) */
417 temp2--;
438 emit_bits(entropy, (unsigned int) temp2, nbits);
467 register int temp, temp2; local
497 * interwoven with finding the abs value (temp) and output bits (temp2)
    [all...]
jchuff.c 356 register int temp, temp2; local
362 temp = temp2 = block[0] - last_dc_val;
366 /* For a negative input, want temp2 = bitwise complement of abs(input) */
368 temp2--;
390 if (! emit_bits(state, (unsigned int) temp2, nbits))
408 temp2 = temp;
412 temp2--;
430 if (! emit_bits(state, (unsigned int) temp2, nbits))
  /frameworks/base/media/libeffects/testlibs/
EffectReverb.c 749 int32_t temp2; local
831 temp2 = MULT_EG1_EG1(pReverb->m_nRoomLpfFbk, pReverb->m_nCosWT_5KHz)
833 LOGV("get REVERB_PARAM_ROOM_HF_LEVEL, 2 Cos a1 %d", temp2);
834 temp = 32767 + temp - temp2;
883 temp2 = MULT_EG1_EG1(pReverb->m_nRvbLpfFbk, pReverb->m_nCosWT_5KHz)
885 temp = 32767 + temp - temp2;
889 temp2 = (pReverb->m_nRvbLpfFwd << 15) / (32767
893 temp2 = Effects_Linear16ToMillibels(temp2);
894 LOGV("get REVERB_PARAM_DECAY_HF_RATIO, gain 5KHz %d mB, gain DC %d mB", temp, temp2);
1032 int32_t temp2; local
    [all...]
  /external/libvpx/vp8/common/
filter.c 418 unsigned char temp2[16];
421 filter_block2d_bil(src_ptr, temp2, src_pixels_per_line, 4, HFilter, VFilter, 4, 4);
425 if (temp1[i] != temp2[i])
428 filter_block2d_bil(src_ptr, temp2, src_pixels_per_line, 4, HFilter, VFilter, 4, 4);
  /external/libvpx/vp8/decoder/arm/neon/
idct_dequant_dc_full_2x_neon.asm 68 ; q7: 12 * sinpi : d1/temp2
91 ; q5: 12 + 12 * cospi : c1/temp2
95 ; c1 = temp1 - temp2
96 ; d1 = temp1 + temp2
121 ; q9: 3 * sinpi : d1/temp2
137 ; q11: 3 + 3 * cospi : c1/temp2
141 ; q8: c1 = temp1 - temp2
142 ; q9: d1 = temp1 + temp2
idct_dequant_full_2x_neon.asm 60 ; q7: 12 * sinpi : d1/temp2
83 ; q5: 12 + 12 * cospi : c1/temp2
87 ; c1 = temp1 - temp2
88 ; d1 = temp1 + temp2
113 ; q9: 3 * sinpi : d1/temp2
129 ; q11: 3 + 3 * cospi : c1/temp2
133 ; q8: c1 = temp1 - temp2
134 ; q9: d1 = temp1 + temp2
  /external/opencv/otherlibs/highgui/
loadsave.cpp 498 CvMat *temp = 0, *temp2 = 0; local
535 CV_CALL( temp2 = cvCreateMat(image->rows,
537 CV_CALL( cvConvertImage( image, temp2 ));
538 image = temp2;
550 cvReleaseMat( &temp2 );
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/csc/
csc_yuv420_nv12t_y_neon.s 64 @r11 temp2
337 and r11, r5, #0x1F @ temp2 = i&0x1F
338 mov r11, r11, lsl #6 @ temp2 = 64*temp2
339 add r6, r6, r11 @ tiled_addr = tiled_addr+temp2
375 and r11, r5, #0x1F @ temp2 = i&0x1F
376 mov r11, r11, lsl #6 @ temp2 = 64*temp2
377 add r6, r6, r11 @ tiled_addr = tiled_addr+temp2
378 and r11, r4, #0x3F @ temp2 = j&0x3
    [all...]
csc_interleave_memcpy.s 39 @r6 temp2
41 @r8 temp2
csc_yuv420_nv12t_uv_neon.s 66 @r12 temp2
87 mov r12, r3, asr #1 @ temp2 = linear_x_size/2
88 sub r12, r12, #16 @ temp2 = linear_x_size-16
388 mov r12, r3, asr #1 @ temp2 = linear_x_size/2
389 sub r12, r12, #16 @ temp2 = linear_x_size-16
455 mov r12, r3, asr #1 @ temp2 = linear_x_size/2
456 sub r12, r12, #1 @ temp2 = linear_x_size-1
525 mov r12, r6, asr #5 @ temp2 = i>>5
528 and r14, r12, #0x1 @ if (temp2 & 0x1)
533 sub r7, r12, #1 @ tiled_addr = temp2-
    [all...]
csc_nv12t_yuv420_y_neon.s 64 @r11 temp2
100 add r11, r3, #31 @ temp2 = ((linear_y_size+31)>>5)<<5@
272 add r11, r3, #31 @ temp2 = ((linear_y_size+31)>>5)<<5@
392 add r11, r3, #31 @ temp2 = ((linear_y_size+31)>>5)<<5@
480 add r11, r3, #31 @ temp2 = ((linear_y_size+31)>>5)<<5@
549 and r11, r5, #0x1F @ temp2 = i&0x1F
550 mov r11, r11, lsl #6 @ temp2 = 64*temp2
551 add r6, r6, r11 @ tiled_addr = tiled_addr+temp2
600 and r11, r4, #0x3F @ temp2 = j&0x3
    [all...]
  /external/freetype/src/base/
ftcalc.c 378 FT_Int64 temp, temp2; local
383 temp2.hi = 0;
384 temp2.lo = (FT_UInt32)(c >> 1);
385 FT_Add64( &temp, &temp2, &temp );
560 FT_Int64 temp, temp2; local
564 temp2.hi = 0;
565 temp2.lo = (FT_UInt32)( b >> 1 );
566 FT_Add64( &temp, &temp2, &temp );
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 94 temp2 RN 5 label
242 LSR temp2,Count,#3 ;// temp2=i>>3
246 LDRH absCoeffAC,[pPredBufCol,temp2] ;// absCoefAC=pPredBufCol[i>>3]
268 STRH temp,[pPredBufCol,temp2] ;// pPredBufCol[i>>3]=temp
  /external/e2fsprogs/ext2ed/
dir_com.c 219 char *ptr,full_dir_name [500],dir_name [500],temp [500],temp2 [500]; local
277 strcpy (temp2,(unsigned char *) &type_data.u.t_ext2_inode.i_block);
278 strcat (temp2,"/");
279 strcat (temp2,full_dir_name);
284 sprintf (temp,"cd %s",temp2); /* And continue from there by dispatching a cd command */

Completed in 1054 milliseconds

1 23 4 5