Searched refs:AV1RowMTSync (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ethread.h | 30 void av1_row_mt_sync_read(AV1RowMTSync *const row_mt_sync, int r, int c); 31 void av1_row_mt_sync_write(AV1RowMTSync *const row_mt_sync, int r, int c, 39 void av1_row_mt_sync_mem_dealloc(AV1RowMTSync *row_mt_sync); 41 void av1_row_mt_sync_mem_alloc(AV1RowMTSync *row_mt_sync, struct AV1Common *cm,
|
D | ethread.c | 101 void av1_row_mt_sync_read(AV1RowMTSync *const row_mt_sync, int r, int c) { in av1_row_mt_sync_read() 121 void av1_row_mt_sync_write(AV1RowMTSync *const row_mt_sync, int r, int c, in av1_row_mt_sync_write() 153 void av1_row_mt_sync_mem_alloc(AV1RowMTSync *row_mt_sync, AV1_COMMON *cm, in av1_row_mt_sync_mem_alloc() 186 void av1_row_mt_sync_mem_dealloc(AV1RowMTSync *row_mt_sync) { in av1_row_mt_sync_mem_dealloc()
|
D | encoder.h | 616 } AV1RowMTSync; typedef 695 AV1RowMTSync row_mt_sync; 1291 void (*row_mt_sync_read_ptr)(AV1RowMTSync *const, int, int); 1292 void (*row_mt_sync_write_ptr)(AV1RowMTSync *const, int, int, const int);
|