Home
last modified time | relevance | path

Searched refs:row_mt_sync_write_ptr (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h815 void (*row_mt_sync_write_ptr)(VP9RowMTSync *const, int, int, const int); member
Dvp9_firstpass.c1315 (*(cpi->row_mt_sync_write_ptr))(&tile_data->row_mt_sync, mb_row, c, in vp9_first_pass_encode_tile_mb_row()
1403 cpi->row_mt_sync_write_ptr = vp9_row_mt_sync_write_dummy; in vp9_first_pass()
1408 cpi->row_mt_sync_write_ptr = vp9_row_mt_sync_write; in vp9_first_pass()
Dvp9_encodeframe.c4501 (*(cpi->row_mt_sync_write_ptr))(&tile_data->row_mt_sync, sb_row, in encode_rd_sb_row()
5581 (*(cpi->row_mt_sync_write_ptr))(&tile_data->row_mt_sync, sb_row, in encode_nonrd_sb_row()
6067 cpi->row_mt_sync_write_ptr = vp9_row_mt_sync_write_dummy; in encode_frame_internal()
6076 cpi->row_mt_sync_write_ptr = vp9_row_mt_sync_write; in encode_frame_internal()
/external/libaom/libaom/av1/encoder/
Dencoder.h1292 void (*row_mt_sync_write_ptr)(AV1RowMTSync *const, int, int, const int); member
Dencodeframe.c4972 (*(cpi->row_mt_sync_write_ptr))(&tile_data->row_mt_sync, sb_row, in encode_sb_row()
5909 cpi->row_mt_sync_write_ptr = av1_row_mt_sync_write_dummy; in encode_frame_internal()
5915 cpi->row_mt_sync_write_ptr = av1_row_mt_sync_write; in encode_frame_internal()