OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_multi_threaded
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
ethreading.c
31
if (cpi->
b_multi_threaded
== 0)
36
if (cpi->
b_multi_threaded
== 0) /* we're shutting down */
58
if (cpi->
b_multi_threaded
== 0)
77
if (cpi->
b_multi_threaded
== 0) /* we're shutting down */
488
cpi->
b_multi_threaded
= 0;
524
cpi->
b_multi_threaded
= 1;
555
cpi->
b_multi_threaded
= 0;
586
cpi->
b_multi_threaded
= 0;
612
if (cpi->
b_multi_threaded
)
615
cpi->
b_multi_threaded
= 0
[
all
...]
encodeframe.c
390
if ((cpi->
b_multi_threaded
!= 0) && (mb_row != 0))
462
if (cpi->
b_multi_threaded
!= 0)
596
if (cpi->
b_multi_threaded
!= 0)
804
if (cpi->
b_multi_threaded
)
[
all
...]
onyx_int.h
536
int
b_multi_threaded
;
member in struct:VP8_COMP
bitstream.c
[
all
...]
onyx_if.c
[
all
...]
Completed in 29 milliseconds