Home
last modified time | relevance | path

Searched refs:itheta (Results 1 – 8 of 8) sorted by relevance

/external/libopus/celt/
Dbands.c657 int itheta; member
667 int itheta=0; in compute_theta() local
701 itheta = stereo_itheta(X, Y, stereo, N); in compute_theta()
707 itheta = (itheta*qn+8192)>>14; in compute_theta()
714 int x = itheta; in compute_theta()
729 itheta = x; in compute_theta()
734 ec_enc_uint(ec, itheta, qn+1); in compute_theta()
736 itheta = ec_dec_uint(ec, qn+1); in compute_theta()
744 fs = itheta <= (qn>>1) ? itheta + 1 : qn + 1 - itheta; in compute_theta()
745 fl = itheta <= (qn>>1) ? itheta*(itheta + 1)>>1 : in compute_theta()
[all …]
Dvq.c380 int itheta; in stereo_itheta() local
409 itheta = MULT16_16_Q15(QCONST16(0.63662f,15),celt_atan2p(side, mid)); in stereo_itheta()
411 itheta = (int)floor(.5f+16384*0.63662f*atan2(side,mid)); in stereo_itheta()
414 return itheta; in stereo_itheta()
/external/opencv3/modules/core/include/opencv2/core/
Daffine.hpp256 double itheta = (theta != 0) ? 1./theta : 0.; in rotation() local
258 rx *= itheta; ry *= itheta; rz *= itheta; in rotation()
/external/opencv3/modules/calib3d/test/
Dtest_fundam.cpp88 double itheta = 1./theta; in cvTsRodrigues() local
89 double w1 = r[0]*itheta, w2 = r[1]*itheta, w3 = r[2]*itheta; in cvTsRodrigues()
128 itheta, 0, 0, -w1*itheta, in cvTsRodrigues()
129 0, itheta, 0, -w2*itheta, in cvTsRodrigues()
130 0, 0, itheta, -w3*itheta, in cvTsRodrigues()
/external/opencv/cv/src/
Dcvhough.cpp218 float itheta; in IMPLEMENT_LIST() local
248 itheta = 1 / theta; in IMPLEMENT_LIST()
255 tn = cvFloor( 2 * Pi * itheta ); in IMPLEMENT_LIST()
308 ti0 = cvFloor( (t + Pi / 2) * itheta ); in IMPLEMENT_LIST()
314 scale_factor = theta_it * itheta; in IMPLEMENT_LIST()
316 for( ti1 = 1, phi = theta_it - halfPi, phi1 = (theta_it + t) * itheta; in IMPLEMENT_LIST()
Dcvcalibration.cpp572 double itheta = theta ? 1./theta : 0.; in cvRodrigues2() local
574 rx *= itheta; ry *= itheta; rz *= itheta; in cvRodrigues2()
599 double a0 = -s*ri, a1 = (s - 2*c1*itheta)*ri, a2 = c1*itheta; in cvRodrigues2()
600 double a3 = (c - s*itheta)*ri, a4 = s*itheta; in cvRodrigues2()
/external/opencv3/modules/imgproc/src/
Dhough.cpp235 float itheta = 1 / theta; in HoughLinesSDiv() local
242 int tn = cvFloor( 2 * CV_PI * itheta ); in HoughLinesSDiv()
291 ti0 = cvFloor( (t + CV_PI*0.5) * itheta ); in HoughLinesSDiv()
297 scale_factor = theta_it * itheta; in HoughLinesSDiv()
299 for( ti1 = 1, phi = theta_it - (float)(CV_PI*0.5), phi1 = (theta_it + t) * itheta; in HoughLinesSDiv()
/external/opencv3/modules/calib3d/src/
Dcalibration.cpp330 double itheta = theta ? 1./theta : 0.; in cvRodrigues2() local
332 rx *= itheta; ry *= itheta; rz *= itheta; in cvRodrigues2()
357 double a0 = -s*ri, a1 = (s - 2*c1*itheta)*ri, a2 = c1*itheta; in cvRodrigues2()
358 double a3 = (c - s*itheta)*ri, a4 = s*itheta; in cvRodrigues2()