Home
last modified time | relevance | path

Searched refs:h_event_end_lpf (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dethreading.c37 sem_post(&cpi->h_event_end_lpf); in thread_loopfilter()
575 sem_init(&cpi->h_event_end_lpf, 0, 0); in vp8cx_create_encoder_threads()
590 sem_destroy(&cpi->h_event_end_lpf); in vp8cx_create_encoder_threads()
628 sem_destroy(&cpi->h_event_end_lpf); in vp8cx_remove_encoder_threads()
Donyx_int.h538 sem_t h_event_end_lpf; member
Donyx_if.c3190 sem_post(&cpi->h_event_end_lpf); /* signal that we have set filter_level */ in vp8_loopfilter_frame()
4396 sem_wait(&cpi->h_event_end_lpf); in encode_frame_to_data_rate()
5251 sem_wait(&cpi->h_event_end_lpf); in vp8_get_compressed_data()