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

12 3 4 5

  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
int_lpc.cpp 444 Word16 temp2; local
452 temp2 = shr(lsp_new[i], 2, pOverflow);
454 lsp[i] = add(temp2, temp, pOverflow);
468 temp2 = shr(lsp_old[i], 1, pOverflow);
469 lsp[i] = add(temp, temp2, pOverflow);
483 temp2 = shr(lsp_old[i], 2, pOverflow);
485 lsp[i] = add(temp2, temp, pOverflow);
581 Word16 temp2; local
590 temp2 = shr(lsp_new[i], 2, pOverflow);
592 lsp[i] = add(temp2, temp, pOverflow)
    [all...]
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...]
  /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...]
  /external/libvpx/vp8/encoder/arm/neon/
fastfdct8x4_neon.asm 65 vsub.s16 d15, d10, d11 ;temp2 = a1 - b1
82 vadd.s16 q10, q6, q10 ;d20:temp2 = ((c1 * x_c1)>>16) + c1; d21:temp2 = ((d1 * x_c1)>>16) + d1
83 vadd.s16 q15, q2, q15 ;d30:temp2 = ((c1 * x_c1)>>16) + c1; d31:temp2 = ((d1 * x_c1)>>16) + d1
87 vadd.s16 d6, d15, d17 ;op[2] = ((temp2 * x_c2 )>>16) + temp2
88 vadd.s16 d7, d25, d27 ;op[2] = ((temp2 * x_c2 )>>16) + temp2
89 vadd.s16 d4, d18, d21 ;op[1] = temp1 + temp2 -- q is not necessary, just for protectio
    [all...]
fastfdct4x4_neon.asm 53 vsub.s16 d11, d6, d7 ;temp2 = a1 - b1
62 vadd.s16 q8, q4, q8 ;d16:temp2 = ((c1 * x_c1)>>16) + c1; d17:temp2 = ((d1 * x_c1)>>16) + d1
65 vadd.s16 d4, d11, d13 ;op[2] = ((temp2 * x_c2 )>>16) + temp2
66 vadd.s16 d3, d14, d17 ;op[1] = temp1 + temp2 -- q is not necessary, just for protection
67 vsub.s16 d5, d15, d16 ;op[3] = temp1 - temp2
82 vsub.s16 d11, d6, d7 ;temp2 = a1 - b1
92 vadd.s16 q8, q4, q8 ;d16:temp2 = ((c1 * x_c1)>>16) + c1; d17:temp2 = ((d1 * x_c1)>>16) + d
    [all...]
  /frameworks/base/opengl/tests/gralloc/
gralloc.cpp 44 void* temp2 = malloc(size); local
46 memset(temp2, 0, size);
73 memcpy(temp, temp2, size);
92 lamecpy(temp, temp2, size);
  /frameworks/base/media/libstagefright/codecs/aacdec/
synthesis_sub_band.cpp 146 Int32 temp2; local
161 temp2 = *(pt_temp_x--);
166 *(pt_Sr_1++) = temp1 + temp2;
167 *(pt_temp_o++) = fxp_mul32_Q31((temp1 - temp2), temp3) << 1;
168 temp2 = *(pt_temp_x--);
175 *(pt_Sr_1++) = temp1 + temp2;
176 *(pt_temp_o++) = fxp_mul32_Q26((temp1 - temp2), temp3);
177 temp2 = *(pt_temp_x--);
197 temp2 = *(pt_temp_o--);
199 *(pt_Sr_1--) = temp1 + temp2;
    [all...]
ps_init_stereo_mixing.cpp 237 Int32 temp2; local
327 temp2 = fxp_mul32_Q30(sin_beta, sin_alpha);
335 h11 = fxp_mul32_Q30(scaleL, (temp1 - temp2));
336 h12 = fxp_mul32_Q30(scaleR, (temp1 + temp2));
339 temp2 = fxp_mul32_Q30(cos_beta, sin_alpha);
346 h21 = fxp_mul32_Q30(scaleL, (temp1 + temp2));
347 h22 = fxp_mul32_Q30(scaleR, (temp1 - temp2));
432 temp2 = fxp_mul32_Q30(sin_beta, sin_alpha);
440 h11 = fxp_mul32_Q30(scaleL, (temp1 - temp2));
441 h12 = fxp_mul32_Q30(scaleR, (temp1 + temp2));
    [all...]
calc_auto_corr.cpp 260 Int32 temp2; local
280 temp2 = imagBuf[0 ][bd] >> N;
298 accu2 = fxp_mac64_Q31(accu2, temp2, temp4);
299 accu3 = fxp_mac64_Q31(accu3, temp2, temp3);
302 accu4 = fxp_mac64_Q31(accu4, temp2, temp6);
303 accu5 = fxp_mac64_Q31(accu5, temp2, temp5);
309 temp4 = temp2;
311 temp2 = imagBuf[j][bd] >> N;
323 accu2 = fxp_mac64_Q31(accu2, temp2, temp4);
324 accu3 = fxp_mac64_Q31(accu3, temp2, temp3)
    [all...]
dst8.cpp 115 Int32 temp2; local
131 temp2 = fxp_mul32_by_16(vec[2], Qfmt15(0.54119610014620F)); /* (1/(2*cos(2*phi)));*/
138 tmp_a = fxp_mul32_Q31((temp2 + temp6) << 1, Qfmt31(0.70710678118655F));
139 tmp_b = (temp2 - temp6) + tmp_a;
analysis_sub_band.cpp 211 Int32 temp2; local
254 temp2 = cmplx_mul32_by_16(temp4, -temp3, exp_1_5);
257 *(pt_vec_32++) = shft_lft_1(temp2);
264 temp2 = cmplx_mul32_by_16(temp4, -temp3, exp_1_5);
267 *(pt_vec_32++) = shft_lft_1(temp2);
trans4m_freq_2_time_fxp.cpp 665 Int32 temp2, test2; local
669 temp2 = *(pFreq2T++);
674 temp = fxp_mul_16_by_16bb(temp2, winx) >> shift;
675 temp2 = fxp_mul_16_by_16tt(temp2, winx) >> shift;
677 limiter(*(pOutput_buffer++), (temp2 + test2));
679 temp2 = *(pFreq2T_2++);
683 temp = fxp_mul_16_by_16bb(temp2, win1) >> shift;
684 test2 = fxp_mul_16_by_16tb(temp2, win2) >> shift;
761 Int32 temp2 = ((Int32) * (pFreq_2_Time_data_1++)) << shift local
800 Int32 temp2; local
1668 Int32 temp2, test2; local
1777 Int32 temp2 = ((Int32) * (pFreq_2_Time_data_1++)) << shift; local
1814 Int32 temp2; local
    [all...]
  /frameworks/base/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...]
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...]
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...]
  /external/v8/src/
atomicops_internals_mips_gcc.h 88 Atomic32 temp, temp2; local
93 "move %1, %0\n" // temp2 = temp
97 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
100 // temp2 now holds the final value.
101 return temp2;
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
dec_gain.cpp 46 function calls and declared temp2 as a variable.
201 Word16 temp2; local
246 temp2 = shl(exp, 10, pOverflow);
247 qua_ener_MR122 = add(temp1, temp2, pOverflow);
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c 74 LVM_INT32 temp,temp2; local
116 temp2 = (LVM_INT32)D0;
117 MUL32x32INTO32(temp2,Kp,accu,31);
124 temp2 = (LVM_INT32)D0;
  /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/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/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 322 int32 temp2 = out[slot+2]; local
325 out[slot+2] = -temp2;
343 int32 temp2 = history[slot+1]; local
346 out[slot+1] = -temp2;
350 temp2 = history[slot+4];
353 out[slot+4] = temp2;
362 int32 temp2 = history[slot+1]; local
365 out[slot+1] = temp2;
  /external/opencv/cv/src/
cvkalman.cpp 100 CV_CALL( kalman->temp2 = cvCreateMat( MP, DP, CV_32FC1 ));
151 cvReleaseMat( &kalman->temp2 );
213 /* temp2 = H*P'(k) */
215 kalman->error_cov_pre, 0, kalman->temp2 ));
216 /* temp3 = temp2*Ht + R */
217 CV_CALL( cvGEMM( kalman->temp2, kalman->measurement_matrix, 1,
220 /* temp4 = inv(temp3)*temp2 = Kt(k) */
221 CV_CALL( cvSolve( kalman->temp3, kalman->temp2, kalman->temp4, CV_SVD ));
232 /* P(k) = P'(k) - K(k)*temp2 */
233 CV_CALL( cvGEMM( kalman->gain, kalman->temp2, -1, kalman->error_cov_pre, 1
    [all...]
  /frameworks/base/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...]

Completed in 558 milliseconds

12 3 4 5