Searched refs:h_event_start_decoding (Results 1 – 2 of 2) sorted by relevance
635 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0) in thread_decoding_proc()674 CALLOC_ARRAY(pbi->h_event_start_decoding, pbi->decoding_thread_count); in vp8_decoder_create_threads()680 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0); in vp8_decoder_create_threads()843 sem_post(&pbi->h_event_start_decoding[i]); in vp8_decoder_remove_threads()849 sem_destroy(&pbi->h_event_start_decoding[i]); in vp8_decoder_remove_threads()857 vpx_free(pbi->h_event_start_decoding); in vp8_decoder_remove_threads()858 pbi->h_event_start_decoding = NULL; in vp8_decoder_remove_threads()908 sem_post(&pbi->h_event_start_decoding[i]); in vp8mt_decode_mb_rows()
105 sem_t *h_event_start_decoding; member