Searched refs:recon_done_mutex (Results 1 – 2 of 2) sorted by relevance
303 CHECK_MEM_ERROR(cm, lf_sync->recon_done_mutex, in vp9_loop_filter_alloc()304 vpx_malloc(sizeof(*lf_sync->recon_done_mutex) * rows)); in vp9_loop_filter_alloc()305 if (lf_sync->recon_done_mutex) { in vp9_loop_filter_alloc()308 pthread_mutex_init(&lf_sync->recon_done_mutex[i], NULL); in vp9_loop_filter_alloc()358 if (lf_sync->recon_done_mutex != NULL) { in vp9_loop_filter_dealloc()361 pthread_mutex_destroy(&lf_sync->recon_done_mutex[i]); in vp9_loop_filter_dealloc()363 vpx_free(lf_sync->recon_done_mutex); in vp9_loop_filter_dealloc()408 pthread_mutex_lock(&lf_sync->recon_done_mutex[cur_row]); in get_next_row()411 &lf_sync->recon_done_mutex[cur_row]); in get_next_row()413 pthread_mutex_unlock(&lf_sync->recon_done_mutex[cur_row]); in get_next_row()[all …]
44 pthread_mutex_t *recon_done_mutex; member