Home
last modified time | relevance | path

Searched refs:col1 (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Dorb_algos.cpp72 void init_matchpoints(orb_matched_point_t* point, U32 row1, U32 col1, U32 row2, U32 col2, U32 score… in init_matchpoints() argument
77 point->col1 = col1; in init_matchpoints()
241 center.col += keypoints->col1; in get_trusted_four_points()
258 if (keypoints->col1 < center.col && in get_trusted_four_points()
260 subx = keypoints->col1 - center.col; in get_trusted_four_points()
266 src[0].col = keypoints->col1; in get_trusted_four_points()
273 if (keypoints->col1 > center.col && in get_trusted_four_points()
275 subx = keypoints->col1 - center.col; in get_trusted_four_points()
281 src[1].col = keypoints->col1; in get_trusted_four_points()
288 if (keypoints->col1 < center.col && in get_trusted_four_points()
[all …]
H A Dorb_algos.h41 orb_matched_point_t* init_matchpoints(U16 row1, U16 col1, U16 row2, U16 col2);
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dcros_ec_keyb.c118 int col1, col2, buf1, buf2; in cros_ec_keyb_has_ghosting() local
135 for (col1 = 0; col1 < ckdev->cols; col1++) { in cros_ec_keyb_has_ghosting()
136 buf1 = buf[col1] & valid_keys[col1]; in cros_ec_keyb_has_ghosting()
137 for (col2 = col1 + 1; col2 < ckdev->cols; col2++) { in cros_ec_keyb_has_ghosting()
141 col1, buf1, col2, buf2); in cros_ec_keyb_has_ghosting()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/aorb/
H A Drk_aiq_types_orb_algo.h48 unsigned int col1; member
/OK3568_Linux_fs/kernel/drivers/media/usb/pwc/
H A Dpwc-dec23.c542 unsigned int nbits, col1; in decode_block() local
553 __get_nbits(pdec, nbits+1, col1); in decode_block()
556 mask = pdec->table_bitpowermask[nbits][col1]; in decode_block()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4.cpp73 static inline double matrixDet2(const double m[4][4], int col0, int col1, int row0, int row1) in matrixDet2() argument
75 return m[col0][row0] * m[col1][row1] - m[col0][row1] * m[col1][row0]; in matrixDet2()
79 (const double m[4][4], int col0, int col1, int col2, in matrixDet3() argument
82 return m[col0][row0] * matrixDet2(m, col1, col2, row1, row2) in matrixDet3()
83 - m[col1][row0] * matrixDet2(m, col0, col2, row1, row2) in matrixDet3()
84 + m[col2][row0] * matrixDet2(m, col0, col1, row1, row2); in matrixDet3()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Ds3c64xx-pinctrl.dtsi454 keypad_col1_0: keypad-col1-0 {
502 keypad_col1_1: keypad-col1-1 {
H A Dtegra124-apalis.dtsi1075 kb-col1-pq1 {
H A Dtegra124-apalis-v1.2.dtsi1078 kb-col1-pq1 {
/OK3568_Linux_fs/kernel/include/linux/
H A Dfsl_ifc.h692 __be32 col1; member
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_ifc.h862 u32 col1; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info39657 {width="10",alignment="-1",col_name="col1",colhdr="Description"},
39659 body=[item={col0="cpus",col1="Listing of all cpus/cores on the system",
39661 item={col0="files",col1="Listing of all file descriptors",
39663 item={col0="modules",col1="Listing of all loaded kernel modules",
39665 item={col0="msg",col1="Listing of all message queues",
39667 item={col0="processes",col1="Listing of all processes",
39669 item={col0="procgroups",col1="Listing of all process groups",
39671 item={col0="semaphores",col1="Listing of all semaphores",
39673 item={col0="shm",col1="Listing of all shared-memory regions",
39675 item={col0="sockets",col1="Listing of all internet-domain sockets",
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info39657 {width="10",alignment="-1",col_name="col1",colhdr="Description"},
39659 body=[item={col0="cpus",col1="Listing of all cpus/cores on the system",
39661 item={col0="files",col1="Listing of all file descriptors",
39663 item={col0="modules",col1="Listing of all loaded kernel modules",
39665 item={col0="msg",col1="Listing of all message queues",
39667 item={col0="processes",col1="Listing of all processes",
39669 item={col0="procgroups",col1="Listing of all process groups",
39671 item={col0="semaphores",col1="Listing of all semaphores",
39673 item={col0="shm",col1="Listing of all shared-memory regions",
39675 item={col0="sockets",col1="Listing of all internet-domain sockets",
[all …]