Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp204 void Encoder::AnalyzeFourForScaling(int32_t *temp1, int16_t *temp2) in AnalyzeFourForScaling() argument
206 temp2[VALUE_0] = temp1[VALUE_0] >> PROTO_BAND4_SCALE; in AnalyzeFourForScaling()
207 temp2[VALUE_1] = temp1[VALUE_1] >> PROTO_BAND4_SCALE; in AnalyzeFourForScaling()
208 temp2[VALUE_2] = temp1[VALUE_2] >> PROTO_BAND4_SCALE; in AnalyzeFourForScaling()
209 temp2[VALUE_3] = temp1[VALUE_3] >> PROTO_BAND4_SCALE; in AnalyzeFourForScaling()
212 void Encoder::AnalyzeFourForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts) in AnalyzeFourForCosTransform() argument
214 temp1[VALUE_0] = static_cast<int32_t>(temp2[VALUE_0] * consts[COEFFICIENT_40 + VALUE_0]); in AnalyzeFourForCosTransform()
215 temp1[VALUE_0] += static_cast<int32_t>(temp2[VALUE_1] * consts[COEFFICIENT_40 + VALUE_1]); in AnalyzeFourForCosTransform()
216 temp1[VALUE_1] = static_cast<int32_t>(temp2[VALUE_0] * consts[COEFFICIENT_40 + VALUE_2]); in AnalyzeFourForCosTransform()
217 temp1[VALUE_1] += static_cast<int32_t>(temp2[VALUE_ in AnalyzeFourForCosTransform()
274 AnalyzeEightForScaling(int32_t *temp1, int16_t *temp2) AnalyzeEightForScaling() argument
286 AnalyzeEightForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts) AnalyzeEightForCosTransform() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_encoder.h43 static void AnalyzeFourForScaling(int32_t *temp1, int16_t *temp2);
44 static void AnalyzeFourForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts);
47 static void AnalyzeEightForScaling(int32_t *temp1, int16_t *temp2);
48 static void AnalyzeEightForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts);
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp386 std::string temp2 = "assets/js/share/"; in SetAssetManager() local
389 basePaths.push_back(temp2); in SetAssetManager()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp1239 auto temp2 = data1 + data2; in HWTEST_F() local
1240 temp2 += data1; in HWTEST_F()
1241 temp2 -= data1; in HWTEST_F()
1242 data1 = temp2 - data2; in HWTEST_F()
1243 temp2 = data1 * (1.f); in HWTEST_F()
1244 temp2 *= (1.f); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/mission_info_mgr_test/
H A Dmission_info_mgr_test.cpp670 auto temp2 = missionInfoMgr->snapshotHandler_; in HWTEST_F() local
673 missionInfoMgr->snapshotHandler_ = temp2; in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H A Dability_manager_service_first_test.cpp318 auto temp2 = abilityMs_->controllerIsAStabilityTest_; in HWTEST_F() local
322 abilityMs_->controllerIsAStabilityTest_ = temp2; in HWTEST_F()
813 auto temp2 = abilityMs_->abilityController_; in HWTEST_F() local
818 abilityMs_->abilityController_ = temp2; in HWTEST_F()
840 auto temp2 = abilityMs_->abilityController_; in HWTEST_F() local
845 abilityMs_->abilityController_ = temp2; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_test_ng.cpp372 auto temp2 = AceType::MakeRefPtr<NavDestinationLayoutAlgorithm>(); in HWTEST_F() local
373 temp2->isShown_ = true; in HWTEST_F()
374 navDestinationWrapper2->layoutAlgorithm_->layoutAlgorithm_ = temp2; in HWTEST_F()
377 ASSERT_TRUE(temp2->isShown_); in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp316 auto temp2 = temp; in GetGatewayFromRouteList() local
322 return GetGatewayFromMap(temp2); in GetGatewayFromRouteList()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp481 auto temp2 = abilityMs_->subManagersHelper_->currentConnectManager_; in HWTEST_F() local
484 abilityMs_->subManagersHelper_->currentConnectManager_ = temp2; in HWTEST_F()

Completed in 17 milliseconds