Home
last modified time | relevance | path

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

/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/invensense/65xx/libsensors_iio/software/core/mpl/
Dquat_accuracy_monitor.h39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
/hardware/google/camera/common/hal/utils/
Dzoom_ratio_mapper.cc277 updated_regions[i].weight = regions[i].weight; in UpdateWeightedRects()
282 updated_regions[i].weight); in UpdateWeightedRects()
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal803 * If not set, each input element is considered to have the same weight
857 * * \f$W_{xi}\f$ is the input-to-input weight matrix,
858 * * \f$W_{hi}\f$ is the recurrent to input weight matrix,
859 * * \f$W_{ci}\f$ is the cell-to-input weight matrix,
861 * * \f$W_{xf}\f$ is the input-to-forget weight matrix,
862 * * \f$W_{hf}\f$ is the recurrent-to-forget weight matrix,
863 * * \f$W_{cf}\f$ is the cell-to-forget weight matrix,
865 * * \f$W_{xc}\f$ is the input-to-cell weight matrix,
866 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix,
868 * * \f$W_{xo}\f$ is the input-to-output weight matrix,
[all …]
/hardware/google/camera/common/hal/common/
Dhal_types.h299 int32_t weight; member
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DMemoryDomainTests.cpp103 TestOperand weight = {.type = operand.type, in createConvModel() local
114 .scale = operand.scale * weight.scale, in createConvModel()
124 std::move(weight), in createConvModel()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DMemoryDomainTests.cpp105 TestOperand weight = {.type = operand.type, in createConvModel() local
116 .scale = operand.scale * weight.scale, in createConvModel()
126 std::move(weight), in createConvModel()
/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/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/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/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/interfaces/neuralnetworks/1.2/
Dtypes.hal1064 * If not set, each input element is considered to have the same weight
1126 * * \f$W_{xi}\f$ is the input-to-input weight matrix,
1127 * * \f$W_{hi}\f$ is the recurrent to input weight matrix,
1128 * * \f$W_{ci}\f$ is the cell-to-input weight matrix,
1130 * * \f$W_{xf}\f$ is the input-to-forget weight matrix,
1131 * * \f$W_{hf}\f$ is the recurrent-to-forget weight matrix,
1132 * * \f$W_{cf}\f$ is the cell-to-forget weight matrix,
1134 * * \f$W_{xc}\f$ is the input-to-cell weight matrix,
1135 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix,
1137 * * \f$W_{xo}\f$ is the input-to-output weight matrix,
[all …]
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal1063 * If not set, each input element is considered to have the same weight
1125 * * \f$W_{xi}\f$ is the input-to-input weight matrix,
1126 * * \f$W_{hi}\f$ is the recurrent to input weight matrix,
1127 * * \f$W_{ci}\f$ is the cell-to-input weight matrix,
1129 * * \f$W_{xf}\f$ is the input-to-forget weight matrix,
1130 * * \f$W_{hf}\f$ is the recurrent-to-forget weight matrix,
1131 * * \f$W_{cf}\f$ is the cell-to-forget weight matrix,
1133 * * \f$W_{xc}\f$ is the input-to-cell weight matrix,
1134 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix,
1136 * * \f$W_{xo}\f$ is the input-to-output weight matrix,
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h290 static void convertToRegions(cam_rect_t rect, int32_t* region, int weight);
DQCamera3HWI.cpp8158 convertToRegions(hAeRect, aeRegions, hAeRegions->weight); in translateFromHalMetadata()
8841 convertToRegions(hAfRect, afRegions, hAfRegions->weight); in translateCbUrgentMetadataToResultMetadata()
9193 int32_t *region, int weight) in convertToRegions() argument
9199 if (weight > -1) { in convertToRegions()
9200 region[FACE_WEIGHT] = weight; in convertToRegions()
9223 roi.weight = frame_settings.find(tag).data.i32[4]; in convertFromRegions()
9255 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()