Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dethreading.c431 …CHECK_MEM_ERROR(cpi->en_thread_data, vpx_malloc(sizeof(ENCODETHREAD_DATA) * cpi->encoding_thread_c… in vp8cx_create_encoder_threads()
443 cpi->en_thread_data[ithread].ithread = ithread; in vp8cx_create_encoder_threads()
444 cpi->en_thread_data[ithread].ptr1 = (void *)cpi; in vp8cx_create_encoder_threads()
445 cpi->en_thread_data[ithread].ptr2 = (void *)&cpi->mb_row_ei[ithread]; in vp8cx_create_encoder_threads()
457 …create(&cpi->h_encoding_thread[ithread], 0, thread_encoding_proc, (&cpi->en_thread_data[ithread])); in vp8cx_create_encoder_threads()
491 vpx_free(cpi->en_thread_data); in vp8cx_remove_encoder_threads()
Donyx_int.h589 ENCODETHREAD_DATA *en_thread_data; member