OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:satd
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_SATD_4x4.c
25
* This function calculates the sum of absolute transform differences (
SATD
)
63
OMX_S32
SATD
= 0;
120
SATD
+= armAbs(m2 [j][i]);
124
*pDstSAD = (
SATD
+ 1) / 2;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp
500
// calculate
SATD
1294
int
satd
= 0;
local
[
all
...]
avcenc_lib.h
619
\return "Minimal cost (
SATD
) without MV cost. (for rate control purpose)"
652
This function calculates the
SATD
of a subpel candidate.
655
\param "dmin" "Min-so-far
SATD
."
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c
148
// calculate
SATD
for each intra prediction mode;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h
[
all
...]
Completed in 870 milliseconds