Searched refs:row_mt_sync_write_ptr (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_firstpass.c | 1367 (*(cpi->row_mt_sync_write_ptr))(&tile_data->row_mt_sync, mb_row, c, in vp9_first_pass_encode_tile_mb_row() 1457 cpi->row_mt_sync_write_ptr = vp9_row_mt_sync_write_dummy; in vp9_first_pass() 1462 cpi->row_mt_sync_write_ptr = vp9_row_mt_sync_write; in vp9_first_pass()
|
H A D | vp9_encoder.h | 1001 void (*row_mt_sync_write_ptr)(VP9RowMTSync *const, int, int, const int); member
|
H A D | vp9_encodeframe.c | 4599 (*(cpi->row_mt_sync_write_ptr))(&tile_data->row_mt_sync, sb_row, in encode_rd_sb_row() 5704 (*(cpi->row_mt_sync_write_ptr))(&tile_data->row_mt_sync, sb_row, in encode_nonrd_sb_row() 6184 cpi->row_mt_sync_write_ptr = vp9_row_mt_sync_write_dummy; in encode_frame_internal() 6193 cpi->row_mt_sync_write_ptr = vp9_row_mt_sync_write; in encode_frame_internal()
|