Home
last modified time | relevance | path

Searched refs:VALUE_10 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp48 const int VALUE_10 = 10; variable
225 temp1[VALUE_1] += static_cast<int32_t>(temp2[VALUE_2] * consts[COEFFICIENT_40 + VALUE_10]); in AnalyzeFourForCosTransform()
265 temp[VALUE_5] += static_cast<int32_t>(inData[hop + VALUE_10] * consts[hop + VALUE_10]); in AnalyzeEightForPolyphaseFilter()
312 consts[COEFFICIENT_80 + i * VALUE_16 + VALUE_10]); in AnalyzeEightForCosTransform()
465 eightBandBuffer[VALUE_7] = PCM(VALUE_0 + (VALUE_10 - VALUE_8) * channels); in Get8SubbandSamplingPointInternal()
476 eightBandBuffer[VALUE_7] = PCM(VALUE_1 + (VALUE_10 - VALUE_8) * channels); in Get8SubbandSamplingPointInternal()
501 eightBandBuffer[VALUE_7] = PCM(VALUE_0 + VALUE_10 * channels); in Get8SubbandSamplingPoint16()
504 eightBandBuffer[VALUE_10] = PCM(VALUE_0 + VALUE_6 * channels); in Get8SubbandSamplingPoint16()
520 eightBandBuffer[VALUE_7] = PCM(VALUE_1 + VALUE_10 * channels); in Get8SubbandSamplingPoint16()
523 eightBandBuffer[VALUE_10] = PCM(VALUE_1 + VALUE_6 * channels); in Get8SubbandSamplingPoint16()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_data_generator.h416 const DistributedDB::Value VALUE_10 = { 'v', '1', '0' }; variable
471 const DistributedDB::Entry ENTRY_10 = { .key = KEY_10, .value = VALUE_10 };
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_local_batch_crud_test.cpp1011 EXPECT_EQ(DistributedDBNbTestTools::PutLocal(*g_nbLocalBatchDelegate, KEY_10, VALUE_10), OK);
H A Ddistributeddb_nb_batch_crud_test.cpp1562 …EXPECT_EQ(DistributedDBNbTestTools::Put(*g_nbBatchCrudDelegate, KEY_EMPTY, VALUE_10), INVALID_ARGS…