Home
last modified time | relevance | path

Searched defs:num_points (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dnum_points.hpp56 namespace detail { namespace num_points namespace
95 struct num_points: not_implemented<Tag> struct
99 struct num_points<Geometry, AddForOpen, point_tag> struct
104 struct num_points<Geometry, AddForOpen, box_tag> struct
109 struct num_points<Geometry, AddForOpen, segment_tag> struct
114 struct num_points<Geometry, AddForOpen, linestring_tag> struct
119 struct num_points<Geometry, AddForOpen, ring_tag> struct
124 struct num_points<Geometry, AddForOpen, polygon_tag> struct
132 struct num_points<Geometry, AddForOpen, multi_tag> struct
147 struct num_points struct
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects_i_dsp.c255 void lsx_apply_hann_f(float h[], const int num_points) in lsx_apply_hann_f()
264 void lsx_apply_hann(double h[], const int num_points) in lsx_apply_hann()
273 void lsx_apply_hamming(double h[], const int num_points) in lsx_apply_hamming()
282 void lsx_apply_bartlett(double h[], const int num_points) in lsx_apply_bartlett()
290 void lsx_apply_blackman(double h[], const int num_points, double alpha /*.16*/) in lsx_apply_blackman()
299 void lsx_apply_blackman_nutall(double h[], const int num_points) in lsx_apply_blackman_nutall()
335 void lsx_apply_kaiser(double h[], const int num_points, double beta) in lsx_apply_kaiser()
514 void lsx_plot_fir(double * h, int num_points, sox_rate_t rate, sox_plot_t type, char const * title,… in lsx_plot_fir()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_glyphblt.c74 int num_points, max_points; in glamor_poly_glyph_blt_gl() local
180 int num_points; in glamor_push_pixels_gl() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Dorb_algos_opencv.cpp5 push_orbpoint_cv(U32 num_points, U16* points, vector<Point2f> m_Points) { in push_orbpoint_cv()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/aorb/
H A Drk_aiq_orb_hw.h7 unsigned int num_points; member
H A Drk_aiq_types_orb_algo.h22 unsigned int num_points; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp24 std::uint32_t num_points; member
185 auto num_points = p.num_points; in Zoom() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep_context.cpp105 int num_points = polyline.size(); in InitEdges() local
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Ddb8500_thermal.c145 int num_points = ARRAY_SIZE(db8500_thermal_points); in prcmu_high_irq_handler() local
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Draspberrypi-ts.c48 u8 num_points; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtile.hpp12 uint32_t num_points = 0; member
H A Dtypes.hpp143 uint32_t num_points = 0; member
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_at_a2150.c142 unsigned int max_points, num_points, residue, leftover; in a2150_interrupt() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_bw.c22 u8 num_points; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/
H A Dphy.c2523 u8 num_points, in ath5k_create_power_curve()
/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkbgeom.h81 unsigned short num_points; member
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h2313 static int stbtt__tesselate_curve(stbtt__point *points, int *num_points, float x0, float y0, float … in stbtt__tesselate_curve()
2337 int num_points=0; in stbtt_FlattenCurves() local
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1639 void init_scaling_function(RK_U8 scaling_points[][2], RK_U8 num_points, in init_scaling_function()