Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dthreading.h214 static INLINE void sync_read(pthread_mutex_t *const mutex, int mb_col, in sync_read() function
/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c36 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/
Dethreading.c116 sync_read(mutex, mb_col, last_row_current_mb_col, nsync); in thread_encoding_proc()
Dencodeframe.c429 sync_read(mutex, mb_col, last_row_current_mb_col, nsync); in encode_mb_row()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c366 sync_read(mutex, mb_col, last_row_current_mb_col, nsync); in mt_decode_mb_rows()