OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MADofMB
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp
178
rateCtrl->
MADofMB
= (double*) avcHandle->CBAVC_Malloc(encvid->avcHandle->userData,
181
if (!rateCtrl->
MADofMB
)
299
if (rateCtrl->
MADofMB
)
301
avcHandle->CBAVC_Free(avcHandle->userData, rateCtrl->
MADofMB
);
776
rateCtrl->
MADofMB
[video->mbNum] = AVCSAD_Macroblock_C(orgL,
781
rateCtrl->
MADofMB
[video->mbNum] = encvid->i4_sad / 256.;
[
all
...]
avcenc_int.h
303
double *
MADofMB
;
motion_est.cpp
390
rateCtrl->
MADofMB
[mbnum] = abe_cost;
398
totalSAD += (int) rateCtrl->
MADofMB
[mbnum];//mot_mb_16x16->sad;
412
rateCtrl->
MADofMB
[mbnum] = abe_cost;
[
all
...]
Completed in 525 milliseconds