Home
last modified time | relevance | path

Searched refs:vpx_atomic_int (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx_util/
Dvpx_atomics.h71 typedef struct vpx_atomic_int { struct
73 } vpx_atomic_int; typedef
79 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()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h73 vpx_atomic_int b_multithreaded_rd;
82 vpx_atomic_int *mt_current_mb_col;
Dthreading.c251 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()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h526 vpx_atomic_int *mt_current_mb_col;
528 vpx_atomic_int b_multi_threaded;
Dethreading.c83 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()
Dencodeframe.c344 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()
/external/libvpx/libvpx/vp8/common/
Dthreading.h198 int mb_col, const vpx_atomic_int *last_row_current_mb_col, in vp8_atomic_spin_wait()