Home
last modified time | relevance | path

Searched refs:h_decoding_thread (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h94 pthread_t *h_decoding_thread; member
Dthreading.c630 CALLOC_ARRAY(pbi->h_decoding_thread, pbi->decoding_thread_count); in vp8_decoder_create_threads()
649 if (pthread_create(&pbi->h_decoding_thread[ithread], 0, in vp8_decoder_create_threads()
814 pthread_join(pbi->h_decoding_thread[i], NULL); in vp8_decoder_remove_threads()
825 vpx_free(pbi->h_decoding_thread); in vp8_decoder_remove_threads()
826 pbi->h_decoding_thread = NULL; in vp8_decoder_remove_threads()