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

1 23 4 5 6

  /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...]
transupp.c 74 JCOEF temp1, temp2; local
99 temp2 = *ptr2;
100 *ptr1++ = temp2;
103 temp2 = *ptr2;
104 *ptr1++ = -temp2;
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))
jidctintelsse.c 117 __m128i temp, temp2; local
182 temp2 = _mm_mulhi_epi16(x3, *tg3);\
184 temp2 = _mm_adds_epi16(temp2, x3);\
186 tm465 = _mm_subs_epi16(x5, temp2);\
189 temp2 = _mm_mulhi_epi16(x1, *tg1);\
191 tp465 = _mm_subs_epi16(temp2, x7); /*row1*tg1 - row7*/ \
207 temp2 = _mm_subs_epi16(tp65, tm65);\
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\
212 t5 = _mm_adds_epi16(t5, temp2);\
    [all...]
  /external/qemu/distrib/jpeg-6b/
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...]
transupp.c 74 JCOEF temp1, temp2; local
99 temp2 = *ptr2;
100 *ptr1++ = temp2;
103 temp2 = *ptr2;
104 *ptr1++ = -temp2;
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))
jidctintelsse.c 117 __m128i temp, temp2; local
182 temp2 = _mm_mulhi_epi16(x3, *tg3);\
184 temp2 = _mm_adds_epi16(temp2, x3);\
186 tm465 = _mm_subs_epi16(x5, temp2);\
189 temp2 = _mm_mulhi_epi16(x1, *tg1);\
191 tp465 = _mm_subs_epi16(temp2, x7); /*row1*tg1 - row7*/ \
207 temp2 = _mm_subs_epi16(tp65, tm65);\
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\
212 t5 = _mm_adds_epi16(t5, temp2);\
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmengine.c 289 EAS_I32 temp2; local
341 temp2 = FMUL_15x15(temp, p->outputGain);
346 temp2 += *pBuffer;
347 *pBuffer++ = FM_Saturate(temp2);
352 *pBuffer++ = (EAS_I16) temp2;
397 EAS_I32 temp2; local
425 temp2 = FM_Noise(&phase);
428 temp += ((temp2 -temp) * feedback) >> 8;
436 temp2 = FMUL_15x15(temp, (gain >> 16));
439 temp2 = FMUL_15x15(temp2, p->outputGain)
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.c 289 EAS_I32 temp2; local
341 temp2 = FMUL_15x15(temp, p->outputGain);
346 temp2 += *pBuffer;
347 *pBuffer++ = FM_Saturate(temp2);
352 *pBuffer++ = (EAS_I16) temp2;
397 EAS_I32 temp2; local
425 temp2 = FM_Noise(&phase);
428 temp += ((temp2 -temp) * feedback) >> 8;
436 temp2 = FMUL_15x15(temp, (gain >> 16));
439 temp2 = FMUL_15x15(temp2, p->outputGain)
    [all...]
  /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))
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 177 Word16 temp2; local
196 temp2 = shr(in[4*i+1], 2, pOverflow);
198 temp3 = sub(temp2, temp3, pOverflow);
200 temp2 = mult(COEFF5_2, temp3, pOverflow);
201 temp2 = add(data1, temp2, pOverflow);
203 out[4*i+0] = add(temp1, temp2, pOverflow);
204 out[4*i+1] = sub(temp1, temp2, pOverflow);
207 temp2 = shr(in[4*i+2], 2, pOverflow);
208 data0 = sub(temp2, temp1, pOverflow)
305 Word16 temp2; local
409 Word16 temp2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 87 Word16 temp0, temp1, temp2; local
94 temp2 = add1(data[1], vo_mult(COEFF5_2, temp0));
97 *in0 = extract_h((vo_L_add(temp1, temp2) << 15));
98 *in1 = extract_h((vo_L_sub(temp1, temp2) << 15));
115 Word16 temp1, temp2; local
118 temp2 = add1(*data, vo_mult(COEFF3, temp1));
121 *in1 = extract_h((vo_L_sub(*in0, temp2) << 15));
122 *in0 = extract_h((vo_L_add(*in0, temp2) << 15));
472 Word16 temp2; local
511 temp2 = add1(SP_CH_MIN, vo_mult(SP_SLOPE, (ilog2_speech_level - SP_P1)))
    [all...]
  /frameworks/av/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 64 temp2 RN 3 label
122 SMULTB temp2,SrcDst02,rowLuma23 ;// pSrcDst[3] * (pVRow[2]<<Shift)
132 PKHBT SrcDst02,SrcDst02,temp2,LSL #16 ;// Pack the next two product values
133 SMULTT temp2,SrcDst12,rowLuma01 ;// pSrcDst[7] * (pVRow[1]<<Shift)
144 PKHBT SrcDst12,SrcDst12,temp2,LSL #16 ;// Pack the next two product values
145 SMULTB temp2,SrcDst22,rowLuma23 ;// pSrcDst[11] * (pVRow[2]<<Shift)
160 PKHBT SrcDst22,SrcDst22,temp2,LSL #16 ;// Pack the remaining product values
209 temp2 RN 3 label
265 SMULTB temp2,SrcDst02,rowLuma23 ;// pSrcDst[3] * (pVRow[2]<<Shift)
275 PKHBT SrcDst02,SrcDst02,temp2,LSL #16 ;// Pack the next two product value
    [all...]
  /frameworks/av/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/av/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...]
  /frameworks/av/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);
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 74 int temp1 =0,temp2 =0; local
134 temp2 = atoi(argv[4]);
136 if (((temp1%16) != 0) || ((temp2%16) != 0))
143 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
140 temp2 = atoi(argv[4]);
142 if (((temp1%16) != 0) || ((temp2%16) != 0))
149 encoder_context->input_height = 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/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 118 Scalar temp, temp1, temp2; member in class:Eigen::LevenbergMarquardt
291 temp2 = internal::abs2(internal::sqrt(par) * pnorm / fnorm);
292 prered = temp1 + temp2 / Scalar(.5);
293 dirder = -(temp1 + temp2);
538 temp2 = internal::abs2(internal::sqrt(par) * pnorm / fnorm);
539 prered = temp1 + temp2 / Scalar(.5);
540 dirder = -(temp1 + temp2);
  /external/quake/quake/src/QW/client/
r_bsp.c 81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; local
111 temp2[0][0] = c;
112 temp2[0][1] = 0;
113 temp2[0][2] = -s;
114 temp2[1][0] = 0;
115 temp2[1][1] = 1;
116 temp2[1][2] = 0;
117 temp2[2][0] = s;
118 temp2[2][1] = 0;
119 temp2[2][2] = c
    [all...]
  /external/quake/quake/src/WinQuake/
r_bsp.cpp 81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; local
111 temp2[0][0] = c;
112 temp2[0][1] = 0;
113 temp2[0][2] = -s;
114 temp2[1][0] = 0;
115 temp2[1][1] = 1;
116 temp2[1][2] = 0;
117 temp2[2][0] = s;
118 temp2[2][1] = 0;
119 temp2[2][2] = c;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 1525 ULong temp, temp2; local
    [all...]

Completed in 905 milliseconds

1 23 4 5 6