HomeSort by relevance Sort by last modified time
    Searched refs:dstf (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
macros.h 602 GLfloat dstf = LINTERP( t, outf, inf ); \
603 UNCLAMPED_FLOAT_TO_UBYTE( dstub, dstf ); \
610 GLfloat dstf = LINTERP( t, outf, inf ); \
611 UNCLAMPED_FLOAT_TO_CHAN( dstc, dstf ); \
617 #define INTERP_F( t, dstf, outf, inf ) \
618 dstf = LINTERP( t, outf, inf )
  /external/opencv/cv/src/
cvundistort.cpp 384 CvPoint2D32f* dstf; local
426 dstf = (CvPoint2D32f*)_dst->data.ptr;
478 dstf[i*dstep].x = (float)x;
479 dstf[i*dstep].y = (float)y;

Completed in 2146 milliseconds