| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ |
| H A D | ia_css_sdis2_types.h | 34 s16 *odd_real; /** real part of the odd coefficients*/ 35 s16 *odd_imag; /** imaginary part of the odd coefficients*/ 36 s16 *even_real;/** real part of the even coefficients*/ 37 s16 *even_imag;/** imaginary part of the even coefficients*/ 40 /* DVS 2.0 Coefficients. This structure describes the coefficients that are needed for the dvs stat… 42 * coefficients. 48 hor_coefs; /** struct with pointers that contain the horizontal coefficients */ 50 ver_coefs; /** struct with pointers that contain the vertical coefficients */ 63 …istics. This structure describes the statistics that are generated using the provided coefficients.
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/ |
| H A D | adm1275.c | 103 struct coefficients { struct 109 static const struct coefficients adm1075_coefficients[] = { argument 117 static const struct coefficients adm1272_coefficients[] = { 130 static const struct coefficients adm1275_coefficients[] = { 136 static const struct coefficients adm1276_coefficients[] = { 144 static const struct coefficients adm1278_coefficients[] = { 151 static const struct coefficients adm1293_coefficients[] = { 474 const struct coefficients *coefficients; in adm1275_probe() local 564 coefficients = adm1075_coefficients; in adm1275_probe() 592 coefficients = adm1272_coefficients; in adm1275_probe() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rk_aiq_comm.h | 182 * @brief Matrix coefficients 186 * @note Coefficients are represented as float numbers 195 * @brief Matrix coefficients 199 * @note Coefficients are represented as float numbers 209 * @brief Matrix coefficients 213 * @note Coefficients are represented as float numbers 228 * @brief Matrix coefficients 232 * @note Coefficients are represented as float numbers 251 * @brief Matrix coefficients 255 * @note Coefficients are represented as float numbers [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ |
| H A D | ia_css_sdis_types.h | 30 /* DVS 1.0 Coefficients. 31 * This structure describes the coefficients that are needed for the dvs statistics. 38 containing the horizontal coefficients */ 40 containing the vertical coefficients */ 44 * This structure describes the statistics that are generated using the provided coefficients.
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/ |
| H A D | ispresizer.h | 21 * Constants for filter coefficients count 26 * struct isprsz_coef - Structure for resizer filter coefficients. 27 * @h_filter_coef_4tap: Horizontal filter coefficients for 8-phase/4-tap 29 * @v_filter_coef_4tap: Vertical filter coefficients for 8-phase/4-tap 31 * @h_filter_coef_7tap: Horizontal filter coefficients for 4-phase/7-tap 33 * @v_filter_coef_7tap: Vertical filter coefficients for 4-phase/7-tap
|
| H A D | isppreview.h | 62 * @cfa: CFA coefficients. 63 * @csup: Chroma suppression coefficients. 64 * @luma: Luma enhancement coefficients. 65 * @nf: Noise filter coefficients. 66 * @dcor: Noise filter coefficients. 67 * @gamma: Gamma coefficients.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_util.h | 45 * @ adjust_a: A-coefficients for mapping curve 46 * @ adjust_b: B-coefficients for mapping curve 47 * @ adjust_c: C-coefficients for mapping curve 83 * @ blend_cfg: blend coefficients configuration 194 * @adjust_a: Mapping curves A coefficients 195 * @adjust_b: Mapping curves B coefficients 196 * @adjust_c: Mapping curves C coefficients 234 * @blend_cfg: Selection of blend coefficients
|
| H A D | dpu_hw_dspp.h | 28 * @r: red coefficients. 29 * @g: green coefficients. 30 * @b: blue coefficients.
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_dvs.h | 205 /* @brief Allocate the DVS coefficients memory 207 * @return Pointer to the allocated DVS coefficients buffer 212 /* @brief Free the DVS coefficients memory 213 * @param[in] me Pointer to the DVS coefficients buffer. 233 /* @brief Allocate the DVS 2.0 coefficients memory 235 * @return Pointer to the allocated DVS 2.0 coefficients buffer 240 /* @brief Free the DVS 2.0 coefficients memory 241 * @param[in] me Pointer to the DVS 2.0 coefficients buffer.
|
| H A D | atomisp_compat_ioctl32.h | 39 compat_uptr_t odd_real; /** real part of the odd coefficients*/ 40 compat_uptr_t odd_imag; /** imaginary part of the odd coefficients*/ 41 compat_uptr_t even_real;/** real part of the even coefficients*/ 42 compat_uptr_t even_imag;/** imaginary part of the even coefficients*/ 227 compat_uptr_t dvs_coefs; /* DVS 1.0 coefficients */ 228 compat_uptr_t dvs2_coefs; /* DVS 2.0 coefficients */
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | calib3d.hpp | 117 … \f$k_3\f$, \f$k_4\f$, \f$k_5\f$, and \f$k_6\f$ are radial distortion coefficients. \f$p_1\f$ and … 118 tangential distortion coefficients. \f$s_1\f$, \f$s_2\f$, \f$s_3\f$, and \f$s_4\f$, are the thin pr… 119 coefficients. Higher-order coefficients are not considered in OpenCV. 152 In the functions below the coefficients are passed or returned as 157 coefficients do not depend on the scene viewed. Thus, they also belong to the intrinsic camera 160 coefficients can be used for 640 x 480 images from the same camera while \f$f_x\f$, \f$f_y\f$, \f$c… 498 @param distCoeffs Input vector of distortion coefficients 500 4, 5, 8, 12 or 14 elements. If the vector is empty, the zero distortion coefficients are assumed. 505 coordinates of the principal point and the distortion coefficients. In the old interface different 519 passing zero distortion coefficients, you can get various useful partial cases of the function. This [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | calib3d.hpp | 117 … \f$k_3\f$, \f$k_4\f$, \f$k_5\f$, and \f$k_6\f$ are radial distortion coefficients. \f$p_1\f$ and … 118 tangential distortion coefficients. \f$s_1\f$, \f$s_2\f$, \f$s_3\f$, and \f$s_4\f$, are the thin pr… 119 coefficients. Higher-order coefficients are not considered in OpenCV. 152 In the functions below the coefficients are passed or returned as 157 coefficients do not depend on the scene viewed. Thus, they also belong to the intrinsic camera 160 coefficients can be used for 640 x 480 images from the same camera while \f$f_x\f$, \f$f_y\f$, \f$c… 498 @param distCoeffs Input vector of distortion coefficients 500 4, 5, 8, 12 or 14 elements. If the vector is empty, the zero distortion coefficients are assumed. 505 coordinates of the principal point and the distortion coefficients. In the old interface different 519 passing zero distortion coefficients, you can get various useful partial cases of the function. This [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | calib3d.hpp | 117 … \f$k_3\f$, \f$k_4\f$, \f$k_5\f$, and \f$k_6\f$ are radial distortion coefficients. \f$p_1\f$ and … 118 tangential distortion coefficients. \f$s_1\f$, \f$s_2\f$, \f$s_3\f$, and \f$s_4\f$, are the thin pr… 119 coefficients. Higher-order coefficients are not considered in OpenCV. 152 In the functions below the coefficients are passed or returned as 157 coefficients do not depend on the scene viewed. Thus, they also belong to the intrinsic camera 160 coefficients can be used for 640 x 480 images from the same camera while \f$f_x\f$, \f$f_y\f$, \f$c… 498 @param distCoeffs Input vector of distortion coefficients 500 4, 5, 8, 12 or 14 elements. If the vector is empty, the zero distortion coefficients are assumed. 505 coordinates of the principal point and the distortion coefficients. In the old interface different 519 passing zero distortion coefficients, you can get various useful partial cases of the function. This [all …]
|
| H A D | objdetect.hpp | 415 …@param filename the file name containing HOGDescriptor properties and coefficients of the trained… 434 /**@brief Returns the number of coefficients required for the classification. 448 /**@brief Sets coefficients for the linear SVM classifier. 449 @param _svmdetector coefficients for the linear SVM classifier. 464 /** @brief loads coefficients for the linear SVM classifier from a file 470 /** @brief saves coefficients for the linear SVM classifier to a file 500 …Usually it is 0 and should be specified in the detector coefficients (as the last free coefficient… 516 …Usually it is 0 and should be specified in the detector coefficients (as the last free coefficient… 533 …Usually it is 0 and should be specified in the detector coefficients (as the last free coefficient… 551 …Usually it is 0 and should be specified in the detector coefficients (as the last free coefficient… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/ |
| H A D | sc.c | 58 * set the horizontal scaler coefficients according to the ratio of output to 94 * for each phase, the scaler expects space for 8 coefficients in sc_set_hs_coeffs() 96 * 7 coefficients and skip the last slot to move to the next in sc_set_hs_coeffs() 97 * row to hold coefficients for the next phase in sc_set_hs_coeffs() 107 * set the vertical scaler coefficients according to the ratio of output to 136 * for the vertical scaler, we copy the first 5 coefficients and in sc_set_vs_coeffs() 138 * coefficients for the next phase in sc_set_vs_coeffs()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
| H A D | ia_css_s3a_param.h | 23 /* coefficients to calculate Y */ 44 /* coefficients to calculate Y */ 50 /* af fir coefficients */
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | dsp_dtmf.c | 98 * calculate the coefficients of the given sample and decode * 114 * fmt - 0 = alaw, 1 = ulaw, 2 = coefficients from HFC DTMF hw-decoder 148 case 2: /* HFC coefficients */ in dsp_dtmf_goertzel_decode() 152 printk(KERN_ERR "%s: coefficients have invalid " in dsp_dtmf_goertzel_decode() 173 goto coefficients; in dsp_dtmf_goertzel_decode() 206 /* our (squared) coefficients have been calculated, we need to process in dsp_dtmf_goertzel_decode() 209 coefficients: in dsp_dtmf_goertzel_decode()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/ |
| H A D | thermal-zones.yaml | 85 coefficients: 88 An array of integers containing the coefficients of a linear equation 93 where c0, c1, .., cn are the coefficients. 95 Coefficients default to 1 in case this property is not specified. The 96 coefficients are ordered and are matched with sensors by means of the 97 sensor ID. Additional coefficients are interpreted as constant offset.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ipa/backend/ |
| H A D | mali_kbase_ipa_counter_common_jm.h | 50 * @group_values: values of coefficients for IPA groups 58 * deriving the power model coefficients. Range approx 89 * Coefficients are interpreted as fractions where the 204 * @ipa_groups_def: array of ipa groups which sets coefficients for 210 * deriving the power model coefficients.
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/include/ |
| H A D | intel-ipu3.h | 207 * struct ipu3_uapi_ae_ccm - AE coefficients for WB and CCM 259 * @y1_coeff_0.a1: filter1 coefficients A1, u8, default 0. 260 * @y1_coeff_0.a2: filter1 coefficients A2, u8, default 0. 261 * @y1_coeff_0.a3: filter1 coefficients A3, u8, default 0. 262 * @y1_coeff_0.a4: filter1 coefficients A4, u8, default 0. 264 * @y1_coeff_1.a5: filter1 coefficients A5, u8, default 0. 265 * @y1_coeff_1.a6: filter1 coefficients A6, u8, default 0. 266 * @y1_coeff_1.a7: filter1 coefficients A7, u8, default 0. 267 * @y1_coeff_1.a8: filter1 coefficients A8, u8, default 0. 269 * @y1_coeff_2.a9: filter1 coefficients A9, u8, default 0. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/ |
| H A D | ia_css_xnr_types.h | 28 * This table contains coefficients used for division in XNR. 54 /** Coefficients table on vamem type1. u0.12, [0,4095] */ 56 /** Coefficients table on vamem type2. u0.12, [0,4095] */
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | sht15.rst | 48 The humidity calibration coefficients are programmed into an OTP memory on the 49 chip. These coefficients are used to internally calibrate the signals from the 50 sensors. Disabling the reload of those coefficients allows saving 10ms for each
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
| H A D | ia_css_sdis_common.host.h | 33 /* SDIS Coefficients: */ 34 /* The ISP uses vectors to store the coefficients, so we round 35 the number of coefficients up to vectors. */
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ipa/ |
| H A D | mali_kbase_ipa_simple.c | 39 * @ts: Thermal scaling coefficients of the model 55 * @ts: Signed coefficients, in order t^0 to t^3, with units Deg^-N 58 * Scale the temperature according to a cubic polynomial whose coefficients are 75 * Sum the parts. t^[1-3] are in m(Deg^N), but the coefficients are in in calculate_temp_scaling_factor()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | irc2pc.c | 40 /* Convert Reflection Coefficients to Predictor Coeficients */ 43 /* RC - Reflection coefficients */ 48 /* PC - Predictor coefficients */
|