OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AbsDiff
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp
81
static uint32_t
AbsDiff
(uint32_t seq1, uint32_t seq2) {
118
uint32_t diff1 =
AbsDiff
(seq1, mHighestSeqNumber);
119
uint32_t diff2 =
AbsDiff
(seq2, mHighestSeqNumber);
120
uint32_t diff3 =
AbsDiff
(seq3, mHighestSeqNumber);
/external/opencv/cxcore/src/
cxcmp.cpp
[
all
...]
Completed in 139 milliseconds