Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c534 ENCODETHREAD_DATA *ethd = &cpi->en_thread_data[ithread]; in vp8cx_create_encoder_threads() local
543 ethd->ithread = ithread; in vp8cx_create_encoder_threads()
544 ethd->ptr1 = (void *)cpi; in vp8cx_create_encoder_threads()
545 ethd->ptr2 = (void *)&cpi->mb_row_ei[ithread]; in vp8cx_create_encoder_threads()
548 thread_encoding_proc, ethd); in vp8cx_create_encoder_threads()