Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c513 CHECK_MEM_ERROR(cpi->h_encoding_thread, in vp8cx_create_encoder_threads()
547 rc = pthread_create(&cpi->h_encoding_thread[ithread], 0, in vp8cx_create_encoder_threads()
556 pthread_join(cpi->h_encoding_thread[ithread], 0); in vp8cx_create_encoder_threads()
564 vpx_free(cpi->h_encoding_thread); in vp8cx_create_encoder_threads()
586 pthread_join(cpi->h_encoding_thread[ithread], 0); in vp8cx_create_encoder_threads()
596 vpx_free(cpi->h_encoding_thread); in vp8cx_create_encoder_threads()
618 pthread_join(cpi->h_encoding_thread[i], 0); in vp8cx_remove_encoder_threads()
634 vpx_free(cpi->h_encoding_thread); in vp8cx_remove_encoder_threads()
Donyx_int.h527 pthread_t *h_encoding_thread; member