OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eobtotal
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/decoder/
detokenize.c
194
int
eobtotal
= 0;
local
229
eobtotal
-= 16;
338
eobtotal
+= c;
369
return
eobtotal
;
decodframe.c
180
int
eobtotal
= 0;
local
189
eobtotal
= vp8_decode_mb_tokens(pbi, xd);
200
if (xd->mode_info_context->mbmi.mode != B_PRED && xd->mode_info_context->mbmi.mode != SPLITMV &&
eobtotal
== 0)
threading.c
92
int
eobtotal
= 0;
local
102
eobtotal
= vp8_decode_mb_tokens(pbi, xd);
113
if (xd->mode_info_context->mbmi.mode != B_PRED && xd->mode_info_context->mbmi.mode != SPLITMV &&
eobtotal
== 0)
[
all
...]
Completed in 23 milliseconds