Searched refs:texOfs (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | hog.cu | 781 size_t texOfs = 0; in resize_for_hog() local 785 … cudaSafeCall( cudaBindTexture2D(&texOfs, tex, src.data, desc, src.cols, src.rows, src.step) ); in resize_for_hog() 787 if (texOfs != 0) in resize_for_hog() 789 colOfs = static_cast<int>( texOfs/sizeof(T) ); in resize_for_hog() 791 … cudaSafeCall( cudaBindTexture2D(&texOfs, tex, src.data, desc, src.cols, src.rows, src.step) ); in resize_for_hog()
|