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

  /external/chromium_org/third_party/opus/src/celt/
bands.c 615 /* The upper limit ensures that in a stereo split with itheta==16384, we'll
768 int itheta=0; local
788 itheta = stereo_itheta(X, Y, stereo, N);
794 itheta = (itheta*qn+8192)>>14;
801 int x = itheta;
804 /* Use a probability of p0 up to itheta=8192 and then use 1 after */
816 itheta = x;
821 ec_enc_uint(ec, itheta, qn+1);
823 itheta = ec_dec_uint(ec, qn+1)
    [all...]
vq.c 380 int itheta; local
409 itheta = MULT16_16_Q15(QCONST16(0.63662f,15),celt_atan2p(side, mid));
411 itheta = (int)floor(.5f+16384*0.63662f*atan2(side,mid));
414 return itheta;
  /external/opencv/cv/src/
cvhough.cpp 218 float itheta; local
248 itheta = 1 / theta;
255 tn = cvFloor( 2 * Pi * itheta );
308 ti0 = cvFloor( (t + Pi / 2) * itheta );
314 scale_factor = theta_it * itheta;
316 for( ti1 = 1, phi = theta_it - halfPi, phi1 = (theta_it + t) * itheta;
    [all...]
cvcalibration.cpp 572 double itheta = theta ? 1./theta : 0.; local
574 rx *= itheta; ry *= itheta; rz *= itheta;
599 double a0 = -s*ri, a1 = (s - 2*c1*itheta)*ri, a2 = c1*itheta;
600 double a3 = (c - s*itheta)*ri, a4 = s*itheta;
    [all...]

Completed in 320 milliseconds