Home
last modified time | relevance | path

Searched refs:vp8_sem_post (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp8/common/
Dthreading.h45 #define vp8_sem_post(sem) ReleaseSemaphore(*sem, 1, NULL) macro
57 #define vp8_sem_post(sem) semaphore_signal(*sem)
71 #define vp8_sem_post sem_post
/external/libvpx/vp8/encoder/
Dethreading.c39 vp8_sem_post(&cpi->h_event_end_lpf); in thread_loopfilter()
311 vp8_sem_post(&cpi->h_event_end_encoding[ithread]); in thread_encoding_proc()
558 vp8_sem_post(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
559 vp8_sem_post(&cpi->h_event_end_encoding[ithread]); in vp8cx_create_encoder_threads()
594 vp8_sem_post(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()
595 vp8_sem_post(&cpi->h_event_end_encoding[ithread]); in vp8cx_create_encoder_threads()
631 vp8_sem_post(&cpi->h_event_start_encoding[i]); in vp8cx_remove_encoder_threads()
632 vp8_sem_post(&cpi->h_event_end_encoding[i]); in vp8cx_remove_encoder_threads()
640 vp8_sem_post(&cpi->h_event_start_lpf); in vp8cx_remove_encoder_threads()
Dencodeframe.c773 vp8_sem_post(&cpi->h_event_start_encoding[i]); in vp8_encode_frame()
Donyx_if.c3189 vp8_sem_post(&cpi->h_event_end_lpf); in vp8_loopfilter_frame()
4406 vp8_sem_post(&cpi->h_event_start_lpf); in encode_frame_to_data_rate()
/external/libvpx/vp8/decoder/
Dthreading.c581 vp8_sem_post(&pbi->h_event_end_decoding); in mt_decode_mb_rows()
602 vp8_sem_post(&pbi->h_event_end_decoding); in thread_decoding_proc()
817 vp8_sem_post(&pbi->h_event_start_decoding[i]); in vp8_decoder_remove_threads()
888 vp8_sem_post(&pbi->h_event_start_decoding[i]); in vp8mt_decode_mb_rows()