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

  /external/chromium_org/third_party/libvpx/source/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))
319 /* 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:__anon17718
219 int ithread; member in struct:__anon17719
  /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))
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:__anon29494
222 int ithread; member in struct:__anon29495
  /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:__anon40677
222 int ithread; member in struct:__anon40678
  /external/chromium_org/third_party/libvpx/source/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:__anon17702
  /external/libvpx/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:__anon29479
  /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:__anon40662
  /external/libhevc/
decoder.mk 47 libhevcd_srcs_c += common/ithread.c

Completed in 939 milliseconds