Searched refs:itheta (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dbands.c606 /* The upper limit ensures that in a stereo split with itheta==16384, we'll
641 int itheta; member in struct:split_ctx
651 int itheta=0; local
685 itheta = stereo_itheta(X, Y, stereo, N);
691 itheta = (itheta*qn+8192)>>14;
698 int x = itheta;
701 /* Use a probability of p0 up to itheta=8192 and then use 1 after */
713 itheta = x;
718 ec_enc_uint(ec, itheta, q
901 int itheta; local
1197 int itheta; local
[all...]
H A Dvq.c380 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/
H A Dcvhough.cpp218 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;
H A Dcvcalibration.cpp572 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;

Completed in 608 milliseconds