Home
last modified time | relevance | path

Searched defs:acc (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctionsCommon.h45 int32_t acc; in invertQuantisation() local
143 int32_t acc; in invertQuantisationHL() local
241 int32_t acc; in performPredictionFiltering() local
346 int32_t acc; in performPredictionFilteringLL() local
451 int32_t acc; in performPredictionFilteringHL() local
DQmfConv.c31 int32_t acc; in AsmQmfConvO_HD() local
201 int32_t acc; in AsmQmfConvI_HD() local
DQuantiseDifference.c163 int32_t acc = 0; in quantiseDifference_HDHL() local
318 int32_t acc; in quantiseDifference_HDHH() local
473 int32_t acc; in quantiseDifference_HDLL() local
679 int32_t acc = 0; in quantiseDifference_HDLH() local
DSubbandFunctions.h40 int32_t acc; in updatePredictorPoleCoefficients() local
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctionsCommon.h43 int32_t acc; in invertQuantisation() local
144 int32_t acc; in invertQuantisationHL() local
243 int32_t acc; in performPredictionFiltering() local
346 int32_t acc; in performPredictionFilteringLL() local
451 int32_t acc; in performPredictionFilteringHL() local
DQmfConv.c30 int32_t acc; in AsmQmfConvO() local
196 int32_t acc; in AsmQmfConvI() local
DQuantiseDifference.c152 int32_t acc; in quantiseDifferenceHL() local
309 int32_t acc; in quantiseDifferenceHH() local
466 int32_t acc; in quantiseDifferenceLL() local
624 int32_t acc; in quantiseDifferenceLH() local
DSubbandFunctions.h40 int32_t acc; in updatePredictorPoleCoefficients() local
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_indexing.h50 double acc; in db_MultiplyMatrixVectorAtb() local
63 double acc; in db_MultiplyMatricesAB() local
76 double acc; in db_UpperMultiplyMatricesAtB() local
Ddb_rob_image_homography.cpp39 double back,acc,*x_i_temp,*xp_i_temp; in db_RobImageHomography_Cost() local
678 double acc; in db_RobImageHomography() local
/packages/modules/NeuralNetworks/common/
DQuantUtils.h41 int32_t acc = bias[row]; in MatrixBatchVectorMultiplyAccumulate() local
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/shortcuts/
DShortcutToChooserTargetConverterTest.kt37 .foldIndexed(ArrayList<ShareShortcutInfo>(ranks.size)) { i, acc, rank -> in <lambda>() method
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetworkRankerTest.kt37 policies.fold(0L) { acc, e -> acc or (1L shl e) }, KEEP_CONNECTED_NONE) in <lambda>() method
/packages/modules/NeuralNetworks/runtime/test/
DTestStatsdTelemetry.cpp90 values.begin(), values.end(), 0, [](int64_t acc, int64_t v) { return acc + v * v; }); in accumulatedTimingsFrom()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/shortcuts/
DShortcutLoader.kt173 ) { acc, appTarget -> in <lambda>() method
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java2646 private int calculateAvg(long acc, int count) { in calculateAvg()