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

/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c45 int ithread = ((ENCODETHREAD_DATA *)p_data)->ithread; local
53 if (sem_wait(&cpi->h_event_start_encoding[ithread]) == 0) {
61 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24);
71 xd->mode_info_context = cm->mi + cm->mode_info_stride * (ithread + 1);
74 for (mb_row = ithread + 1; mb_row < cm->mb_rows;
309 sem_post(&cpi->h_event_end_encoding[ithread]);
313 /* printf("exit thread %d\n", ithread); */
496 int ithread; local
533 for (ithread
[all...]
H A Donyx_int.h192 int ithread; member in struct:__anon12811
197 int ithread; member in struct:__anon12812
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c565 int ithread = ((DECODETHREAD_DATA *)p_data)->ithread; local
573 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0) {
580 mt_decode_mb_rows(pbi, xd, ithread + 1);
590 unsigned int ithread; local
617 for (ithread = 0; ithread < pbi->decoding_thread_count; ++ithread) {
618 if (sem_init(&pbi->h_event_start_decoding[ithread], 0, 0)) break;
620 vp8_setup_block_dptrs(&pbi->mb_row_di[ithread]
[all...]
H A Donyxd_int.h29 int ithread; member in struct:__anon12795

Completed in 331 milliseconds