Home
last modified time | relevance | path

Searched refs:sync_write_ptr (Results 1 – 6 of 6) sorted by relevance

/external/libaom/av1/encoder/
Dtpl_model.h84 void (*sync_write_ptr)(AV1TplRowMultiThreadSync *tpl_mt_sync, int r, int c, member
Dfirstpass.c1251 enc_row_mt->sync_write_ptr(row_mt_sync, unit_row_in_tile, unit_col_in_tile, in av1_first_pass_row()
1397 enc_row_mt->sync_write_ptr = av1_row_mt_sync_write_dummy; in av1_first_pass()
1401 enc_row_mt->sync_write_ptr = av1_row_mt_sync_write; in av1_first_pass()
Dencodeframe.c1275 enc_row_mt->sync_write_ptr(row_mt_sync, sb_row, sb_col_in_tile, in encode_sb_row()
2076 enc_row_mt->sync_write_ptr = av1_row_mt_sync_write_dummy; in encode_frame_internal()
2084 enc_row_mt->sync_write_ptr = av1_row_mt_sync_write; in encode_frame_internal()
Dtpl_model.c1478 (*tpl_row_mt->sync_write_ptr)(&tpl_data->tpl_mt_sync, tplb_row, in av1_mc_flow_dispenser_row()
1906 tpl_row_mt->sync_write_ptr = av1_tpl_row_mt_sync_write_dummy; in av1_tpl_setup_stats()
1942 tpl_row_mt->sync_write_ptr = av1_tpl_row_mt_sync_write; in av1_tpl_setup_stats()
Dethread.c429 enc_row_mt->sync_write_ptr(row_mt_sync, unit_row_in_tile, in set_firstpass_encode_done()
576 enc_row_mt->sync_write_ptr(row_mt_sync, sb_row_in_tile, in set_encoding_done()
2151 (*tpl_row_mt->sync_write_ptr)(&tpl_data->tpl_mt_sync, tplb_row, in set_mode_estimation_done()
Dencoder.h1594 void (*sync_write_ptr)(AV1EncRowMultiThreadSync *const, int, int, int); member