HomeSort by relevance Sort by last modified time
    Searched refs:h_encoding_thread (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 525 CHECK_MEM_ERROR(cpi->h_encoding_thread,
559 rc = pthread_create(&cpi->h_encoding_thread[ithread], 0,
571 pthread_join(cpi->h_encoding_thread[ithread], 0);
578 vpx_free(cpi->h_encoding_thread);
603 pthread_join(cpi->h_encoding_thread[ithread], 0);
612 vpx_free(cpi->h_encoding_thread);
635 pthread_join(cpi->h_encoding_thread[i], 0);
650 vpx_free(cpi->h_encoding_thread);
onyx_int.h 526 pthread_t *h_encoding_thread; member in struct:VP8_COMP

Completed in 24 milliseconds