OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SAD
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_SADQuar.c
12
* This function will calculate
SAD
of pSrc with average of two Ref blocks
26
* This function calculates the
SAD
between one block (pSrc) and the
39
* [out] pDstSAD Pointer of result
SAD
58
OMX_S32
SAD
= 0;
70
SAD
+= armAbs(pSrc [y * iSrcStep + x] - ((
76
*pDstSAD =
SAD
;
omxVCM4P10_MotionEstimationMB.c
46
* Calculate
SAD
value for the selected MB encoding mode and update
47
* pDstBlockSAD parameter. These
SAD
values are calculated 4x4 blocks at
66
* [out] pDstBlockSAD - pointer to 16 element array for
SAD
corresponding to 4x4 blocks
405
/* Calculate
SAD
from predicted buffer */
409
OMX_S32
SAD
;
414
/*
SAD
for each 4x4 block in scan order */
429
&
SAD
,
432
*(pDstBlockSAD + 4 * Block8x8 + Block4x4) = (
SAD
< 0x7fff) ? (OMX_U16)
SAD
: ARM_VCM4P10_MAX_MODE_VALUE;
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
Smileys.java
46
public static int
SAD
= 1;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Tone.java
119
*
Sad
tone.
121
SAD
(0x31),
/external/libvpx/libvpx/test/
sad_test.cc
93
unsigned int
sad
= 0;
local
98
sad
+= abs(source_data_[h * source_stride_ + w]
101
if (
sad
> max_sad) {
105
return
sad
;
139
unsigned int
SAD
(unsigned int max_sad, int block_idx = 0) {
153
exp_sad =
SAD
(max_sad);
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 702 milliseconds