Searched refs:feature_size (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | lsh_table.h | 159 LshTable(unsigned int feature_size, unsigned int key_size) in LshTable() argument 161 feature_size_ = feature_size; in LshTable() 349 inline LshTable<unsigned char>::LshTable(unsigned int feature_size, unsigned int subsignature_size) in LshTable() argument 351 feature_size_ = feature_size; in LshTable() 354 …mask_ = std::vector<size_t>((feature_size * sizeof(char) + sizeof(size_t) - 1) / sizeof(size_t), 0… in LshTable() 357 std::vector<int> indices(feature_size * CHAR_BIT); in LshTable() 358 for (size_t i = 0; i < feature_size * CHAR_BIT; ++i) indices[i] = (int)i; in LshTable()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-magicmouse.c | 595 int feature_size; in magicmouse_probe() local 657 feature_size = sizeof(feature_mt_trackpad2_bt); in magicmouse_probe() 660 feature_size = sizeof(feature_mt_trackpad2_usb); in magicmouse_probe() 664 feature_size = sizeof(feature_mt); in magicmouse_probe() 668 buf = kmemdup(feature, feature_size, GFP_KERNEL); in magicmouse_probe() 682 ret = hid_hw_raw_request(hdev, buf[0], buf, feature_size, in magicmouse_probe() 685 if (ret != -EIO && ret != feature_size) { in magicmouse_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 7780 int engine, u32 feature_size, u8 omit_engine) in qed_calc_regdump_header() argument 7784 SET_FIELD(res, REGDUMP_HEADER_SIZE, feature_size); in qed_calc_regdump_header() 7785 if (res != feature_size) in qed_calc_regdump_header() 7788 feature, feature_size); in qed_calc_regdump_header() 7805 u32 offset = 0, feature_size; in qed_dbg_all_data() local 7826 REGDUMP_HEADER_SIZE, &feature_size); in qed_dbg_all_data() 7830 feature_size, omit_engine); in qed_dbg_all_data() 7831 offset += (feature_size + REGDUMP_HEADER_SIZE); in qed_dbg_all_data() 7838 REGDUMP_HEADER_SIZE, &feature_size); in qed_dbg_all_data() 7842 feature_size, omit_engine); in qed_dbg_all_data() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/ |
| H A D | orb.h | 27 int feature_size; variable
|
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A D | dfl.c | 913 static inline u32 feature_size(void __iomem *start) in feature_size() function 1026 size = size ? size : feature_size(binfo->ioaddr + ofst); in create_feature_instance()
|