Home
last modified time | relevance | path

Searched defs:this_tile (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c83 TileDataEnc *this_tile = &cpi->tile_data[tile_col]; in vp9_row_mt_mem_alloc() local
100 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_row_mt_mem_alloc() local
108 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols]; in vp9_row_mt_mem_alloc() local
137 TileDataEnc *this_tile = &cpi->tile_data[tile_col]; in vp9_row_mt_mem_dealloc() local
146 TileDataEnc *this_tile = in vp9_row_mt_mem_dealloc() local
167 TileDataEnc *this_tile = &cpi->tile_data[i]; in vp9_multi_thread_tile_init() local
Dvp9_ethread.c399 TileDataEnc *this_tile; in first_pass_worker_hook() local
478 TileDataEnc *this_tile = &cpi->tile_data[i]; in vp9_encode_fp_row_mt() local
490 TileDataEnc *this_tile; in temporal_filter_worker_hook() local
Dvp9_encodeframe.c4646 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_init_tile_data() local
4665 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_encode_sb_row() local
4695 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_encode_tile() local
Dvp9_firstpass.c796 static void accumulate_fp_mb_row_stat(TileDataEnc *this_tile, in accumulate_fp_mb_row_stat()
Dvp9_encoder.h828 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in get_start_tok() local