Searched refs:ethd (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dethreading.c503 ENCODETHREAD_DATA * ethd = &cpi->en_thread_data[ithread]; local
506 ethd->ithread = ithread;
507 ethd->ptr1 = (void *)cpi;
508 ethd->ptr2 = (void *)&cpi->mb_row_ei[ithread];
510 pthread_create(&cpi->h_encoding_thread[ithread], 0, thread_encoding_proc, ethd);

Completed in 31 milliseconds