OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ithread
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/encoder/
ethreading.c
56
int
ithread
= ((ENCODETHREAD_DATA *)p_data)->
ithread
;
local
62
//printf("Started thread %d\n",
ithread
);
69
//if(WaitForSingleObject(cpi->h_event_mbrencoding[
ithread
], INFINITE) == WAIT_OBJECT_0)
70
if (sem_wait(&cpi->h_event_start_encoding[
ithread
]) == 0)
84
for (mb_row =
ithread
+ 1; mb_row < cm->mb_rows; mb_row += (cpi->encoding_thread_count + 1))
277
//printf("exit thread %d\n",
ithread
);
466
int
ithread
;
local
501
for (
ithread
= 0;
ithread
< th_count; ithread++
[
all
...]
onyx_int.h
210
int
ithread
;
member in struct:__anon7471
216
int
ithread
;
member in struct:__anon7472
/external/libvpx/vp8/decoder/
threading.c
219
int
ithread
= ((DECODETHREAD_DATA *)p_data)->
ithread
;
local
229
/*if(WaitForSingleObject(pbi->h_event_start_decoding[
ithread
], INFINITE) == WAIT_OBJECT_0)*/
230
if (sem_wait(&pbi->h_event_start_decoding[
ithread
]) == 0)
244
for (mb_row =
ithread
+1; mb_row < pc->mb_rows; mb_row += (pbi->decoding_thread_count + 1))
259
pbi->mb_row_di[
ithread
].mb_row = mb_row;
260
pbi->mb_row_di[
ithread
].mbd.current_bc = &pbi->mbc[mb_row%num_part];
384
/*pbi->mb_row_di[
ithread
].current_mb_col = mb_col;*/
428
int
ithread
;
local
445
for (
ithread
= 0; ithread < pbi->decoding_thread_count; ithread++
[
all
...]
onyxd_int.h
23
int
ithread
;
member in struct:__anon7449
Completed in 148 milliseconds