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

/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c572 LPFTHREAD_DATA *lpfthd = &cpi->lpf_thread_data; local
577 lpfthd->ptr1 = (void *)cpi;
578 rc = pthread_create(&cpi->h_filter_thread, 0, thread_loopfilter, lpfthd);

Completed in 123 milliseconds