Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c547 ENCODETHREAD_DATA *ethd = &cpi->en_thread_data[ithread]; in vp8cx_create_encoder_threads() local
555 ethd->ithread = ithread; in vp8cx_create_encoder_threads()
556 ethd->ptr1 = (void *)cpi; in vp8cx_create_encoder_threads()
557 ethd->ptr2 = (void *)&cpi->mb_row_ei[ithread]; in vp8cx_create_encoder_threads()
560 thread_encoding_proc, ethd); in vp8cx_create_encoder_threads()