Home
last modified time | relevance | path

Searched refs: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
84 vp9_row_mt_sync_mem_alloc(&this_tile->row_mt_sync, cm, jobs_per_tile_col); in vp9_row_mt_mem_alloc()
89 this_tile->row_base_thresh_freq_fact = in vp9_row_mt_mem_alloc()
91 sizeof(*(this_tile->row_base_thresh_freq_fact))); in vp9_row_mt_mem_alloc()
93 this_tile->row_base_thresh_freq_fact[i] = RD_THRESH_INIT_FACT; in vp9_row_mt_mem_alloc()
100 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_row_mt_mem_alloc() local
102 this_tile->row_mt_sync = this_col_tile->row_mt_sync; in vp9_row_mt_mem_alloc()
108 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols]; in vp9_row_mt_mem_alloc() local
109 TileInfo *tile_info = &this_tile->tile_info; in vp9_row_mt_mem_alloc()
137 TileDataEnc *this_tile = &cpi->tile_data[tile_col]; in vp9_row_mt_mem_dealloc() local
[all …]
Dvp9_ethread.c399 TileDataEnc *this_tile; in first_pass_worker_hook() local
423 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in first_pass_worker_hook()
430 this_tile, &best_ref_mv, mb_row); in first_pass_worker_hook()
478 TileDataEnc *this_tile = &cpi->tile_data[i]; in vp9_encode_fp_row_mt() local
479 accumulate_fp_tile_stat(first_tile_col, this_tile); in vp9_encode_fp_row_mt()
490 TileDataEnc *this_tile; in temporal_filter_worker_hook() local
510 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in temporal_filter_worker_hook()
511 mb_col_start = (this_tile->tile_info.mi_col_start) >> 1; in temporal_filter_worker_hook()
512 mb_col_end = (this_tile->tile_info.mi_col_end + 1) >> 1; in temporal_filter_worker_hook()
Dvp9_firstpass.c796 static void accumulate_fp_mb_row_stat(TileDataEnc *this_tile, in accumulate_fp_mb_row_stat() argument
798 this_tile->fp_data.intra_factor += fp_acc_data->intra_factor; in accumulate_fp_mb_row_stat()
799 this_tile->fp_data.brightness_factor += fp_acc_data->brightness_factor; in accumulate_fp_mb_row_stat()
800 this_tile->fp_data.coded_error += fp_acc_data->coded_error; in accumulate_fp_mb_row_stat()
801 this_tile->fp_data.sr_coded_error += fp_acc_data->sr_coded_error; in accumulate_fp_mb_row_stat()
802 this_tile->fp_data.frame_noise_energy += fp_acc_data->frame_noise_energy; in accumulate_fp_mb_row_stat()
803 this_tile->fp_data.intra_error += fp_acc_data->intra_error; in accumulate_fp_mb_row_stat()
804 this_tile->fp_data.intercount += fp_acc_data->intercount; in accumulate_fp_mb_row_stat()
805 this_tile->fp_data.second_ref_count += fp_acc_data->second_ref_count; in accumulate_fp_mb_row_stat()
806 this_tile->fp_data.neutral_count += fp_acc_data->neutral_count; in accumulate_fp_mb_row_stat()
[all …]
Dvp9_encoder.h828 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in get_start_tok() local
829 const TileInfo *const tile_info = &this_tile->tile_info; in get_start_tok()
Dvp9_encodeframe.c4646 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_init_tile_data() local
4647 TileInfo *tile_info = &this_tile->tile_info; in vp9_init_tile_data()
4665 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_encode_sb_row() local
4666 const TileInfo *const tile_info = &this_tile->tile_info; in vp9_encode_sb_row()
4677 encode_nonrd_sb_row(cpi, td, this_tile, mi_row, &tok); in vp9_encode_sb_row()
4679 encode_rd_sb_row(cpi, td, this_tile, mi_row, &tok); in vp9_encode_sb_row()
4695 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_encode_tile() local
4696 const TileInfo *const tile_info = &this_tile->tile_info; in vp9_encode_tile()