Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dethread.c2174 pthread_mutex_t *tpl_error_mutex_ = tpl_row_mt->mutex_; in tpl_worker_hook() local
2183 pthread_mutex_lock(tpl_error_mutex_); in tpl_worker_hook()
2185 pthread_mutex_unlock(tpl_error_mutex_); in tpl_worker_hook()
H A Dencoder.c1722 pthread_mutex_t *const tpl_error_mutex_ = mt_info->tpl_row_mt.mutex_; in av1_remove_compressor() local
1736 if (tpl_error_mutex_ != NULL) { in av1_remove_compressor()
1737 pthread_mutex_destroy(tpl_error_mutex_); in av1_remove_compressor()
1738 aom_free(tpl_error_mutex_); in av1_remove_compressor()