Home
last modified time | relevance | path

Searched refs:loadBtvWeights (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/superres/src/cuda/
Dbtv_l1_gpu.cu67 void loadBtvWeights(const float* weights, size_t count);
216 void loadBtvWeights(const float* weights, size_t count) in loadBtvWeights() function
/external/opencv3/modules/superres/src/
Dbtv_l1_cuda.cpp75 void loadBtvWeights(const float* weights, size_t count);
187 btv_l1_cudev::loadBtvWeights(&btvWeights[0], size); in calcBtvWeights()