OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ec_active
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
onyxd_int.h
120
int
ec_active
;
member in struct:VP8D_COMP
decodframe.c
126
if(pbi->
ec_active
)
609
if (pbi->
ec_active
&&
796
else if (pbi->
ec_active
)
811
if (pbi->
ec_active
)
963
if (pbi->decoded_key_frame && pbi->ec_enabled && !pbi->
ec_active
)
964
pbi->
ec_active
= 1;
[
all
...]
onyxd_if.c
95
pbi->
ec_active
= 0;
269
if (!pbi->
ec_active
&&
threading.c
122
if(pbi->
ec_active
)
431
if (pbi->
ec_active
&&
Completed in 28 milliseconds