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

1 2 3

  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 45 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 = 0; ithread < th_count; ++ithread)
    [all...]
onyx_int.h 192 int ithread; member in struct:__anon26156
197 int ithread; member in struct:__anon26157
  /external/libvpx/libvpx/vp8/decoder/
threading.c 565 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].mbd)
    [all...]
onyxd_int.h 29 int ithread; member in struct:__anon26140
  /external/libhevc/common/
ithread.c 20 /* File Name : ithread.c */
38 #include "ithread.h"
ithread.h 21 * ithread.h
  /external/libmpeg2/common/
ithread.h 23 * ithread.h
ithread.c 22 /* File Name : ithread.c */
40 #include "ithread.h"
  /external/libavc/common/
ithread.c 22 /* File Name : ithread.c */
43 #include "ithread.h"
ithread.h 22 /* File Name : ithread.h */
ih264_buf_mgr.c 60 #include "ithread.h"
  /external/libmpeg2/decoder/x86/
impeg2d_function_selector_avx2.c 49 #include "ithread.h"
impeg2d_function_selector_sse42.c 49 #include "ithread.h"
impeg2d_function_selector_ssse3.c 49 #include "ithread.h"
impeg2d_function_selector.c 49 #include "ithread.h"
  /external/libmpeg2/decoder/arm/
impeg2d_function_selector_av8.c 47 #include "ithread.h"
  /external/libmpeg2/decoder/
impeg2d_function_selector_generic.c 47 #include "ithread.h"
impeg2d_decoder.c 51 #include "ithread.h"
  /external/libmpeg2/
Android.bp 30 "common/ithread.c",
  /external/libavc/
Android.bp 31 "common/ithread.c",
284 "common/ithread.c",
  /external/libavc/encoder/
ih264e_cabac_init.c 86 #include "ithread.h"
ih264e_half_pel.c 53 #include "ithread.h"
ih264e_rc_mem_interface.c 68 #include "ithread.h"
  /external/libhevc/decoder/
ihevcd_ilf_padding.c 49 #include "ithread.h"
ihevcd_statistics.h 45 #include "ithread.h"

Completed in 516 milliseconds

1 2 3