Home
last modified time | relevance | path

Searched refs:h_event_end_decoding (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h95 sem_t h_event_end_decoding; member
Dthreading.c562 if (last_mb_row == (pc->mb_rows - 1)) sem_post(&pbi->h_event_end_decoding); in mt_decode_mb_rows()
614 if (sem_init(&pbi->h_event_end_decoding, 0, 0)) { in vp8_decoder_create_threads()
641 sem_destroy(&pbi->h_event_end_decoding); in vp8_decoder_create_threads()
811 sem_destroy(&pbi->h_event_end_decoding); in vp8_decoder_remove_threads()
879 sem_wait(&pbi->h_event_end_decoding); /* add back for each frame */ in vp8mt_decode_mb_rows()