Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 12 of 12) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
/hardware/invensense/6515/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal782 * If not set, each input element is considered to have the same weight
835 * * \f$W_{xi}\f$ is the input-to-input weight matrix,
836 * * \f$W_{hi}\f$ is the recurrent to input weight matrix,
837 * * \f$W_{ci}\f$ is the cell-to-input weight matrix,
839 * * \f$W_{xf}\f$ is the input-to-forget weight matrix,
840 * * \f$W_{hf}\f$ is the recurrent-to-forget weight matrix,
841 * * \f$W_{cf}\f$ is the cell-to-forget weight matrix,
843 * * \f$W_{xc}\f$ is the input-to-cell weight matrix,
844 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix,
846 * * \f$W_{xo}\f$ is the input-to-output weight matrix,
[all …]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display.cpp61 int weight = 10; in WidestPrimaries() local
65 lp1 *= weight; in WidestPrimaries()
68 lp2 *= weight; in WidestPrimaries()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display.cpp58 int weight = 10; in WidestPrimaries() local
62 lp1 *= weight; in WidestPrimaries()
65 lp2 *= weight; in WidestPrimaries()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display.cpp61 int weight = 10; in WidestPrimaries() local
65 lp1 *= weight; in WidestPrimaries()
68 lp2 *= weight; in WidestPrimaries()
/hardware/qcom/camera/msm8998/
DQCamera_Intf.h795 int weight[MAX_ROI]; member
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal1084 * If not set, each input element is considered to have the same weight
1148 * * \f$W_{xi}\f$ is the input-to-input weight matrix,
1149 * * \f$W_{hi}\f$ is the recurrent to input weight matrix,
1150 * * \f$W_{ci}\f$ is the cell-to-input weight matrix,
1152 * * \f$W_{xf}\f$ is the input-to-forget weight matrix,
1153 * * \f$W_{hf}\f$ is the recurrent-to-forget weight matrix,
1154 * * \f$W_{cf}\f$ is the cell-to-forget weight matrix,
1156 * * \f$W_{xc}\f$ is the input-to-cell weight matrix,
1157 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix,
1159 * * \f$W_{xo}\f$ is the input-to-output weight matrix,
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h1027 int32_t weight; /* weight of the area, valid for focusing/metering areas */ member
1186 int32_t weight[MAX_ROI]; member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h289 static void convertToRegions(cam_rect_t rect, int32_t* region, int weight);
DQCamera3HWI.cpp8114 convertToRegions(hAeRect, aeRegions, hAeRegions->weight); in translateFromHalMetadata()
8796 convertToRegions(hAfRect, afRegions, hAfRegions->weight); in translateCbUrgentMetadataToResultMetadata()
9148 int32_t *region, int weight) in convertToRegions() argument
9154 if (weight > -1) { in convertToRegions()
9155 region[FACE_WEIGHT] = weight; in convertToRegions()
9178 roi.weight = frame_settings.find(tag).data.i32[4]; in convertFromRegions()
9210 if (roi->weight == 0) { in resetIfNeededROI()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp8924 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()