Searched refs:sync_read (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | thread_common.c | 153 static INLINE void sync_read(AV1LfSync *const lf_sync, int r, int c, in sync_read() function 301 sync_read(lf_sync, r, c, plane); in thread_loop_filter_rows() 305 sync_read(lf_sync, r + 1, c, plane); in thread_loop_filter_rows() 365 sync_read(lf_sync, r, c, plane); in thread_loop_filter_bitmask_rows() 369 sync_read(lf_sync, r + 1, c, plane); in thread_loop_filter_bitmask_rows()
|
/external/u-boot/include/linux/mtd/ |
D | onenand.h | 105 void (*mmcontrol) (struct mtd_info *mtd, int sync_read);
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_thread_common.c | 38 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) { in sync_read() function 120 sync_read(lf_sync, r, c); in thread_loop_filter_rows()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2966 static INLINE void sync_read(AV1DecRowMTSync *const dec_row_mt_sync, int r, in sync_read() function 3033 sync_read(&tile_data->dec_row_mt_sync, sb_row_in_tile, sb_col_in_tile); in decode_tile_sb_row()
|