Home
last modified time | relevance | path

Searched refs:kStep (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dtimestamp_scaler_unittest.cc56 static const uint32_t kStep = 160; in TEST() local
59 start_timestamp = start_timestamp - 5 * kStep; in TEST()
60 for (uint32_t timestamp = start_timestamp; timestamp != 5 * kStep; in TEST()
61 timestamp += kStep) { in TEST()
105 static const uint32_t kStep = 320; in TEST() local
108 external_timestamp = external_timestamp - 5 * kStep; in TEST()
110 for (; external_timestamp != 5 * kStep; external_timestamp += kStep) { in TEST()
117 internal_timestamp += 2 * kStep; in TEST()
273 static const uint32_t kStep = 960; in TEST() local
276 external_timestamp = external_timestamp - 5 * kStep; in TEST()
[all …]
/external/lzma/CPP/7zip/Compress/
DByteSwap.cpp35 const UInt32 kStep = 2; in STDMETHODIMP_() local
37 for (i = 0; i + kStep <= size; i += kStep) in STDMETHODIMP_()
50 const UInt32 kStep = 4; in STDMETHODIMP_() local
52 for (i = 0; i + kStep <= size; i += kStep) in STDMETHODIMP_()
/external/opencv3/3rdparty/libwebp/dsp/
Denc_neon.c154 const int kStep = 32; // The store is only incrementing the pointer as if we in ITransformWHT() local
214 : [in] "r"(in), [kStep] "r"(kStep) // constants in ITransformWHT()
347 const int kStep = 32; in FTransformWHT() local
404 : [kStep] "r"(kStep), [out] "r"(out) in FTransformWHT()
Ddec_neon.c320 const int kStep = 32; // The store is only incrementing the pointer as if we in TransformWHT() local
380 : [in] "r"(in), [kStep] "r"(kStep) // constants in TransformWHT()
/external/v8/src/crankshaft/
Dlithium-allocator.h41 return LifetimePosition(index * kStep); in FromInstructionIndex()
53 return value_ / kStep; in InstructionIndex()
59 return (value_ & (kStep - 1)) == 0; in IsInstructionStart()
66 return LifetimePosition(value_ & ~(kStep - 1)); in InstructionStart()
73 return LifetimePosition(InstructionStart().Value() + kStep/2); in InstructionEnd()
79 return LifetimePosition(InstructionStart().Value() + kStep); in NextInstruction()
87 return LifetimePosition(InstructionStart().Value() - kStep); in PrevInstruction()
107 static const int kStep = 2;
110 STATIC_ASSERT(IS_POWER_OF_TWO(kStep));
/external/v8/src/compiler/
Dregister-allocator.h41 return LifetimePosition(index * kStep); in GapFromInstructionIndex()
46 return LifetimePosition(index * kStep + kHalfStep); in InstructionFromInstructionIndex()
56 return value_ / kStep; in ToInstructionIndex()
64 bool IsFullStart() const { return (value_ & (kStep - 1)) == 0; } in IsFullStart()
78 return LifetimePosition(value_ & ~(kStep - 1)); in FullStart()
96 return LifetimePosition(FullStart().value_ + kStep); in NextFullStart()
154 static const int kStep = 2 * kHalfStep; variable
/external/webrtc/webrtc/base/
Dbitbuffer_unittest.cc197 const int kStep = std::numeric_limits<uint32_t>::max() / 20000; in TEST() local
198 for (uint32_t i = 0; i < std::numeric_limits<uint32_t>::max() - kStep; in TEST()
199 i += kStep) { in TEST()
/external/webrtc/webrtc/common_audio/signal_processing/
Dsignal_processing_unittest.cc435 const int kStep = 1; in TEST_F() local
443 kCrossCorrelationDimension, kShift, kStep); in TEST_F()
/external/v8/test/cctest/compiler/
Dtest-run-bytecode-graph-builder.cc2300 const int kStep = 19; in TEST() local
2302 for (int constants = start; constants < 256 + 3 * kStep; constants += kStep) { in TEST()
/external/v8/test/cctest/interpreter/
Dtest-interpreter.cc3427 const int kStep = 13; in TEST() local
3428 for (int constants = 3; constants < 256 + 3 * kStep; constants += kStep) { in TEST()
/external/v8/test/cctest/heap/
Dtest-heap.cc4602 const int kStep = size / 10; in TEST() local
4603 for (int i = 0; i < size; i += kStep) { in TEST()
4612 for (int i = 0; i < size; i += kStep) { in TEST()