Home
last modified time | relevance | path

Searched refs:inputData (Results 1 – 25 of 29) sorted by relevance

12

/external/opencv3/modules/flann/include/opencv2/flann/
Dindex_testing.h64 …ype computeDistanceRaport(const Matrix<typename Distance::ElementType>& inputData, typename Distan… in computeDistanceRaport() argument
71 DistanceType den = distance(inputData[groundTruth[i]], target, veclen); in computeDistanceRaport()
72 DistanceType num = distance(inputData[neighbors[i]], target, veclen); in computeDistanceRaport()
86 …ith_ground_truth(NNIndex<Distance>& index, const Matrix<typename Distance::ElementType>& inputData, in search_with_ground_truth() argument
119 …distR += computeDistanceRaport<Distance>(inputData, testData[i], neighbors, matches[i], (int)testD… in search_with_ground_truth()
137 …est_index_checks(NNIndex<Distance>& index, const Matrix<typename Distance::ElementType>& inputData,
148 …precision = search_with_ground_truth(index, inputData, testData, matches, nn, checks, time, dist, …
154 …_index_precision(NNIndex<Distance>& index, const Matrix<typename Distance::ElementType>& inputData,
171 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s…
183 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s…
[all …]
Dcomposite_index.h84 …CompositeIndex(const Matrix<ElementType>& inputData, const IndexParams& params = CompositeIndexPar…
87 kdtree_index_ = new KDTreeIndex<Distance>(inputData, params, d); in index_params_()
88 kmeans_index_ = new KMeansIndex<Distance>(inputData, params, d); in index_params_()
Dlinear_index.h57 … LinearIndex(const Matrix<ElementType>& inputData, const IndexParams& params = LinearIndexParams(),
59 dataset_(inputData), index_params_(params), distance_(d) in dataset_() argument
Dautotuned_index.h76 …AutotunedIndex(const Matrix<ElementType>& inputData, const IndexParams& params = AutotunedIndexPar…
77 dataset_(inputData), distance_(d) in dataset_() argument
Dkdtree_index.h84 … KDTreeIndex(const Matrix<ElementType>& inputData, const IndexParams& params = KDTreeIndexParams(),
86 dataset_(inputData), index_params_(params), distance_(d) in dataset_() argument
Dhierarchical_clustering_index.h357 …HierarchicalClusteringIndex(const Matrix<ElementType>& inputData, const IndexParams& index_params …
359 : dataset(inputData), params(index_params), root(NULL), indices(NULL), distance(d) in dataset() argument
Dkdtree_single_index.h84 …KDTreeSingleIndex(const Matrix<ElementType>& inputData, const IndexParams& params = KDTreeSingleIn…
86 dataset_(inputData), index_params_(params), distance_(d) in dataset_() argument
Dkmeans_index.h346 … KMeansIndex(const Matrix<ElementType>& inputData, const IndexParams& params = KMeansIndexParams(),
348 : dataset_(inputData), index_params_(params), root_(NULL), indices_(NULL), distance_(d) in dataset_() argument
/external/protobuf/benchmarks/
DProtoBench.java90 final byte[] inputData = readAllBytes(file); in runTest()
91 final ByteArrayInputStream inputStream = new ByteArrayInputStream(inputData); in runTest()
92 final ByteString inputString = ByteString.copyFrom(inputData); in runTest()
104 benchmark("Serialize to byte string", inputData.length, new Action() { in runTest()
107 benchmark("Serialize to byte array", inputData.length, new Action() { in runTest()
110 benchmark("Serialize to memory stream", inputData.length, new Action() { in runTest()
116 benchmark("Serialize to /dev/null with FileOutputStream", inputData.length, new Action() { in runTest()
121 … benchmark("Serialize to /dev/null reusing FileOutputStream", inputData.length, new Action() { in runTest()
128 benchmark("Deserialize from byte string", inputData.length, new Action() { in runTest()
133 benchmark("Deserialize from byte array", inputData.length, new Action() { in runTest()
[all …]
/external/libopus/silk/float/
Dautocorrelation_FLP.c38 …const silk_float *inputData, /* I input data to correlate … in silk_autocorrelation_FLP() argument
50 … results[ i ] = (silk_float)silk_inner_product_FLP( inputData, inputData + i, inputDataSize - i ); in silk_autocorrelation_FLP()
DSigProc_FLP.h81 …const silk_float *inputData, /* I input data to correlate …
/external/libopus/silk/fixed/
Dautocorr_FIX.c39 …const opus_int16 *inputData, /* I Input data to correlate … in silk_autocorr() argument
47 *scale = _celt_autocorr(inputData, results, NULL, 0, corrCount-1, inputDataSize, arch); in silk_autocorr()
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
Dforms.js268 var inputData = $('<td>');
280 inputData.attr('colspan', '2');
284 inputData.attr('colspan', '2');
296 var disableMessage = $('<div>').appendTo(inputData);
310 inputData.append(form.display);
311 form.container.append(inputData);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAConformanceTest.java38 TreeMap inputData = null; in TestConformance() local
41 inputData = ReadInput.getInputData(); in TestConformance()
50 Set keyMap = inputData.keySet(); in TestConformance()
53 HashMap tempHash = (HashMap) inputData.get(element); in TestConformance()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DIDNAConformanceTest.java42 TreeMap inputData = null; in TestConformance() local
45 inputData = ReadInput.getInputData(); in TestConformance()
54 Set keyMap = inputData.keySet(); in TestConformance()
57 HashMap tempHash = (HashMap) inputData.get(element); in TestConformance()
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h234 const AudioBufferList* inputData,
249 const AudioBufferList* inputData,
262 OSStatus implDeviceIOProc(const AudioBufferList* inputData,
270 OSStatus implInDeviceIOProc(const AudioBufferList* inputData,
Daudio_device_mac.cc2328 const AudioBufferList* inputData, in deviceIOProc() argument
2336 ptrThis->implDeviceIOProc(inputData, inputTime, outputData, outputTime); in deviceIOProc()
2355 const AudioBufferList* inputData, in inDeviceIOProc() argument
2363 ptrThis->implInDeviceIOProc(inputData, inputTime); in inDeviceIOProc()
2381 OSStatus AudioDeviceMac::implDeviceIOProc(const AudioBufferList* inputData, in implDeviceIOProc() argument
2390 implInDeviceIOProc(inputData, inputTime); in implDeviceIOProc()
2485 OSStatus AudioDeviceMac::implInDeviceIOProc(const AudioBufferList* inputData, in implInDeviceIOProc() argument
2530 RTC_DCHECK(inputData->mNumberBuffers == 1); in implInDeviceIOProc()
2531 PaRingBufferSize numSamples = inputData->mBuffers->mDataByteSize * in implInDeviceIOProc()
2534 PaUtil_WriteRingBuffer(_paCaptureBuffer, inputData->mBuffers->mData, in implInDeviceIOProc()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageViewTests.cpp73 static tcu::Vec4 swizzle (tcu::Vec4 inputData,
101 tcu::Vec4 ImageViewTest::swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping) in swizzle() argument
109 inputData.x(), in swizzle()
110 inputData.y(), in swizzle()
111 inputData.z(), in swizzle()
112 inputData.w(), in swizzle()
/external/opencv3/modules/ts/src/
Dts_perf.cpp1256 for (SizeVector::const_iterator i = inputData.begin(); i != inputData.end(); ++i) in getTotalInputSize()
1753 TestBase::declareArray(test->inputData, a1, wtype); in in()
1760 TestBase::declareArray(test->inputData, a1, wtype); in in()
1761 TestBase::declareArray(test->inputData, a2, wtype); in in()
1768 TestBase::declareArray(test->inputData, a1, wtype); in in()
1769 TestBase::declareArray(test->inputData, a2, wtype); in in()
1770 TestBase::declareArray(test->inputData, a3, wtype); in in()
1777 TestBase::declareArray(test->inputData, a1, wtype); in in()
1778 TestBase::declareArray(test->inputData, a2, wtype); in in()
1779 TestBase::declareArray(test->inputData, a3, wtype); in in()
[all …]
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1093 vector<deUint8> inputData(m_inputStride*numInputs); in runTest() local
1094 genInputData(m_attributes, numInputs, m_inputStride, &inputData[0], rnd); in runTest()
1125 const void* ptr = &inputData[0] + attrib->offset; in runTest()
1223 const deUint8* inputPtr = &inputData[0] + inputOffset*m_inputStride; in runTest()
Des3fFragmentOutputTests.cpp851 const void* inputData = &inputs[curInNdx][0]; in iterate() local
861 renderIntReference(viewportBuf, gridWidth, gridHeight, scalarSize, (const int*)inputData); in iterate()
863 renderFloatReference(viewportBuf, gridWidth, gridHeight, scalarSize, (const float*)inputData); in iterate()
/external/libopus/silk/
DSigProc_FIX.h228 …const opus_int16 *inputData, /* I Input data to correlate …
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp260 vector<deUint32> inputData (numInputScalars * m_numValues); in iterate() local
262 …const vector<void*> inputPointers = getInputOutputPointers(m_spec.inputs, inputData, m_numValue… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp400 vector<deUint32> inputData (numInputScalars * m_numValues); in iterate() local
402 …const vector<void*> inputPointers = getInputOutputPointers(m_spec.inputs, inputData, m_numValue… in iterate()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp408 SizeVector inputData; member in perf::TestBase

12