OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:satd
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_avg.c
122
int
satd
= 0;
local
124
satd
+= abs(coeff[i]);
126
//
satd
: 26 bits, dynamic range [-32640 * 1024, 32640 * 1024]
127
return (int16_t)
satd
;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp
500
// calculate
SATD
1294
int
satd
= 0;
local
[
all
...]
Completed in 105 milliseconds