HomeSort by relevance Sort by last modified time
    Searched full:ithread (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 51 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))
302 /* printf("exit thread %d\n", ithread); */
494 int ithread; local
532 for (ithread = 0; ithread < th_count; ithread++
    [all...]
onyx_int.h 212 int ithread; member in struct:__anon10989
218 int ithread; member in struct:__anon10990
  /external/libvpx/libvpx/vp8/decoder/
threading.c 630 int ithread = ((DECODETHREAD_DATA *)p_data)->ithread; local
640 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
649 mt_decode_mb_rows(pbi, xd, ithread+1);
661 unsigned int ithread; local
683 for (ithread = 0; ithread < pbi->decoding_thread_count; ithread++)
685 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0);
687 vp8_setup_block_dptrs(&pbi->mb_row_di[ithread].mbd)
    [all...]
onyxd_int.h 26 int ithread; member in struct:__anon10975
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp 138 iOperation(aOperation), iItem(aItem), iThread(RThread().Id())
582 if(item.iThread == id)
584 item.iThread = TThreadId(0);
592 if(item.iThread == TThreadId(0))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 166 milliseconds