OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextPtr
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/apps/traincascade/
HOGfeatures.cpp
192
const uchar*
nextPtr
= img.ptr(ymap[y+1]);
199
dbuf[width + x] = (float)(
nextPtr
[xmap[x]] - prevPtr[xmap[x]]);
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
781
SDValue
nextPtr
= DAG.getNode(ISD::ADD, dl, PtrVT, VAList,
785
InChain = DAG.getStore(VAList.getValue(1), dl,
nextPtr
, VAListPtr,
[
all
...]
/external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp
[
all
...]
/external/opencv3/modules/objdetect/src/
hog.cpp
315
const uchar*
nextPtr
= img.data + img.step*ymap[y+1];
326
dbuf[width + x] = (float)(lut[
nextPtr
[x1]] - lut[prevPtr[x1]]);
349
__m128 _dy0 = _mm_sub_ps(_mm_set_ps(lut[
nextPtr
[x3]], lut[
nextPtr
[x2]], lut[
nextPtr
[x1]], lut[
nextPtr
[x0]]),
351
__m128 _dy1 = _mm_sub_ps(_mm_set_ps(lut[
nextPtr
[x3+1]], lut[
nextPtr
[x2+1]], lut[
nextPtr
[x1+1]], lut[
nextPtr
[x0+1]])
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
Completed in 659 milliseconds