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

  /external/libvpx/vp8/encoder/
ethreading.c 28 int ithread = ((ENCODETHREAD_DATA *)p_data)->ithread; local
33 //printf("Started thread %d\n", ithread);
40 //if(WaitForSingleObject(cpi->h_event_mbrencoding[ithread], INFINITE) == WAIT_OBJECT_0)
41 if (sem_wait(&cpi->h_event_mbrencoding[ithread]) == 0)
65 if (ithread > 0)
66 last_row_current_mb_col = &cpi->mb_row_ei[ithread-1].current_mb_col;
186 cpi->mb_row_ei[ithread].current_mb_col = mb_col;
208 if (ithread == (cpi->encoding_thread_count - 1) || mb_row == cm->mb_rows - 1)
224 //printf("exit thread %d\n", ithread);
419 int ithread; local
    [all...]
onyx_int.h 204 int ithread; member in struct:__anon5296
210 int ithread; member in struct:__anon5297
  /external/libvpx/vp8/decoder/
threading.c 36 void vp8_thread_loop_filter(VP8D_COMP *pbi, MB_ROW_DEC *mbrd, int ithread);
155 int ithread = ((DECODETHREAD_DATA *)p_data)->ithread; local
167 //if(WaitForSingleObject(pbi->h_event_start_decoding[ithread], INFINITE) == WAIT_OBJECT_0)
168 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0)
181 for (mb_row = ithread+1; mb_row < pc->mb_rows; mb_row += (pbi->decoding_thread_count + 1))
191 pbi->mb_row_di[ithread].mb_row = mb_row;
192 pbi->mb_row_di[ithread].mbd.current_bc = &pbi->mbc[mb_row%num_part];
262 //pbi->mb_row_di[ithread].current_mb_col = mb_col;
295 vp8_thread_loop_filter(pbi, mbrd, ithread);
412 int ithread; local
    [all...]
onyxd_int.h 23 int ithread; member in struct:__anon5273

Completed in 15 milliseconds