Searched defs:d0 (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c55 int d0 = pSrc[i+0]; local
59 int e0 = d0 + d3;
60 int e1 = d0 - d3;
H A DarmVCM4P10_TransformResidual4x4.c56 int d0 = pSrc[i+0]; local
60 int e0 = d0 + d2;
61 int e1 = d0 - d2;
/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp180 long d0; local
182 d0 = 32768. * sin(phi);
184 if(d0 >= 32767) d0 = 32767;
185 if(d0 <= -32768) d0 = -32768;
186 sin1024[i0] = (short)d0;
/frameworks/av/media/libmedia/
H A DToneGenerator.cpp1505 double d0; local
1509 d0 = - (float)GEN_AMP * sin(2 * M_PI * F_div_Fs);
1510 mS2_0 = (short)d0;
1519 d0 = 32768.0 * cos(2 * M_PI * F_div_Fs); // Q14*2*cos()
1520 if (d0 > 32767)
1521 d0 = 32767;
1522 mA1_Q14 = (short) d0;
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp491 int64_t d0 = x0 - x1; local
493 return d0 * d0 + d1 * d1;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp385 #if (ZERO_MV_PREF==2) /* use mot_mb[7].sad as d0 computed in MBMotionSearch*/
792 Int d0; local
931 d0 = dmin;
1017 if (d0 - PREF_NULL_VEC < dmin)
1020 dmin = d0;

Completed in 410 milliseconds