OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ai4_mb_type_sad
(Results
1 - 1
of
1
) sorted by null
/external/libavc/encoder/
ih264e_rate_control.c
558
WORD32
ai4_mb_type_sad
[MAX_MB_TYPE] = {0, 0};
local
579
ai4_mb_type_sad
[MB_TYPE_INTRA] = irc_fi_get_total_mb_sad(ps_frame_info,MB_TYPE_INTRA);
580
ai4_mb_type_sad
[MB_TYPE_INTER] = irc_fi_get_total_mb_sad(ps_frame_info,MB_TYPE_INTER);
680
ai4_mb_type_sad
, /* SAD for [Intra/Inter] */
Completed in 223 milliseconds