Searched refs:pCurr (Results 1 – 5 of 5) sorted by relevance
/external/aac/libFDK/src/ |
D | mdct.cpp | 294 FIXP_DBL *pSpec, *pCurr; in imdct_block() local 343 pCurr = pSpec + tl - fl/2; in imdct_block() 347 cplxMult(&x1, &x0, *pCurr++, - *pOvl--, pWindow[i]); in imdct_block() 357 pCurr = pSpec + tl - fl/2 - 1; in imdct_block() 359 FIXP_DBL x = - (*pCurr--); in imdct_block()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 2107 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const { in GetNext() 2108 if (pCurr == NULL || pCurr->GetTimeCode() < 0 || in GetNext() 2113 long index = pCurr->m_index; in GetNext() 2118 if (pp == NULL || pp[index] != pCurr) in GetNext() 2516 const Cluster* Segment::GetNext(const Cluster* pCurr) { in GetNext() argument 2517 assert(pCurr); in GetNext() 2518 assert(pCurr != &m_eos); in GetNext() 2521 long idx = pCurr->m_index; in GetNext() 2526 assert(pCurr == m_clusters[idx]); in GetNext() 2543 long long pos = pCurr->m_element_start; in GetNext() [all …]
|
D | mkvparser.hpp | 365 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const; 962 long ParseNext(const Cluster* pCurr, const Cluster*& pNext, long long& pos,
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 2106 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const { in GetNext() 2107 if (pCurr == NULL || pCurr->GetTimeCode() < 0 || m_cue_points == NULL || in GetNext() 2112 long index = pCurr->m_index; in GetNext() 2117 if (pp == NULL || pp[index] != pCurr) in GetNext() 2515 const Cluster* Segment::GetNext(const Cluster* pCurr) { in GetNext() argument 2516 assert(pCurr); in GetNext() 2517 assert(pCurr != &m_eos); in GetNext() 2520 long idx = pCurr->m_index; in GetNext() 2525 assert(pCurr == m_clusters[idx]); in GetNext() 2542 long long pos = pCurr->m_element_start; in GetNext() [all …]
|
D | mkvparser.h | 363 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const; 1049 long ParseNext(const Cluster* pCurr, const Cluster*& pNext, long long& pos,
|