Searched defs:ethd (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c562 ENCODETHREAD_DATA *ethd = &cpi->en_thread_data[ithread]; local
570 ethd->ithread = ithread;
571 ethd->ptr1 = (void *)cpi;
572 ethd->ptr2 = (void *)&cpi->mb_row_ei[ithread];
575 thread_encoding_proc, ethd);
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c547 ENCODETHREAD_DATA *ethd = &cpi->en_thread_data[ithread]; local
555 ethd->ithread = ithread;
556 ethd->ptr1 = (void *)cpi;
557 ethd->ptr2 = (void *)&cpi->mb_row_ei[ithread];
560 thread_encoding_proc, ethd);

Completed in 271 milliseconds