HomeSort by relevance Sort by last modified time
    Searched defs:coeffs (Results 1 - 5 of 5) sorted by null

  /external/webp/src/dec/
frame.c 439 const int16_t* coeffs = dec->coeffs_; local
474 VP8Transform(coeffs + n * 16, dst, 0);
476 VP8TransformDC(coeffs + n * 16, dst);
486 VP8Transform(coeffs + n * 16, dst, 0);
488 VP8TransformDC(coeffs + n * 16, dst);
  /external/webp/src/enc/
frame.c 32 const int16_t* coeffs; member in struct:__anon13759
115 int v = res->coeffs[n++];
206 static void SetResidualCoeffs(const int16_t* const coeffs,
211 if (coeffs[n]) {
216 res->coeffs = coeffs;
233 const int v = res->coeffs[n++];
325 const int c = res->coeffs[n++];
  /external/opencv/cv/src/
cvfundam.cpp 691 CvMat coeffs = cvMat( 1, 4, CV_64F, c ); local
762 n = cvSolveCubic( &coeffs, &roots );
    [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp 336 /* we have computed coeffs for reduced project matrix */
1570 CvMat coeffs; local
    [all...]
  /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...]

Completed in 79 milliseconds