/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...] |
/external/skia/include/core/ |
SkXfermode.h | 108 // all above modes can be expressed as pair of src/dst Coeffs 168 * true and set (if not NULL) the corresponding coeffs. If the mode is 169 * not representable as a pair of Coeffs, return false and ignore the
|
/external/skia/legacy/include/core/ |
SkXfermode.h | 104 // all above modes can be expressed as pair of src/dst Coeffs 164 * true and set (if not NULL) the corresponding coeffs. If the mode is 165 * not representable as a pair of Coeffs, return false and ignore the
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
vp8_short_fdct4x4_armv6.asm | 25 ; coeffs 0-3 56 ; coeffs 4-7 81 ; coeffs 8-11 106 ; coeffs 12-15
|
/external/eigen/test/eigen2/ |
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());
|
/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/speex/libspeex/ |
ltp.h | 69 int p, /* Number of LPC coeffs */ 112 int p, /* Number of LPC coeffs */
|
cb_search.c | 106 int p, /* number of LPC coeffs */ 248 int p, /* number of LPC coeffs */ 578 int p, /* number of LPC coeffs */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
decode.c | 48 WebRtc_Word16 lofilt_coefQ15[ORDERLO*SUBFRAMES]; //refl. coeffs 49 WebRtc_Word16 hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs
|
/external/webp/src/dsp/ |
dsp.h | 99 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst); 100 // when doing two transforms, coeffs is actually int16_t[2][16]. 101 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
|
/external/webp/src/enc/ |
frame.c | 32 const int16_t* coeffs; member in struct:__anon18222 125 while ((v = res->coeffs[n++]) == 0) { 267 static void SetResidualCoeffs(const int16_t* const coeffs, 272 if (coeffs[n]) { 277 res->coeffs = coeffs; 295 int v = res->coeffs[n]; 315 const int v = abs(res->coeffs[n]); 403 const int c = res->coeffs[n++]; 581 res.first, res.last, res.coeffs, tokens) [all...] |
/external/opencv/cvaux/src/ |
cveigenobjects.cpp | [all...] |
cvcalibfilter.cpp | 684 /* Save coeffs */ 689 fprintf(f, "%15.10lf ", stereo.coeffs[i][j/3][j%3] ); 739 /* Load coeffs */ 744 fscanf(f, "%lf ", &(stereo.coeffs[i][j/3][j%3]) ); 812 cvComputePerspectiveMap(stereo.coeffs[i], rectMap[i][0], rectMap[i][1]);
|
/external/skia/gm/ |
modecolorfilters.cpp | 105 SkXfermode::Mode modes[] = { // currently just doing the Modes expressible as Coeffs
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_int.h | 51 #define _LUMA_COEFF_COST_ 4 //!< threshold for luma coeffs 52 #define _CHROMA_COEFF_COST_ 4 //!< threshold for chroma coeffs, used to be 7 53 #define _LUMA_MB_COEFF_COST_ 5 //!< threshold for luma coeffs of inter Macroblocks 54 #define _LUMA_8x8_COEFF_COST_ 5 //!< threshold for luma coeffs of 8x8 Inter Partition
|
/external/aac/libFDK/include/ |
autocorr2nd.h | 116 autoCorr2nd_real (ACORR_COEFS *ac, /*!< Pointer to autocorrelation coeffs */ 121 autoCorr2nd_cplx (ACORR_COEFS *ac, /*!< Pointer to autocorrelation coeffs */
|
/external/aac/libSBRenc/src/ |
resampler.h | 109 const FIXP_SGL *coeffa; /*! pointer to filter coeffs */ 112 int noCoeffs; /*! number of filter coeffs sets */
|
/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/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
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioStreamInALSA.cpp | 662 // Allocate memory for real and imag coeffs array 676 ALOGE("Error while loading coeffs from file"); 684 mRealCoeffs, // Coeffs hardcoded in header 685 mImagCoeffs, // Coeffs hardcoded in header 763 // Helper function to read coeffs from File and updates real and imaginary [all...] |
/external/webp/src/dec/ |
vp8i.h | 160 unsigned int nz_:24; // non-zero AC/DC coeffs (24bit) 161 unsigned int dc_nz_:1; // non-zero DC coeffs 245 int16_t* coeffs_; // 384 coeffs = (16+8+8) * 4*4
|