OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_multithreaded_rd
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/decoder/
onyxd_int.h
93
volatile int
b_multithreaded_rd
;
member in struct:VP8Decompressor
threading.c
226
if (pbi->
b_multithreaded_rd
== 0)
232
if (pbi->
b_multithreaded_rd
== 0)
430
pbi->
b_multithreaded_rd
= 0;
436
pbi->
b_multithreaded_rd
= 1;
468
if (pbi->
b_multithreaded_rd
)
550
if (pbi->
b_multithreaded_rd
)
600
if (pbi->
b_multithreaded_rd
)
604
pbi->
b_multithreaded_rd
= 0;
[
all
...]
onyxd_if.c
112
if (pbi->
b_multithreaded_rd
)
346
if (pbi->
b_multithreaded_rd
&& cm->multi_token_partition != ONE_PARTITION)
decodframe.c
640
if (pbi->
b_multithreaded_rd
)
848
if (!(pbi->
b_multithreaded_rd
) || pc->multi_token_partition == ONE_PARTITION || !(pc->filter_level))
870
if (pbi->
b_multithreaded_rd
&& pc->multi_token_partition != ONE_PARTITION)
Completed in 1342 milliseconds