Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c306 CHECK_MEM_ERROR(cm, lf_sync->recon_done_mutex, in vp9_loop_filter_alloc()
307 vpx_malloc(sizeof(*lf_sync->recon_done_mutex) * rows)); in vp9_loop_filter_alloc()
308 if (lf_sync->recon_done_mutex) { in vp9_loop_filter_alloc()
311 pthread_mutex_init(&lf_sync->recon_done_mutex[i], NULL); in vp9_loop_filter_alloc()
362 if (lf_sync->recon_done_mutex != NULL) { in vp9_loop_filter_dealloc()
365 pthread_mutex_destroy(&lf_sync->recon_done_mutex[i]); in vp9_loop_filter_dealloc()
367 vpx_free(lf_sync->recon_done_mutex); in vp9_loop_filter_dealloc()
414 pthread_mutex_lock(&lf_sync->recon_done_mutex[cur_row]); in get_next_row()
417 &lf_sync->recon_done_mutex[cur_row]); in get_next_row()
419 pthread_mutex_unlock(&lf_sync->recon_done_mutex[cur_row]); in get_next_row()
[all …]
Dvp9_thread_common.h44 pthread_mutex_t *recon_done_mutex; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h80 pthread_mutex_t recon_done_mutex; member
Dvp9_decoder.c237 pthread_mutex_destroy(&pbi->row_mt_worker_data->recon_done_mutex); in vp9_decoder_remove()
Dvp9_decodeframe.c1740 pthread_mutex_lock(&lf_sync->recon_done_mutex[row]); in lpf_map_write_check()
1743 pthread_mutex_unlock(&lf_sync->recon_done_mutex[row]); in lpf_map_write_check()
1758 pthread_mutex_lock(&row_mt_worker_data->recon_done_mutex); in vp9_tile_done()
1761 pthread_mutex_unlock(&row_mt_worker_data->recon_done_mutex); in vp9_tile_done()
2831 pthread_mutex_init(&pbi->row_mt_worker_data->recon_done_mutex, NULL); in read_uncompressed_header()