Home
last modified time | relevance | path

Searched refs:nlevels (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/backlight/
H A Dpwm_bl.c399 unsigned int nlevels = data->max_brightness + 1; in pwm_backlight_is_linear() local
401 unsigned int max_val = data->levels[nlevels - 1]; in pwm_backlight_is_linear()
407 unsigned int slope = (128 * (max_val - min_val)) / nlevels; in pwm_backlight_is_linear()
411 for (i = 1; i < nlevels; i++) { in pwm_backlight_is_linear()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dobjdetect.hpp386 free_coef(-1.f), nlevels(HOGDescriptor::DEFAULT_NLEVELS), signedGradient(false) in HOGDescriptor()
411 …gammaCorrection(_gammaCorrection), free_coef(-1.f), nlevels(_nlevels), signedGradient(_signedGradi… in HOGDescriptor()
624 CV_PROP int nlevels; member
H A Dfeatures2d.hpp333 …CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeT…
342 CV_WRAP virtual void setNLevels(int nlevels) = 0;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmatchers.hpp147 …uresFinder(Size _grid_size = Size(3,1), int nfeatures=1500, float scaleFactor=1.3f, int nlevels=5);
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dtrace.h495 __field(int, nlevels)
507 __entry->nlevels = cur->bc_nlevels;
517 __entry->nlevels,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dfeatures2d.hpp333 …CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeT…
342 CV_WRAP virtual void setNLevels(int nlevels) = 0;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dfeatures2d.hpp333 …CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeT…
342 CV_WRAP virtual void setNLevels(int nlevels) = 0;
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_trace.h2327 __field(int, nlevels)
2335 __entry->nlevels = cur->bc_nlevels;
2343 __entry->nlevels,
3774 __field(unsigned int, nlevels)
3785 __entry->nlevels = cur->bc_nlevels;
3796 __entry->nlevels,
/OK3568_Linux_fs/buildroot/dl/libmad/
HDlibmad_0.15.1b-10.diff.gz1--- libmad-0.15.1b.orig/debian/changelog 2++ ...
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dr600_cs.c1416 unsigned nlevels = llevel - blevel + 1; in r600_texture_size() local
1424 for(i = 0, offset = 0, level = blevel; i < nlevels; i++, level++) { in r600_texture_size()