Home
last modified time | relevance | path

Searched refs:b_multithreaded_rd (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Dthreading.c572 if (protected_read(&pbi->mt_mutex, &pbi->b_multithreaded_rd) == 0) break; in thread_decoding_proc()
575 if (protected_read(&pbi->mt_mutex, &pbi->b_multithreaded_rd) == 0) { in thread_decoding_proc()
593 pbi->b_multithreaded_rd = 0; in vp8_decoder_create_threads()
606 pbi->b_multithreaded_rd = 1; in vp8_decoder_create_threads()
727 if (protected_read(&pbi->mt_mutex, &pbi->b_multithreaded_rd)) { in vp8mt_alloc_temp_buffers()
796 if (protected_read(&pbi->mt_mutex, &pbi->b_multithreaded_rd)) { in vp8_decoder_remove_threads()
798 protected_write(&pbi->mt_mutex, &pbi->b_multithreaded_rd, 0); in vp8_decoder_remove_threads()
Donyxd_int.h71 int b_multithreaded_rd; member
Ddecodeframe.c1208 if (pbi->b_multithreaded_rd && pc->multi_token_partition != ONE_PARTITION) { in vp8_decode_frame()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c417 if (pbi->b_multithreaded_rd) { in vp8_decode()