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

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_format.c 134 #define R_(a,b) [PIPE_FORMAT_##a] = { \
142 R_(B5G5R5X1_UNORM , X1R5G5B5 ),
143 R_(B5G6R5_UNORM , R5G6B5 ),
144 R_(B8G8R8X8_UNORM , X8R8G8B8 ),
145 R_(B8G8R8A8_UNORM , A8R8G8B8 ),
149 R_(R16G16B16A16_FLOAT, A16B16G16R16_FLOAT),
150 R_(R32G32B32A32_FLOAT, A32B32G32R32_FLOAT),
151 R_(R32_FLOAT , R32_FLOAT ),
  /external/opencv3/modules/calib3d/src/
dls.cpp 52 std::vector<cv::Mat> R_;
53 R_.push_back(rotx(CV_PI/2));
54 R_.push_back(roty(CV_PI/2));
55 R_.push_back(rotz(CV_PI/2));
61 cv::Mat pp = R_[i] * ( p - cv::repeat(mn, 1, p.cols) );
75 t_est__ = t_est_[j] - C_est_[j] * R_[i] * mn;
76 C_est__ = C_est_[j] * R_[i];
    [all...]
  /external/opencv3/modules/video/src/
optflowgf.cpp 715 allocMatFromBuf(5*height, width, CV_32F, R_[0]),
716 allocMatFromBuf(5*height, width, CV_32F, R_[1])
787 R_[0].release();
788 R_[1].release();
829 UMat pyrLevel_[2], M_, bufM_, R_[2], blurredFrame_[2];
    [all...]

Completed in 189 milliseconds