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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c51 int ithread = ((ENCODETHREAD_DATA *)p_data)->ithread; local
61 if (sem_wait(&cpi->h_event_start_encoding[ithread]) == 0)
70 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24);
80 for (mb_row = ithread + 1; mb_row < cm->mb_rows; mb_row += (cpi->encoding_thread_count + 1))
319 /* printf("exit thread %d\n", ithread); */
522 int ithread; local
560 for (ithread = 0; ithread < th_count; ithread
[all...]
H A Donyx_int.h213 int ithread; member in struct:__anon13093
219 int ithread; member in struct:__anon13094
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c51 int ithread = ((ENCODETHREAD_DATA *)p_data)->ithread; local
61 if (sem_wait(&cpi->h_event_start_encoding[ithread]) == 0)
70 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24);
80 for (mb_row = ithread + 1; mb_row < cm->mb_rows; mb_row += (cpi->encoding_thread_count + 1))
304 /* printf("exit thread %d\n", ithread); */
507 int ithread; local
545 for (ithread = 0; ithread < th_count; ithread
[all...]
H A Donyx_int.h216 int ithread; member in struct:__anon24883
222 int ithread; member in struct:__anon24884
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dthreading.c622 int ithread = ((DECODETHREAD_DATA *)p_data)->ithread; local
632 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
641 mt_decode_mb_rows(pbi, xd, ithread+1);
653 unsigned int ithread; local
675 for (ithread = 0; ithread < pbi->decoding_thread_count; ithread++)
677 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0);
679 vp8_setup_block_dptrs(&pbi->mb_row_di[ithread]
[all...]
H A Donyxd_int.h31 int ithread; member in struct:__anon13077
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c622 int ithread = ((DECODETHREAD_DATA *)p_data)->ithread; local
632 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
641 mt_decode_mb_rows(pbi, xd, ithread+1);
653 unsigned int ithread; local
675 for (ithread = 0; ithread < pbi->decoding_thread_count; ithread++)
677 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0);
679 vp8_setup_block_dptrs(&pbi->mb_row_di[ithread]
[all...]
H A Donyxd_int.h31 int ithread; member in struct:__anon24868
/external/libhevc/
H A Ddecoder.mk47 libhevcd_srcs_c += common/ithread.c

Completed in 151 milliseconds