Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dthread_common.c153 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/
Donenand.h105 void (*mmcontrol) (struct mtd_info *mtd, int sync_read);
/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c38 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/
Ddecodeframe.c2966 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()