Home
last modified time | relevance | path

Searched refs:division (Results 1 – 25 of 118) sorted by relevance

12345

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Dawb_xml2json.cpp32 free(commV21->division.wpNumTh.high); in CalibV2AwbV21Free()
33 free(commV21->division.wpNumTh.low); in CalibV2AwbV21Free()
34 free(commV21->division.wpNumTh.lumaValue); in CalibV2AwbV21Free()
142 commV21->division.wpNumTh.high = (float *)malloc(awb_adjust->WP_TH.num*sizeof(float)); in convertCalib2calibV21()
143 commV21->division.wpNumTh.low= (float *)malloc(awb_adjust->WP_TH.num*sizeof(float)); in convertCalib2calibV21()
144 commV21->division.wpNumTh.lumaValue= (float *)malloc(awb_adjust->WP_TH.num*sizeof(float)); in convertCalib2calibV21()
332 commV21->division.lumaValThLow= awb_adjust->LV_THL; in convertCalib2calibV21()
333 commV21->division.lumaValThLow2= awb_adjust->LV_THL2; in convertCalib2calibV21()
334 commV21->division.lumaValThHigh= awb_adjust->LV_THH; in convertCalib2calibV21()
335 commV21->division.lumaValThHigh2= awb_adjust->LV_THH2; in convertCalib2calibV21()
[all …]
H A DRkAiqCalibDbV2.cpp1169 if(autoExtPara->division.wpNumTh.high) in CamCalibDbFreeAwbV21Ctx()
1170 calib_free(autoExtPara->division.wpNumTh.high); in CamCalibDbFreeAwbV21Ctx()
1171 if(autoExtPara->division.wpNumTh.low) in CamCalibDbFreeAwbV21Ctx()
1172 calib_free(autoExtPara->division.wpNumTh.low); in CamCalibDbFreeAwbV21Ctx()
1173 if(autoExtPara->division.wpNumTh.lumaValue) in CamCalibDbFreeAwbV21Ctx()
1174 calib_free(autoExtPara->division.wpNumTh.lumaValue); in CamCalibDbFreeAwbV21Ctx()
1307 if(autoExtPara->division.wpNumTh.high) in CamCalibDbFreeAwbV32Ctx()
1308 calib_free(autoExtPara->division.wpNumTh.high); in CamCalibDbFreeAwbV32Ctx()
1309 if(autoExtPara->division.wpNumTh.low) in CamCalibDbFreeAwbV32Ctx()
1310 calib_free(autoExtPara->division.wpNumTh.low); in CamCalibDbFreeAwbV32Ctx()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Ddiv64.S88 @ The division loop for needed upper bit positions.
104 @ The division loop for lower bit positions.
144 @ If possible, branch for another shift in the division loop.
191 @ eq -> division by 1: obvious enough...
H A Dlib1funcs.S44 @ at the left end of each 4 bit nibbles in the division loop
53 @ division loop. Continue shifting until the divisor is
140 @ division loop. Continue shifting until the divisor is
257 subs r2, r1, #1 @ division by 1 or -1 ?
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Ddiv64.S84 @ The division loop for needed upper bit positions.
100 @ The division loop for lower bit positions.
140 @ If possible, branch for another shift in the division loop.
187 @ eq -> division by 1: obvious enough...
H A Dlib1funcs.S56 @ at the left end of each 4 bit nibbles in the division loop
65 @ division loop. Continue shifting until the divisor is
152 @ division loop. Continue shifting until the divisor is
272 subs r2, r1, #1 @ division by 1 or -1 ?
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dlkkbd.c569 int division; in lkkbd_reinit() local
588 for (division = 1; division <= 14; division++) in lkkbd_reinit()
590 LK_CMD_SET_MODE(LK_MODE_UPDOWN, division)); in lkkbd_reinit()
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Darray_size.cocci5 //# where there is a division of sizeof the array by the sizeof its first
7 //# division of the two sizeofs by ARRAY_SIZE.
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/
H A Dfeature-arm-idiv.inc1 TUNEVALID[idiv] = "ARM-state integer division instructions"
/OK3568_Linux_fs/u-boot/examples/standalone/
H A DREADME_rkspi.md31 - spiclk is the clock for spi controller, output to IO after internal frequency division of the con…
60 - clock_div: internal frequency division of the controller
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dcrc32.rst5 A CRC is a long-division remainder. You add the CRC to the message,
13 It's actually the same long division you learned in school, except that:
20 Like all division, the remainder is always smaller than the divisor.
34 Just like with ordinary division, you proceed one digit (bit) at a time.
35 Each step of the division you take one more digit (bit) of the dividend
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-service-time.rst60 the division and just compare the 'in-flight-size'.
62 2. If the paths have the same 'in-flight-size', skip the division
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_combtxphy.c182 void rk628_combtxphy_set_gvi_division_mode(struct rk628 *rk628, bool division) in rk628_combtxphy_set_gvi_division_mode() argument
184 rk628->combtxphy.division_mode = division; in rk628_combtxphy_set_gvi_division_mode()
H A Drk628_combtxphy.h76 void rk628_combtxphy_set_gvi_division_mode(struct rk628 *rk628, bool division);
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/dac/
H A Ddpot-dac.txt23 - io-channels: Channel node of the dpot to be used for the voltage division.
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dmem-phys-addr.py6 from __future__ import division
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddevlink-resource-mlxsw9 and the second is a linear access table. The division
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dawb_head.h531 CalibDbV2_Wb_Awb_Div_t division; member
600 CalibDbV2_Wb_Awb_Div_t division; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/licenses/
H A Dopenexr-LICENSE1 Copyright (c) 2006, Industrial Light & Magic, a division of Lucasfilm
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Ddiv64.S48 divwu r0,r6,r4 # perform the remaining 32-bit division
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/licenses/
H A Dopenexr-LICENSE1 Copyright (c) 2006, Industrial Light & Magic, a division of Lucasfilm
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/
H A Dopenexr-LICENSE1 Copyright (c) 2006, Industrial Light & Magic, a division of Lucasfilm
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A Dsgpio-aspeed.txt26 - clocks : A phandle to the APB clock for SGPM clock division
/OK3568_Linux_fs/kernel/Documentation/arm/nwfpe/
H A Dnotes.rst31 moved to f4 to preserve it over the log(y) call. The division will be done
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0032-efi-Add-secure-boot-detection.patch66 …4/efi/init.c kern/ia64/dl.c kern/ia64/dl_helper.c kern/ia64/cache.c lib/division.c disk/efi/efidis…
67 …4/efi/init.c kern/ia64/dl.c kern/ia64/dl_helper.c kern/ia64/cache.c lib/division.c disk/efi/efidis…
75 …v6.S kern/arm/cache_armv7.S kern/arm/cache.c kern/arm/compiler-rt.S lib/division.c disk/efi/efidis…
76 …v6.S kern/arm/cache_armv7.S kern/arm/cache.c kern/arm/compiler-rt.S lib/division.c disk/efi/efidis…
93 …i/fdt.c kern/riscv/cache.c kern/riscv/cache_flush.S kern/riscv/dl.c lib/division.c disk/efi/efidis…
94 …i/fdt.c kern/riscv/cache.c kern/riscv/cache_flush.S kern/riscv/dl.c lib/division.c disk/efi/efidis…
144 - lib/division.c kern/arm/efi/startup.S kern/arm/efi/init.c \
170 + kern/arm/compiler-rt.S lib/division.c kern/arm/efi/startup.S \
277 @COND_ia64_efi_TRUE@ lib/division.c disk/efi/efidisk.c \

12345