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

  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 49 int ithread = ((ENCODETHREAD_DATA *)p_data)->ithread; local
59 if (sem_wait(&cpi->h_event_start_encoding[ithread]) == 0)
68 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24);
78 for (mb_row = ithread + 1; mb_row < cm->mb_rows; mb_row += (cpi->encoding_thread_count + 1))
321 /* printf("exit thread %d\n", ithread); */
522 int ithread; local
560 for (ithread = 0; ithread < th_count; ithread++
    [all...]
onyx_int.h 213 int ithread; member in struct:__anon17162
219 int ithread; member in struct:__anon17163
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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))
304 /* printf("exit thread %d\n", ithread); */
507 int ithread; local
545 for (ithread = 0; ithread < th_count; ithread++
    [all...]
onyx_int.h 216 int ithread; member in struct:__anon30638
222 int ithread; member in struct:__anon30639
  /external/libvpx/libvpx/vp8/decoder/
threading.c 625 int ithread = ((DECODETHREAD_DATA *)p_data)->ithread; local
635 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
644 mt_decode_mb_rows(pbi, xd, ithread+1);
656 unsigned int ithread; local
678 for (ithread = 0; ithread < pbi->decoding_thread_count; ithread++)
680 sem_init(&pbi->h_event_start_decoding[ithread], 0, 0);
682 vp8_setup_block_dptrs(&pbi->mb_row_di[ithread].mbd)
    [all...]
onyxd_int.h 31 int ithread; member in struct:__anon17146
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 622 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].mbd)
    [all...]
onyxd_int.h 31 int ithread; member in struct:__anon30623
  /external/libavc/
decoder.mk 29 libavcd_srcs_c += common/ithread.c
encoder.mk 36 libavce_srcs_c += common/ithread.c
  /external/libhevc/
decoder.mk 47 libhevcd_srcs_c += common/ithread.c
  /external/libmpeg2/
decoder.mk 26 libmpeg2d_srcs_c += common/ithread.c

Completed in 584 milliseconds