Searched refs:deltas (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/gnss/aidl/vts/ |
D | gnss_hal_test.cpp | 46 double computeMean(std::vector<int>& deltas) { in computeMean() argument 48 for (auto& d : deltas) { in computeMean() 51 return accumulator / deltas.size(); in computeMean() 54 double computeStdev(double mean, std::vector<int>& deltas) { in computeStdev() argument 56 for (auto& d : deltas) { in computeStdev() 60 return std::sqrt(accumulator / (deltas.size() - 1)); in computeStdev()
|
D | gnss_hal_test_cases.cpp | 1686 std::vector<int> deltas; in TEST_P() local 1691 deltas); in TEST_P() 1695 deltas.clear(); in TEST_P() 1698 deltas); in TEST_P() 1701 assertMeanAndStdev(1000, deltas); in TEST_P() 1705 deltas.clear(); in TEST_P() 1708 deltas); in TEST_P() 1711 assertMeanAndStdev(2000, deltas); in TEST_P()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | AstcDecompressor.glsl | 268 const ivec4 deltas = {2, 4, 5, 7}; 269 lowBits = bitfieldExtract(block, j * inumBits + deltas[j], inumBits); 294 const ivec3 deltas = {0, 3, 5}; 295 const uint lowBits = bitfieldExtract(block, int(i) * inumBits + deltas[i], inumBits);
|
D | AstcNew.comp | 268 const ivec4 deltas = {2, 4, 5, 7}; 269 lowBits = bitfieldExtract(block, j * inumBits + deltas[j], inumBits); 294 const ivec3 deltas = {0, 3, 5}; 295 const uint lowBits = bitfieldExtract(block, int(i) * inumBits + deltas[i], inumBits);
|
/hardware/interfaces/automotive/evs/1.1/ |
D | types.hal | 324 * timeOfFlight readings are future-deltas to this timestamp.
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 2280 * Transform axis-aligned bounding box proposals using bounding box deltas. 2283 * bounding box deltas for each class, return the refined bounding box 2300 * bounding box deltas are organized in the following order 2813 * of predefined anchors with the bounding box deltas from bounding box 2827 * box deltas. The box deltas are encoded in the order of [dy, dx, dh, dw], 2838 * factor for dy in bounding box deltas. 2840 * factor for dx in bounding box deltas. 2842 * factor for dh in bounding box deltas. 2844 * factor for dw in bounding box deltas. 3001 * of predefined anchors with the bounding box deltas from bounding box [all …]
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 2356 * Transform axis-aligned bounding box proposals using bounding box deltas. 2359 * bounding box deltas for each class, return the refined bounding box 2376 * bounding box deltas are organized in the following order 2988 * of predefined anchors with the bounding box deltas from bounding box 3002 * box deltas. The box deltas are encoded in the order of [dy, dx, dh, dw], 3013 * factor for dy in bounding box deltas. 3015 * factor for dx in bounding box deltas. 3017 * factor for dh in bounding box deltas. 3019 * factor for dw in bounding box deltas. 3181 * of predefined anchors with the bounding box deltas from bounding box [all …]
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 102 vec<FrameEventsDelta> deltas;
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 1599 * nanosecond deltas between pairs of consecutive detents,
|