OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:totalSAD
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp
258
int
totalSAD
= 0; /* average SAD for rate control */
398
totalSAD
+= (int) rateCtrl->MADofMB[mbnum];//mot_mb_16x16->sad;
413
totalSAD
+= abe_cost;
450
rateCtrl->
totalSAD
=
totalSAD
* 2; /* SAD */
460
rateCtrl->
totalSAD
=
totalSAD
; /* SAD */
[
all
...]
avcenc_int.h
251
int
totalSAD
; /* SAD of current frame */
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp
158
Int
totalSAD
= 0; /* average SAD for rate control */
198
totalSAD
+= mot_mb[0].sad;
205
video->sumMAD = (float)
totalSAD
/ (float)NumPixelMB;
416
totalSAD
+= mot_mb[0].sad;
433
totalSAD
+= sad8;
453
totalSAD
+= mot_mb[0].sad;
472
totalSAD
= 0;
486
totalSAD
+= mot_mb[0].sad;
493
video->sumMAD = (float)
totalSAD
/ (float)NumPixelMB;
505
video->sumMAD = (float)
totalSAD
/ (float)NumPixelMB; /* avg SAD *
[
all
...]
mp4lib_int.h
411
Int
totalSAD
; /* So far total SAD for a frame */
Completed in 328 milliseconds