Searched refs:weight (Results 1 – 11 of 11) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/ |
D | quat_accuracy_monitor.h | 39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
|
/hardware/invensense/6515/libsensors_iio/software/core/mpl/ |
D | quat_accuracy_monitor.h | 39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 740 * If not set, each input element is considered to have the same weight 791 * * \f$W_{xi}\f$ is the input-to-input weight matrix, 792 * * \f$W_{hi}\f$ is the recurrent to input weight matrix, 793 * * \f$W_{ci}\f$ is the cell-to-input weight matrix, 795 * * \f$W_{xf}\f$ is the input-to-forget weight matrix, 796 * * \f$W_{hf}\f$ is the recurrent-to-forget weight matrix, 797 * * \f$W_{cf}\f$ is the cell-to-forget weight matrix, 799 * * \f$W_{xc}\f$ is the input-to-cell weight matrix, 800 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix, 802 * * \f$W_{xo}\f$ is the input-to-output weight matrix, [all …]
|
/hardware/intel/img/psb_video/src/ |
D | tng_hostheader.h | 63 IMG_INT32 weight[3][2]; member
|
D | tng_hostheader.c | 2895 …SlHParams.luma_weight_l0[0] = pWeightedSetup ? pWeightedSetup->weight[0][0] … in tng__H264_prepare_slice_header() 2898 …SlHParams.chromaB_weight_l0[0] = pWeightedSetup ? pWeightedSetup->weight[1][0] … in tng__H264_prepare_slice_header() 2900 …SlHParams.chromaR_weight_l0[0] = pWeightedSetup ? pWeightedSetup->weight[2][0] … in tng__H264_prepare_slice_header() 2903 …SlHParams.luma_weight_l0[1] = pWeightedSetup ? pWeightedSetup->weight[0][1] … in tng__H264_prepare_slice_header() 2906 …SlHParams.chromaB_weight_l0[1] = pWeightedSetup ? pWeightedSetup->weight[1][1] … in tng__H264_prepare_slice_header() 2908 …SlHParams.chromaR_weight_l0[1] = pWeightedSetup ? pWeightedSetup->weight[2][1] … in tng__H264_prepare_slice_header()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display.cpp | 61 int weight = 10; in WidestPrimaries() local 65 lp1 *= weight; in WidestPrimaries() 68 lp2 *= weight; in WidestPrimaries()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display.cpp | 61 int weight = 10; in WidestPrimaries() local 65 lp1 *= weight; in WidestPrimaries() 68 lp2 *= weight; in WidestPrimaries()
|
/hardware/qcom/camera/msm8998/ |
D | QCamera_Intf.h | 795 int weight[MAX_ROI]; member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.h | 286 static void convertToRegions(cam_rect_t rect, int32_t* region, int weight);
|
D | QCamera3HWI.cpp | 7978 convertToRegions(hAeRect, aeRegions, hAeRegions->weight); in translateFromHalMetadata() 8655 convertToRegions(hAfRect, afRegions, hAfRegions->weight); in translateCbUrgentMetadataToResultMetadata() 9007 int32_t *region, int weight) in convertToRegions() argument 9013 if (weight > -1) { in convertToRegions() 9014 region[FACE_WEIGHT] = weight; in convertToRegions() 9037 roi.weight = frame_settings.find(tag).data.i32[4]; in convertFromRegions() 9069 if (roi->weight == 0) { in resetIfNeededROI()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 8924 areas[0].weight == 0) { in setFocusAreas() 8952 af_roi_value.weight[i] = areas[i].weight; in setFocusAreas() 9013 areas[0].weight == 0) { in setMeteringAreas() 12091 pAreas[index].weight = values[4]; in parseCameraAreaString() 12120 areas[0].weight == 0) { in validateCameraAreas() 12151 if (areas[i].weight < 1 || areas[i].weight > 1000) { in validateCameraAreas()
|