Searched refs:vpx_atomic_int (Results 1 – 7 of 7) sorted by relevance
71 typedef struct vpx_atomic_int { struct73 } vpx_atomic_int; typedef79 static INLINE void vpx_atomic_init(vpx_atomic_int *atomic, int value) { in vpx_atomic_init()83 static INLINE void vpx_atomic_store_release(vpx_atomic_int *atomic, int value) { in vpx_atomic_store_release()92 static INLINE int vpx_atomic_load_acquire(const vpx_atomic_int *atomic) { in vpx_atomic_load_acquire()
73 vpx_atomic_int b_multithreaded_rd;82 vpx_atomic_int *mt_current_mb_col;
251 const vpx_atomic_int *last_row_current_mb_col; in mt_decode_mb_rows()252 vpx_atomic_int *current_mb_col; in mt_decode_mb_rows()256 const vpx_atomic_int first_row_no_sync_above = in mt_decode_mb_rows()
526 vpx_atomic_int *mt_current_mb_col;528 vpx_atomic_int b_multi_threaded;
83 const vpx_atomic_int *last_row_current_mb_col; in thread_encoding_proc()84 vpx_atomic_int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; in thread_encoding_proc()
344 vpx_atomic_int rightmost_col = VPX_ATOMIC_INIT(cm->mb_cols + nsync); in encode_mb_row()345 const vpx_atomic_int *last_row_current_mb_col; in encode_mb_row()346 vpx_atomic_int *current_mb_col = &cpi->mt_current_mb_col[mb_row]; in encode_mb_row()
198 int mb_col, const vpx_atomic_int *last_row_current_mb_col, in vp8_atomic_spin_wait()