Home | History | Annotate | Download | only in test

Lines Matching refs:height

53     height(height_)
80 NcvSize32u srcSize(this->width, this->height);
82 NCVMatrixAlloc<T> d_img(*this->allocatorGPU.get(), this->width, this->height);
84 NCVMatrixAlloc<T> h_img(*this->allocatorCPU.get(), this->width, this->height);
87 NCVMatrixAlloc<T> d_dst(*this->allocatorGPU.get(), this->height, this->width);
89 NCVMatrixAlloc<T> h_dst(*this->allocatorCPU.get(), this->height, this->width);
91 NCVMatrixAlloc<T> h_dst_d(*this->allocatorCPU.get(), this->height, this->width);
106 NcvSize32u(this->width, this->height));
112 NcvSize32u(this->width, this->height));
128 NcvSize32u(this->width, this->height));
134 NcvSize32u(this->width, this->height));
150 for (Ncv32u j=0; bLoopVirgin && j < this->height; j++)