/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
|
/external/opencv/cvaux/src/ |
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]);
|
/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/chromium_org/third_party/libwebp/dec/ |
vp8i.h | 162 unsigned int nz_:24; // non-zero AC/DC coeffs (24bit) 163 unsigned int dc_nz_:1; // non-zero DC coeffs 247 int16_t* coeffs_; // 384 coeffs = (16+8+8) * 4*4
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrDrawState.cpp | 280 The src and dst coeffs are Cs and Cd. 324 // When coeffs are (0,1) there is no reason to draw at all, unless 347 // if there is no coverage and coeffs are (1,0) then we
|
/external/skia/src/gpu/ |
GrDrawState.cpp | 280 The src and dst coeffs are Cs and Cd. 324 // When coeffs are (0,1) there is no reason to draw at all, unless 347 // if there is no coverage and coeffs are (1,0) then we
|
/external/speex/libspeex/ |
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/webp/src/dec/ |
vp8i.h | 162 unsigned int nz_:24; // non-zero AC/DC coeffs (24bit) 163 unsigned int dc_nz_:1; // non-zero DC coeffs 247 int16_t* coeffs_; // 384 coeffs = (16+8+8) * 4*4
|
/external/chromium_org/third_party/libwebp/enc/ |
token.c | 105 const int16_t* const coeffs, 114 const int c = coeffs[n++];
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
RandomSetter.h | 202 // insert current coeffs 274 // moreover those 2^OuterPacketBits coeffs are likely to be sparse, an so only a
|
/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 | 105 const int16_t* const coeffs, 114 const int c = coeffs[n++];
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 284 VADD dtemp0,dtemp0,dtempPred0 ;// Adding tempPred to coeffs 289 VST4 {dtemp0,dtemp1,dtemp2,dtemp3},[pSrcDst] ;// Updating source coeffs
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsics_neon.S | 27 sp = coeffs 35 /* Get the coeffs pointer from the stack and load the 266 ldr r4, [sp, #64+12] @ load the coeffs address in memory in r4 (16*4 + 4*3) 267 vld1.16 {Q2}, [r4]! @ load the multipliers from the coeffs matrix (r4) in Q2 268 vld1.8 {d6[]}, [r4], r5 @ load y offset 16 from the coeffs matrix (r4) in d6 269 vld1.8 {d8[]}, [r4], r5 @ load V and U offset of 128 from the coeffs matrix (r4) in d8 274 @ the coeffs matrix (Q2) 357 ldr r4, [sp, #64+12] @ load the coeffs address in memory in r4 (16*4 + 4*3) 358 vld1.16 {Q2}, [r4]! @ load the multipliers from the coeffs matrix (r4) in Q2 359 vld1.8 {d6[]}, [r4], r5 @ load y offset 16 from the coeffs matrix (r4) in d [all...] |
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
Translation.h | 156 res.linear().diagonal() = other.coeffs();
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
fdct_altivec.asm | 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_DecodeCoeffsToPair_s.s | 38 nC RN 4 ;// number of coeffs or 17 for chroma
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_DecodeCoeffsToPair_s.s | 38 nC RN 4 ;// number of coeffs or 17 for chroma
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_SubAndTransformQDQResidual.c | 193 /* Output number of non-zero Coeffs */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_transform.c | 83 coeffMap 16 lsb's indicate which coeffs are non-zero, 115 /* at least one of the rows 1, 2 or 3 contain non-zero coeffs, mask takes 190 /* only dc-coeff is non-zero, i.e. coeffs at original positions 203 else /* at least one of the coeffs 1, 5 or 6 is non-zero */
|