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

1 23 4 5

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 176 Word16 temp1; local
189 temp1 = shr(in[4*i+0], 2, pOverflow);
190 temp0 = sub(temp1, temp0, pOverflow);
192 temp1 = mult(COEFF5_1, temp0, pOverflow);
193 temp1 = add(data0, temp1, pOverflow);
203 out[4*i+0] = add(temp1, temp2, pOverflow);
204 out[4*i+1] = sub(temp1, temp2, pOverflow);
206 temp1 = mult(COEFF5_1, temp0, pOverflow);
208 data0 = sub(temp2, temp1, pOverflow)
304 Word16 temp1; local
408 Word16 temp1; local
1492 Word16 temp1; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp 926 int16 temp, temp1, i, dither_fac, rand_dith; local
965 temp1 = sub_int16(temp, isf[i - 1]);
968 if (temp1 < ISF_DITH_GAP)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 87 Word16 temp0, temp1, temp2; local
90 temp1 = add1(data[0], vo_mult(COEFF5_1, 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
117 temp1 = vo_sub(*in1, vo_mult(COEFF3, *data));
118 temp2 = add1(*data, vo_mult(COEFF3, temp1));
119 *data = temp1;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 349 register int32 temp1; local
358 "=&r"(temp1)
368 register int32 temp1; local
382 "=&r"(temp1)
387 return temp1;
393 register int32 temp1; local
406 "=&r"(temp1)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 843 OMX_S32 temp1,temp2; local
851 temp1 = hi2 * lo1;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
889 temp1 = hi1 * hi2;
893 result = armSatAdd_S32(temp1,temp2);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 113 temp1 RN 10 ;// Temporary scratch varaibles label
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 63 temp1 RN 2 label
119 SMULTB temp1,SrcDst00,rowLuma23 ;// pSrcDst[1] * (pVRow[2]<<Shift)
125 PKHBT SrcDst00,SrcDst00,temp1,LSL #16 ;// Pack the first two product values
129 SMULTT temp1,SrcDst10,rowLuma01 ;// pSrcDst[5] * (pVRow[1]<<Shift)
136 PKHBT SrcDst10,SrcDst10,temp1,LSL #16 ;// Pack the next two product values
141 SMULTB temp1,SrcDst20,rowLuma23 ;// pSrcDst[9] * (pVRow[2]<<Shift)
148 PKHBT SrcDst20,SrcDst20,temp1,LSL #16 ;// Pack the next two product values
154 SMULTT temp1,SrcDst30,rowLuma01 ;// pSrcDst[13] * (pVRow[1]<<Shift)
161 PKHBT SrcDst30,SrcDst30,temp1,LSL #16
208 temp1 RN label
    [all...]
omxVCM4P10_PredictIntra_16x16_s.s 52 temp1 RN 10 label
452 USAT16 temp1, #13, p2p0
456 AND temp1, r0x00FF00FF, temp1, ASR #5
457 ORR temp1, temp1, temp2, LSL #8
458 STR temp1, [pDst], #4
461 USAT16 temp1, #13, p6p4
465 AND temp1, r0x00FF00FF, temp1, ASR #
    [all...]
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 123 temp1 RN 10 label
351 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
356 ASR temp1, temp1, #2 ;// Temp1 = Temp1 >> 2
358 PKHBT out00, temp1, temp2, LSL #14 ;// c0w0 = | Temp2 | Temp1 |
359 PKHBT out02, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 843 OMX_S32 temp1,temp2; local
851 temp1 = hi2 * lo1;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
889 temp1 = hi1 * hi2;
893 result = armSatAdd_S32(temp1,temp2);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 94 temp1 RN 6 label
177 MOV temp1,absCoeffDC ;// Load the Prediction coeff to temp for comparision
178 CMP temp1,#0
179 RSBLT absCoeffDC,temp1,#0 ;// calculate absolute val of prediction coeff
193 CMP temp1,#0
202 SMULBB dcColBuffCoeff,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler
292 MOV temp1,temp2
302 VST4 {dtemp0,dtemp1,dtemp2,dtemp3},[temp1]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 843 OMX_S32 temp1,temp2; local
851 temp1 = hi2 * lo1;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
889 temp1 = hi1 * hi2;
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
133 temp1 = atoi(argv[3]);
136 if (((temp1%16) != 0) || ((temp2%16) != 0))
142 decoder_context->video_resoultion.frame_height = temp1;
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 73 int temp1 =0,temp2 =0; local
139 temp1 = atoi(argv[3]);
142 if (((temp1%16) != 0) || ((temp2%16) != 0))
148 encoder_context->input_width = temp1;
  /libcore/luni/src/main/java/java/math/
Conversion.java 211 long temp1 = (result11 << 32) local
213 long res = divideLongByBillion(temp1);
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 118 Scalar temp, temp1, temp2; member in class:Eigen::LevenbergMarquardt
290 temp1 = internal::abs2(wa3.stableNorm() / fnorm);
292 prered = temp1 + temp2 / Scalar(.5);
293 dirder = -(temp1 + temp2);
537 temp1 = internal::abs2(wa3.stableNorm() / fnorm);
539 prered = temp1 + temp2 / Scalar(.5);
540 dirder = -(temp1 + temp2);
  /external/icu4c/test/intltest/
msfmrgts.cpp 208 UnicodeString temp, temp1; local
229 temp1.remove();
231 temp1 = obj1.getString(temp1);
235 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break;
236 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
237 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
242 //if (objs[i] != NULL && objs[i].getString(temp1) != params[i].getString(temp2)) {
243 if (temp != temp1) {
244 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i)
    [all...]
  /external/quake/quake/src/QW/client/
d_polysa.asm 239 temp1 dd 0 define
d_polysa.s 46 temp1: .single 0 label
    [all...]
r_bsp.c 81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; local
94 temp1[0][0] = c;
95 temp1[0][1] = s;
96 temp1[0][2] = 0;
97 temp1[1][0] = -s;
98 temp1[1][1] = c;
99 temp1[1][2] = 0;
100 temp1[2][0] = 0;
101 temp1[2][1] = 0;
102 temp1[2][2] = 1
    [all...]
  /external/quake/quake/src/WinQuake/
d_polysa.s 46 temp1: .single 0 label
    [all...]
host.cpp 83 cvar_t temp1 = CVAR2("temp1","0"); variable
232 Cvar_RegisterVariable (&temp1);
r_bsp.cpp 81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; local
94 temp1[0][0] = c;
95 temp1[0][1] = s;
96 temp1[0][2] = 0;
97 temp1[1][0] = -s;
98 temp1[1][1] = c;
99 temp1[1][2] = 0;
100 temp1[2][0] = 0;
101 temp1[2][1] = 0;
102 temp1[2][2] = 1;
    [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
155 temp1 = arg1[index];
157 temp3 = temp1 + temp2;
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 246 double temp, temp1, temp2; local
252 temp1 = 0.;
253 if (k) temp1 = x[k-1];
256 fvec[k] = temp - temp1 - 2.*temp2 + 1.;
351 double temp, temp1, temp2; local
358 temp1 = 0.;
359 if (k) temp1 = x[k-1];
362 fvec[k] = temp - temp1 - 2.*temp2 + 1.;
    [all...]

Completed in 692 milliseconds

1 23 4 5