OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mode_mb
(Results
1 - 1
of
1
) sorted by null
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
motion_est.cpp
147
UChar *
mode_mb
, *Mode = video->headerInfo.Mode;
local
272
mode_mb
= Mode + mbnum;
277
if (*
mode_mb
!= MODE_INTRA)
311
(*ChooseMode)(
mode_mb
, cur, width, ((sad8 < sad16) ? sad8 : sad16));
318
if (*
mode_mb
== MODE_INTRA)
338
else /* *
mode_mb
= MODE_INTER;*/
361
best_cand,
mode_mb
, i << 4, j << 4, xh, yh, hp_mem4MV);
381
*
mode_mb
= MODE_INTER4V;
391
*
mode_mb
= MODE_INTER;
395
if (*
mode_mb
== MODE_INTER
[
all
...]
Completed in 75 milliseconds