Searched refs:sync_write (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | thread_common.c | 175 static INLINE void sync_write(AV1LfSync *const lf_sync, int r, int c, in sync_write() function 295 sync_write(lf_sync, r, c, sb_cols, plane); in thread_loop_filter_rows() 362 sync_write(lf_sync, r, c, sb_cols, plane); in thread_loop_filter_bitmask_rows()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_thread_common.c | 58 static INLINE void sync_write(VP9LfSync *const lf_sync, int r, int c, in sync_write() function 142 sync_write(lf_sync, r, c, sb_cols); in thread_loop_filter_rows()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2602 static INLINE void sync_write(AV1DecRowMTSync *const dec_row_mt_sync, int r, in sync_write() function 2655 sync_write(&tile_data->dec_row_mt_sync, sb_row_in_tile, sb_col_in_tile, in decode_tile_sb_row()
|