Searched refs:h_encoding_thread (Results 1 – 2 of 2) sorted by relevance
482 CHECK_MEM_ERROR(cpi->h_encoding_thread, vpx_malloc(sizeof(pthread_t) * th_count)); in vp8cx_create_encoder_threads()510 pthread_create(&cpi->h_encoding_thread[ithread], 0, thread_encoding_proc, ethd); in vp8cx_create_encoder_threads()539 pthread_join(cpi->h_encoding_thread[i], 0); in vp8cx_remove_encoder_threads()554 vpx_free(cpi->h_encoding_thread); in vp8cx_remove_encoder_threads()
601 pthread_t *h_encoding_thread; member