Home
last modified time | relevance | path

Searched refs:AV1RowMTSync (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dethread.h30 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,
Dethread.c86 void av1_row_mt_sync_read(AV1RowMTSync *const row_mt_sync, int r, int c) { in av1_row_mt_sync_read()
106 void av1_row_mt_sync_write(AV1RowMTSync *const row_mt_sync, int r, int c, in av1_row_mt_sync_write()
138 void av1_row_mt_sync_mem_alloc(AV1RowMTSync *row_mt_sync, AV1_COMMON *cm, in av1_row_mt_sync_mem_alloc()
171 void av1_row_mt_sync_mem_dealloc(AV1RowMTSync *row_mt_sync) { in av1_row_mt_sync_mem_dealloc()
Dencoder.h542 } AV1RowMTSync; typedef
560 AV1RowMTSync row_mt_sync;
974 void (*row_mt_sync_read_ptr)(AV1RowMTSync *const, int, int);
975 void (*row_mt_sync_write_ptr)(AV1RowMTSync *const, int, int, const int);