Searched refs:pCurr (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker_unittest.cc162 gfx::PointF pCurr = p0; local
164 ApplyMovement(&state, pCurr, vFast, tCurr, dt, samples);
169 pCurr += ScaleVector2d(vFast, dt.InSecondsF());
171 ApplyMovement(&state, pCurr, vSlow, tCurr, dt, samples);
181 pCurr += ScaleVector2d(vSlow, dt.InSecondsF());
183 ApplyMovement(&state, pCurr, vFast, tCurr, dt, samples);
/external/aac/libFDK/src/
H A Dmdct.cpp294 FIXP_DBL *pSpec, *pCurr; local
343 pCurr = pSpec + tl - fl/2;
347 cplxMult(&x1, &x0, *pCurr++, - *pOvl--, pWindow[i]);
357 pCurr = pSpec + tl - fl/2 - 1;
359 FIXP_DBL x = - (*pCurr--);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2528 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const {
2529 if (pCurr == NULL)
2532 assert(pCurr->GetTimeCode() >= 0);
2539 size_t index = pCurr->m_index;
2544 assert(pp[index] == pCurr);
2556 long index = pCurr->m_index;
2561 assert(pp[index] == pCurr);
2956 const Cluster* Segment::GetNext(const Cluster* pCurr) { argument
2957 assert(pCurr);
2958 assert(pCurr !
[all...]
H A Dmkvparser.hpp360 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const;
877 long ParseNext(const Cluster* pCurr, const Cluster*& pNext, long long& pos,
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2817 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const
2819 if (pCurr == NULL)
2822 assert(pCurr->GetTimeCode() >= 0);
2829 size_t index = pCurr->m_index;
2834 assert(pp[index] == pCurr);
2846 long index = pCurr->m_index;
2851 assert(pp[index] == pCurr);
3296 const Cluster* Segment::GetNext(const Cluster* pCurr) argument
3298 assert(pCurr);
3299 assert(pCurr !
[all...]
H A Dmkvparser.hpp402 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const;
1002 const Cluster* pCurr,
/external/libvpx/libwebm/
H A Dmkvparser.cpp2530 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const {
2531 if (pCurr == NULL)
2534 assert(pCurr->GetTimeCode() >= 0);
2541 size_t index = pCurr->m_index;
2546 assert(pp[index] == pCurr);
2558 long index = pCurr->m_index;
2563 assert(pp[index] == pCurr);
2958 const Cluster* Segment::GetNext(const Cluster* pCurr) { argument
2959 assert(pCurr);
2960 assert(pCurr !
[all...]
H A Dmkvparser.hpp360 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const;
877 long ParseNext(const Cluster* pCurr, const Cluster*& pNext, long long& pos,

Completed in 173 milliseconds