Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dwarpers.hpp130 float scale; member
187 PlaneWarper(float scale = 1.f) { projector_.scale = scale; } in PlaneWarper()
220 AffineWarper(float scale = 1.f) : PlaneWarper(scale) {} in AffineWarper()
257 SphericalWarper(float scale) { projector_.scale = scale; } in SphericalWarper()
282 CylindricalWarper(float scale) { projector_.scale = scale; } in CylindricalWarper()
304 FisheyeWarper(float scale) { projector_.scale = scale; } in FisheyeWarper()
318 StereographicWarper(float scale) { projector_.scale = scale; } in StereographicWarper()
334 CompressedRectilinearWarper(float scale, float A = 1, float B = 1) in CompressedRectilinearWarper()
355 CompressedRectilinearPortraitWarper(float scale, float A = 1, float B = 1) in CompressedRectilinearPortraitWarper()
376 PaniniWarper(float scale, float A = 1, float B = 1) in PaniniWarper()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dreal_impl.hpp64 scale(int exp, T& n, AccT acc_n) in scale() function
100 scale(int /*exp*/, unused_type /*n*/, unused_type /*acc_n*/) in scale() function
108 scale(int exp, int frac, T& n, AccT acc_n) in scale() function
114 scale(int /*exp*/, int /*frac*/, unused_type /*n*/) in scale() function
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_ar933x.c44 static u32 ar933x_serial_get_baud(u32 clk, u32 scale, u32 step) in ar933x_serial_get_baud()
59 u32 *scale, u32 *step) in ar933x_serial_get_scale_step()
92 u32 val, scale, step; in ar933x_serial_setbrg() local
203 u32 val, scale, step; in _debug_uart_init() local
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_jpeg.c254 static unsigned char jpeg_scale_qp(const unsigned char qp, int scale) in jpeg_scale_qp()
270 const unsigned char *tab, int scale) in jpeg_scale_quant_table()
282 int scale; in jpeg_set_quality() local
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dsc27xx_adc.c163 static int sc27xx_adc_get_ratio(int channel, int scale) in sc27xx_adc_get_ratio()
189 int scale, int *val) in sc27xx_adc_read()
262 int channel, int scale, in sc27xx_adc_volt_ratio()
284 int scale, int raw_adc) in sc27xx_adc_convert_volt()
314 int channel, int scale, int *val) in sc27xx_adc_read_processed()
331 int scale = data->channel_scale[chan->channel]; in sc27xx_adc_read_raw() local
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dtlbflush.h136 #define __TLBI_VADDR_RANGE(addr, asid, scale, num, ttl) \ argument
149 #define __TLBI_RANGE_PAGES(num, scale) \ argument
158 #define __TLBI_RANGE_NUM(pages, scale) \ argument
287 int scale = 0; in __flush_tlb_range() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dprojection.hpp43 static double worldSize(double scale) { in worldSize()
77 static Point<double> project(const LatLng& latLng, double scale) { in project()
86 …static LatLng unproject(const Point<double>& p, double scale, LatLng::WrapMode wrapMode = LatLng::… in unproject()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_coordinate.hpp22 const double scale = std::pow(2.0, zoom); in fromLatLng() local
36 const double scale = std::pow(2.0, tileID.canonical.z); in toGeometryCoordinate() local
H A Dmat2.cpp46 void matrix::scale(mat2& out, const mat2& a, double v0, double v1) { in scale() function in mbgl::matrix
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daspm_ext.c128 static u32 calc_l1ss_pwron(struct pci_dev *pdev, u32 scale, u32 val) in calc_l1ss_pwron()
142 static void encode_l12_threshold(u32 threshold_us, u32 *scale, u32 *value) in encode_l12_threshold()
172 u32 t_common_mode, t_power_on, l1_2_threshold, scale, value; in aspm_calc_l1ss_info() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i2c/
H A Dch7006_mode.c106 subc, scale, scale_mask, norm_mask, e_hd, e_vd) { \ argument
135 subc, scale, scale_mask, norm_mask) \ argument
335 uint64_t scale, aspect; in ch7006_setup_properties() local
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dvecemu.c157 static int ctsxs(unsigned int x, int scale, unsigned int *vscrp) in ctsxs()
179 static unsigned int ctuxs(unsigned int x, int scale, unsigned int *vscrp) in ctuxs()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dzopt2201.c84 unsigned int scale; /* micro lux per count */ member
95 unsigned int scale; /* micro W/m2 per count */ member
117 unsigned int scale, uscale; /* scale factor as integer + micro */ member
146 unsigned int scale, uscale; /* scale factor as integer + micro */ member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp240 const float scale = std::pow(2, parameters.state.getZoom() - tile.tile.id.overscaledZ); in render() local
273 const float scale = std::pow(2, parameters.state.getZoom() - tile.tile.id.overscaledZ); in render() local
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_mobilenet_demo/src/
H A Dmain.cc74 static int rknn_GetTopN_int8(int8_t *pProb, float scale, int zp, float *pfMaxProb, uint32_t *pMaxCl… in rknn_GetTopN_int8()
216 …CHW_float(const int8_t *src, float *dst, int *dims, int channel, int h, int w, int zp, float scale) in NC1HWC2_int8_to_NCHW_float()
470 float scale = output_attrs[i].scale; in main() local
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dpost_process.cc131 static int8_t qnt_f32_to_affine(float f32, int32_t zp, float scale) in qnt_f32_to_affine()
138 static float deqnt_affine_to_f32(int8_t qnt, int32_t zp, float scale) in deqnt_affine_to_f32()
145 float threshold, int32_t zp, float scale) in process()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dpmu.h53 double scale; member
69 double scale; member
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dscpi-hwmon.c19 unsigned int scale; member
138 const u32 *scale; in scpi_hwmon_probe() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4.cpp273 void QDoubleMatrix4x4::scale(const QDoubleVector3D& vector) in scale() function in QDoubleMatrix4x4
309 void QDoubleMatrix4x4::scale(double x, double y) in scale() function in QDoubleMatrix4x4
335 void QDoubleMatrix4x4::scale(double x, double y, double z) in scale() function in QDoubleMatrix4x4
368 void QDoubleMatrix4x4::scale(double factor) in scale() function in QDoubleMatrix4x4
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Danchor.hpp13 float scale = 0.0f; member in mbgl::Anchor
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc195 static int8_t qnt_f32_to_affine(float f32, int32_t zp, float scale) in qnt_f32_to_affine()
202 static float deqnt_affine_to_f32(int8_t qnt, int32_t zp, float scale) in deqnt_affine_to_f32()
209 float threshold, int32_t zp, float scale) in process()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dstat.c26 double scale; /* scale-factor */ member
232 double amp, scale, rms = 0, freq; in sox_stat_stop() local
/OK3568_Linux_fs/kernel/include/clocksource/
H A Dhyperv_timer.h41 u64 scale, offset; in hv_read_tsc_page_tsc() local
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc180 static int8_t qnt_f32_to_affine(float f32, int32_t zp, float scale) in qnt_f32_to_affine()
187 static float deqnt_affine_to_f32(int8_t qnt, int32_t zp, float scale) { return ((float)qnt - (float… in deqnt_affine_to_f32()
191 int32_t zp, float scale) in process()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/iio/include/
H A Dformat.h20 RK_DOUBLE scale; member

12345678910>>...15