Home
last modified time | relevance | path

Searched refs:vEnd (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h25 VolIter vBegin = VolIter(), vEnd = VolIter(); in intersect_helper() local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper()
34 for(; vBegin != vEnd; ++vBegin) //go through child volumes in intersect_helper()
157 VolIter vBegin = VolIter(), vEnd = VolIter(); in minimize_helper() local
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper()
170 for(; vBegin != vEnd; ++vBegin) { //go through child volumes in minimize_helper()
/external/webrtc/sdk/android/src/java/org/webrtc/
DAndroidVideoDecoder.java542 final int vEnd = vPos + uvStride * chromaHeight;
563 buffer.limit(vEnd);
/external/zstd/lib/compress/
Dzstd_compress_internal.h661 const BYTE* const vEnd = MIN( ip + (mEnd - match), iEnd); in ZSTD_count_2segments() local
662 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments()