Home
last modified time | relevance | path

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

/external/libvpx/vp8/decoder/
Dthreading.c588 if (vpx_atomic_load_acquire(&pbi->b_multithreaded_rd) == 0) break; in thread_decoding_proc()
591 if (vpx_atomic_load_acquire(&pbi->b_multithreaded_rd) == 0) { in thread_decoding_proc()
615 vpx_atomic_init(&pbi->b_multithreaded_rd, 0); in vp8_decoder_create_threads()
627 vpx_atomic_init(&pbi->b_multithreaded_rd, 1); in vp8_decoder_create_threads()
738 if (vpx_atomic_load_acquire(&pbi->b_multithreaded_rd)) { in vp8mt_alloc_temp_buffers()
807 if (vpx_atomic_load_acquire(&pbi->b_multithreaded_rd)) { in vp8_decoder_remove_threads()
809 vpx_atomic_store_release(&pbi->b_multithreaded_rd, 0); in vp8_decoder_remove_threads()
Donyxd_int.h75 vpx_atomic_int b_multithreaded_rd; member
Ddecodeframe.c1218 if (vpx_atomic_load_acquire(&pbi->b_multithreaded_rd) && in vp8_decode_frame()
/external/libvpx/vp8/
Dvp8_dx_iface.c321 if (vpx_atomic_load_acquire(&pbi->b_multithreaded_rd)) { in vp8_decode()
400 if (vpx_atomic_load_acquire(&pbi->b_multithreaded_rd)) { in vp8_decode()
448 if (vpx_atomic_load_acquire(&pbi->b_multithreaded_rd)) { in vp8_decode()