Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Dthreading.c629 if (pbi->b_multithreaded_rd == 0) in thread_decoding_proc()
634 if (pbi->b_multithreaded_rd == 0) in thread_decoding_proc()
655 pbi->b_multithreaded_rd = 0; in vp8_decoder_create_threads()
667 pbi->b_multithreaded_rd = 1; in vp8_decoder_create_threads()
699 if (pbi->b_multithreaded_rd) in vp8mt_de_alloc_temp_buffers()
781 if (pbi->b_multithreaded_rd) in vp8mt_alloc_temp_buffers()
831 if (pbi->b_multithreaded_rd) in vp8_decoder_remove_threads()
835 pbi->b_multithreaded_rd = 0; in vp8_decoder_remove_threads()
Donyxd_int.h84 volatile int b_multithreaded_rd; member
Donyxd_if.c486 if (pbi->b_multithreaded_rd) in vp8_remove_decoder_instances()
Ddecodeframe.c1347 if (pbi->b_multithreaded_rd && pc->multi_token_partition != ONE_PARTITION) in vp8_decode_frame()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c489 if (pbi->b_multithreaded_rd) in vp8_decode()