OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mot_mb
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp
148
MOT *
mot_mb
, **mot = video->mot;
local
194
mot_mb
= mot[mbnum];
196
(*ComputeMBSum)(cur + (i << 4), width,
mot_mb
);
198
totalSAD +=
mot_mb
[0].sad;
271
mot_mb
= mot[mbnum];
295
fprintf(fp_debug, "#%d (%d,%d,%d) : ", mbnum,
mot_mb
[0].x,
mot_mb
[0].y,
mot_mb
[0].sad);
297
mot_mb
[1].x,
mot_mb
[1].y, mot_mb[1].sad
[
all
...]
me_utils.cpp
313
void ComputeMBSum_C(UChar *cur, Int lx, MOT *
mot_mb
)
378
mot_mb
[1].sad = sad1;
379
mot_mb
[2].sad = sad2;
380
mot_mb
[3].sad = sad3;
381
mot_mb
[4].sad = sad4;
382
mot_mb
[0].sad = sad1 + sad2 + sad3 + sad4;
mp4enc_lib.h
130
void ComputeMBSum_C(UChar *cur, Int lx, MOT *
mot_mb
);
131
void ComputeMBSum_MMX(UChar *cur, Int lx, MOT *
mot_mb
);
132
void ComputeMBSum_SSE(UChar *cur, Int lx, MOT *
mot_mb
);
mp4lib_int.h
242
void (*ComputeMBSum)(UChar *cur, Int lx, MOT *
mot_mb
);
Completed in 51 milliseconds