HomeSort by relevance Sort by last modified time
    Searched refs:coeffs (Results 101 - 125 of 140) sorted by null

1 2 3 45 6

  /external/webp/src/enc/
cost.c 312 while ((v = res->coeffs[n++]) == 0) {
vp8enci.h 331 const int16_t* const coeffs,
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 218 inline Transform& operator*=(const ScalingType& s) { return scale(s.coeffs()); }
552 linear().diagonal() = s.coeffs();
561 res.scale(s.coeffs());
  /external/opencv/cv/src/
_cvipp.h 224 const double* coeffs, int interpolate ))
241 const double* coeffs, int interpolate ))
259 const double* coeffs, int interpolate ))
    [all...]
cvfundam.cpp 691 CvMat coeffs = cvMat( 1, 4, CV_64F, c ); local
762 n = cvSolveCubic( &coeffs, &roots );
    [all...]
  /external/opencv3/modules/imgproc/src/
filter.cpp 434 const double* coeffs = kernel.ptr<double>(); local
444 double a = coeffs[i], b = coeffs[sz - i - 1];
2050 std::vector<uchar> coeffs; member in struct:cv::FilterVec_8u
2133 std::vector<uchar> coeffs; member in struct:cv::FilterVec_8u16s
2205 std::vector<uchar> coeffs; member in struct:cv::FilterVec_32f
3967 std::vector<uchar> coeffs; member in struct:cv::Filter2D
    [all...]
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java 1708 Mat coeffs = new Mat(1, 4, CvType.CV_32F) { local
1773 Mat coeffs = new Mat(4, 1, CvType.CV_32F) { local
1791 Mat coeffs = new Mat(4, 1, CvType.CV_32F) { local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 37 ; filter coeffs to make them u8. Then, use vmlsl for negtive coeffs. After multiplication,
40 ; negtive number. To avoid that error, apply filter coeffs in the order of 0, 1, 4 ,5 ,2,
  /external/libjpeg-turbo/
tjbench.c 94 int dummyDCTFilter(short *coeffs, tjregion arrayRegion, tjregion planeRegion,
98 for(i=0; i<arrayRegion.w*arrayRegion.h; i++) coeffs[i]=-coeffs[i];
turbojpeg-jni.c     [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 1090 int32_t coeffs = 2; // ISO unspecified local
1101 coeffs = color->matrix_coefficients;
    [all...]
  /external/libavc/common/arm/
ih264_ihadamard_scaling_a9.s 224 vld2.s16 {d0, d1}, [r0] @load 8 dc coeffs
ih264_inter_pred_luma_copy_a9q.s 236 vld1.u8 d18, [r1], r3 @load out [8 bit size) -8 coeffs
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3_x86_64.asm 57 ; get DC and first 15 AC coeffs
  /external/opencv3/modules/core/include/opencv2/
core.hpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 65 ; get DC and first 15 AC coeffs
  /external/opencv3/apps/createsamples/
utility.cpp 177 * cij - coeffs[i][j], coeffs[2][2] = 1
180 static void cvGetPerspectiveTransform( CvSize src_size, double quad[4][2], double coeffs[3][3] )
191 CvMat X = cvMat( 8, 1, CV_64FC1, coeffs );
220 coeffs[2][2] = 1;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
quantize_ssse3_x86_64.asm 68 ; get DC and first 15 AC coeffs
  /external/opencv/cvaux/src/
cvtrifocal.cpp 336 /* we have computed coeffs for reduced project matrix */
1570 CvMat coeffs; local
    [all...]
  /external/opencv3/modules/java/src/
core.cpp 3487 Mat& coeffs = *((Mat*)coeffs_nativeObj); local
3513 Mat& coeffs = *((Mat*)coeffs_nativeObj); local
3535 Mat& coeffs = *((Mat*)coeffs_nativeObj); local
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 689 CVAPI(int) cvSolveCubic( const CvMat* coeffs, CvMat* roots );
692 CVAPI(void) cvSolvePoly(const CvMat* coeffs, CvMat *roots,
    [all...]
  /external/opencv3/modules/calib3d/src/
fundam.cpp 448 Mat coeffs( 1, 4, CV_64F, c );
519 n = solveCubic( coeffs, roots );
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar 
  /external/opencv/cxcore/src/
_cxipp.h     [all...]

Completed in 1584 milliseconds

1 2 3 45 6