HomeSort by relevance Sort by last modified time
    Searched defs:xM (Results 1 - 4 of 4) sorted by null

  /external/libgsm/src/
rpe.c 116 static void RPE_grid_selection P3((x,xM,Mc_out),
118 word * xM, /* [0..12] OUT */
214 /* Down-sampling by a factor 3 to get the selected xM[0..12]
217 for (i = 0; i <= 12; i ++) xM[i] = x[Mc + 3*i];
256 static void APCM_quantization P5((xM,xMc,mant_out,exp_out,xmaxc_out),
257 word * xM, /* [0..12] IN */
271 /* Find the maximum absolute value xmax of xM[0..12].
276 temp = xM[i];
303 /* Quantizing and coding of the xM[0..12] RPE sequence
333 temp = xM[i] << temp1
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 528 double xM,yM,zM;
580 xM = xA+alpha*(xB-xA);
589 midPoint->x = (xM + xN) * 0.5;
    [all...]
  /external/valgrind/VEX/priv/
host_arm64_defs.c     [all...]
guest_arm64_toIR.c     [all...]

Completed in 155 milliseconds