Home | History | Annotate | Download | only in test

Lines Matching refs:height

53     height(height_)
64 strOut << "height=" << height << std::endl;
83 Ncv32u heightII = this->height + 1;
85 NCVMatrixAlloc<T_in> d_img(*this->allocatorGPU.get(), this->width, this->height);
87 NCVMatrixAlloc<T_in> h_img(*this->allocatorCPU.get(), this->width, this->height);
99 ncvStat = nppiStIntegralGetSize_8u32u(NcvSize32u(this->width, this->height), &bufSize, this->devProp);
104 ncvStat = nppiStIntegralGetSize_32f32f(NcvSize32u(this->width, this->height), &bufSize, this->devProp);
127 NcvSize32u(this->width, this->height),
135 NcvSize32u(this->width, this->height),
151 NcvSize32u(this->width, this->height));
158 NcvSize32u(this->width, this->height));
172 for (Ncv32u i=0; bLoopVirgin && i < h_img.height() + 1; i++)