| /external/opencv/cxcore/src/ |
| cxutils.cpp | 266 cvSolveCubic( const CvMat* coeffs, CvMat* roots ) 278 if( !CV_IS_MAT(coeffs) ) 279 CV_ERROR( !coeffs ? CV_StsNullPtr : CV_StsBadArg, "Input parameter is not a valid matrix" ); 284 if( (CV_MAT_TYPE(coeffs->type) != CV_32FC1 && CV_MAT_TYPE(coeffs->type) != CV_64FC1) || 289 coeff_count = coeffs->rows + coeffs->cols - 1; 291 if( (coeffs->rows != 1 && coeffs->cols != 1) || (coeff_count != 3 && coeff_count != 4) ) 300 if( CV_MAT_TYPE(coeffs->type) == CV_32FC1 [all...] |
| /hardware/intel/img/psb_video/src/ |
| psb_texture.h | 103 psb_coeffs_s coeffs; member in struct:psb_texture_s
|
| /external/eigen/test/eigen2/ |
| eigen2_hyperplane.cpp | 110 CoeffsType converted_coeffs(HLine(pl).coeffs()); 111 converted_coeffs *= line_u.coeffs()(0)/converted_coeffs(0); 112 VERIFY(line_u.coeffs().isApprox(converted_coeffs));
|
| eigen2_newstdvector.cpp | 117 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
|
| eigen2_qtvector.cpp | 126 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
|
| eigen2_stdvector.cpp | 116 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
|
| eigen2_geometry.cpp | 59 VERIFY_IS_APPROX(Quaternionx(Quaternionx::Identity()).coeffs(), q2.coeffs()); 60 q1.coeffs().setRandom(); 61 VERIFY_IS_APPROX(q1.coeffs(), (q1*q2).coeffs()); 85 if((q1.coeffs()-q2.coeffs()).norm() > 10*largeEps)
|
| eigen2_geometry_with_eigen2_prefix.cpp | 61 VERIFY_IS_APPROX(Quaternionx(Quaternionx::Identity()).coeffs(), q2.coeffs()); 62 q1.coeffs().setRandom(); 63 VERIFY_IS_APPROX(q1.coeffs(), (q1*q2).coeffs()); 87 if((q1.coeffs()-q2.coeffs()).norm() > 10*largeEps)
|
| /external/opencv3/3rdparty/libwebp/enc/ |
| frame.c | 34 const int16_t* coeffs; member in struct:__anon21892 127 while ((v = res->coeffs[n++]) == 0) { 269 static void SetResidualCoeffs(const int16_t* const coeffs, 274 if (coeffs[n]) { 279 res->coeffs = coeffs; 297 int v = res->coeffs[n]; 317 const int v = abs(res->coeffs[n]); 405 const int c = res->coeffs[n++]; 583 res.first, res.last, res.coeffs, tokens) [all...] |
| token.c | 105 const int16_t* const coeffs, 114 const int c = coeffs[n++];
|
| /external/opencv3/modules/core/src/ |
| mathfuncs.cpp | [all...] |
| /external/mesa3d/src/gallium/state_trackers/vega/ |
| arc.c | 432 const double (*coeffs)[4][4]; 434 coeffs = (x < 0.25) ? coeffs3Low : coeffs3High; 437 c0 = rational_function(x, coeffs[0][0]) 438 + cos2 * rational_function(x, coeffs[0][1]) 439 + cos4 * rational_function(x, coeffs[0][2]) 440 + cos6 * rational_function(x, coeffs[0][3]); 442 c1 = rational_function(x, coeffs[1][0]) 443 + cos2 * rational_function(x, coeffs[1][1]) 444 + cos4 * rational_function(x, coeffs[1][2]) 445 + cos6 * rational_function(x, coeffs[1][3]) [all...] |
| /external/eigen/demos/opengl/ |
| quaternion_demo.cpp | 154 const Vector3& coeffs() const { return m_angles; } function in class:EulerAngles 155 Vector3& coeffs() { return m_angles; } function in class:EulerAngles 192 res.coeffs() = lerp(t, a.coeffs(), b.coeffs()); 302 currentFrame.orientation.coeffs().normalize();
|
| /external/webp/src/dsp/ |
| dsp.h | 204 typedef void (*VP8SetResidualCoeffsFunc)(const int16_t* const coeffs, 219 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst); 220 // when doing two transforms, coeffs is actually int16_t[2][16]. 221 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
|
| /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
| OverlayPlaneBase.cpp | 896 double rawCoeff[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS]; local 929 coeffs[i][j] = rawCoeff[pos] / sum; 936 setCoeffRegs(&coeffs[i][j], mantSize + 2, pCoeff, pos); 938 setCoeffRegs(&coeffs[i][j], mantSize, pCoeff, pos); 950 sum += coeffs[i][j]; 955 coeffs[i][tap2Fix] += diff; 958 setCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos); 960 setCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos); 964 sum += coeffs[i][j]; [all...] |
| /external/eigen/test/ |
| qtvector.cpp | 126 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
|
| stdvector.cpp | 116 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
|
| stdvector_overload.cpp | 130 VERIFY(v[i].coeffs()==w[(i-23)%w.size()].coeffs());
|
| /external/libhevc/common/arm/ |
| ihevc_intra_pred_luma_planar.s | 119 ldr r11, gau1_ihevc_planar_factor_addr @loads table of coeffs 154 add r12, r11, #1 @coeffs (to be reloaded after every row) 157 mov r10, #8 @increment for the coeffs 170 ldr r5, gau1_ihevc_planar_factor_1_addr @loads table of coeffs 182 vld1.s8 d8, [r12] @(1-8)load 8 coeffs [col+1] 326 vld1.s8 d8, [r12] @(1n)(1-8)load 8 coeffs [col+1] 496 vld1.s8 d8, [r12] @(1n)(1-8)load 8 coeffs [col+1] 524 vld1.s8 d8, [r12], r10 @load 8 coeffs [col+1]
|
| /external/opencv/cvaux/include/ |
| cvaux.h | 91 float* coeffs ); 95 void* userData, float* coeffs, IplImage* avg, 530 double coeffs[2][3][3];/* coefficients for transformation */ member in struct:CvStereoCamera 553 CVAPI(int) icvConvertWarpCoordinates(double coeffs[3][3], 566 CvStereoLineCoeff* coeffs, 599 CVAPI(void) cvComputePerspectiveMap( const double coeffs[3][3], CvArr* rectMapX, CvArr* rectMapY ); 611 CvStereoLineCoeff* coeffs, 626 CvStereoLineCoeff* coeffs); [all...] |
| /external/webp/src/enc/ |
| token.c | 113 const int16_t* const coeffs, 122 const int c = coeffs[n++];
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
| vp8_fast_quantize_b_armv6.asm | 39 mov r1, #0 ; flags for quantized coeffs 75 orrne r1, r1, r2, lsr #24 ; add flag for nonzero coeffs 85 orrne r1, r1, r2, lsr #23 ; add flag for nonzero coeffs 107 cmp r1, #0 ; coeffs after quantization?
|
| /external/opencv/cvaux/src/ |
| cveigenobjects.cpp | [all...] |
| /hardware/intel/img/hwcomposer/merrifield/ips/common/ |
| OverlayPlaneBase.cpp | 916 double rawCoeff[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS]; local 949 coeffs[i][j] = rawCoeff[pos] / sum; 956 setCoeffRegs(&coeffs[i][j], mantSize + 2, pCoeff, pos); 958 setCoeffRegs(&coeffs[i][j], mantSize, pCoeff, pos); 970 sum += coeffs[i][j]; 975 coeffs[i][tap2Fix] += diff; 978 setCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos); 980 setCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos); 984 sum += coeffs[i][j]; [all...] |
| /external/libvpx/libvpx/vp8/common/x86/ |
| idctllm_sse2.asm | 44 ; clear coeffs 115 ; special case when 2 blocks have 0 or 1 coeffs 133 ; Clear out coeffs 370 ; special case when 2 blocks have 0 or 1 coeffs 447 ; special case when 2 blocks have 0 or 1 coeffs 465 ; Clear out coeffs
|