Searched refs:row_mt_sync_write_ptr (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 815 void (*row_mt_sync_write_ptr)(VP9RowMTSync *const, int, int, const int); member
|
D | vp9_firstpass.c | 1315 (*(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()
|
D | vp9_encodeframe.c | 4501 (*(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/ |
D | encoder.h | 1292 void (*row_mt_sync_write_ptr)(AV1RowMTSync *const, int, int, const int); member
|
D | encodeframe.c | 4972 (*(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()
|