Home
last modified time | relevance | path

Searched refs:opj_thread_pool_get_thread_count (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dthread.h245 int opj_thread_pool_get_thread_count(opj_thread_pool_t* tp);
D0003-dwt-decode.patch194 num_threads = opj_thread_pool_get_thread_count(tp);
Dthread.c912 int opj_thread_pool_get_thread_count(opj_thread_pool_t* tp) in opj_thread_pool_get_thread_count() function
Dt1.c1900 job->mustuse_cblkdatabuffer = opj_thread_pool_get_thread_count(tp) > 1; in opj_t1_decode_cblks()
Ddwt.c1411 num_threads = opj_thread_pool_get_thread_count(tp); in opj_dwt_decode_tile()