Searched refs:sync_read (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | threading.h | 214 static INLINE void sync_read(pthread_mutex_t *const mutex, int mb_col, in sync_read() function
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_thread_common.c | 36 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) { in sync_read() function 115 sync_read(lf_sync, r, c); in thread_loop_filter_rows()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | ethreading.c | 116 sync_read(mutex, mb_col, last_row_current_mb_col, nsync); in thread_encoding_proc()
|
D | encodeframe.c | 429 sync_read(mutex, mb_col, last_row_current_mb_col, nsync); in encode_mb_row()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 366 sync_read(mutex, mb_col, last_row_current_mb_col, nsync); in mt_decode_mb_rows()
|