Home | History | Annotate | Download | only in test

Lines Matching refs:height

52     height(height_)
60 strOut << "height=" << height << std::endl;
77 Ncv32u heightSII = this->height + 1;
79 NCVMatrixAlloc<Ncv8u> d_img(*this->allocatorGPU.get(), this->width, this->height);
81 NCVMatrixAlloc<Ncv8u> h_img(*this->allocatorCPU.get(), this->width, this->height);
91 ncvStat = nppiStSqrIntegralGetSize_8u64u(NcvSize32u(this->width, this->height), &bufSize, this->devProp);
106 NcvSize32u(this->width, this->height),
115 NcvSize32u(this->width, this->height));
124 for (Ncv32u i=0; bLoopVirgin && i < h_img.height() + 1; i++)