Home
last modified time | relevance | path

Searched refs:temp1 (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_ 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/ui_lite/frameworks/draw/
H A Ddraw_line.cpp235 int16_t temp1 = 0; in DrawWuLine() local
278 if (temp1 < MAX_LINE_WIDTH) { in DrawWuLine()
279 endPoints1[temp1++] = sx; in DrawWuLine()
287 if (temp1 < MAX_LINE_WIDTH) { in DrawWuLine()
288 endPoints1[temp1++] = sx + dir; in DrawWuLine()
328 if (temp1 > 0) { in DrawWuLine()
329 edge1 = endPoints1[--temp1]; in DrawWuLine()
375 if (temp1 < MAX_LINE_WIDTH) { in DrawWuLine()
376 endPoints1[temp1++] = sy; in DrawWuLine()
385 if (temp1 < MAX_LINE_WIDT in DrawWuLine()
[all...]
/foundation/ability/ability_runtime/test/unittest/mission_info_mgr_test/
H A Dmission_info_mgr_test.cpp477 auto temp1 = missionInfoMgr->taskDataPersistenceMgr_->handler_; in HWTEST_F() local
480 missionInfoMgr->taskDataPersistenceMgr_->handler_ = temp1; in HWTEST_F()
637 auto temp1 = missionInfoMgr->taskDataPersistenceMgr_->currentMissionDataStorage_; in HWTEST_F() local
640 missionInfoMgr->taskDataPersistenceMgr_->currentMissionDataStorage_ = temp1; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp1226 auto temp1 = rect1 - rect2; in HWTEST_F() local
1227 rect1 = temp1 + rect2; in HWTEST_F()
1228 temp1 = rect1 * (1.f); in HWTEST_F()
1229 temp1 = temp1 / (1.f); in HWTEST_F()
1230 temp1 += rect1; in HWTEST_F()
1231 temp1 -= rect1; in HWTEST_F()
1232 temp1 *= (1.f); in HWTEST_F()
1233 temp1 = rect1; in HWTEST_F()
1234 [[maybe_unused]] bool ret = (temp1 ! in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp385 std::string temp1 = "assets/js/" + module + "/"; in SetAssetManager() local
388 basePaths.push_back(temp1); in SetAssetManager()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_test_ng.cpp361 auto temp1 = AceType::MakeRefPtr<NavDestinationLayoutAlgorithm>(); in HWTEST_F() local
362 navDestinationWrapper1->layoutAlgorithm_->layoutAlgorithm_ = temp1; in HWTEST_F()
378 temp1->isShown_ = true; in HWTEST_F()
380 ASSERT_TRUE(temp1->isShown_); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp476 auto temp1 = abilityMs_->subManagersHelper_->currentMissionListManager_; in HWTEST_F() local
479 abilityMs_->subManagersHelper_->currentMissionListManager_ = temp1; in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H A Dability_manager_service_first_test.cpp317 auto temp1 = abilityMs_->abilityController_; in HWTEST_F() local
321 abilityMs_->abilityController_ = temp1; in HWTEST_F()

Completed in 16 milliseconds