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.c388 TileDataEnc *this_tile; in first_pass_worker_hook() local
412 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in first_pass_worker_hook()
419 this_tile, &best_ref_mv, mb_row); in first_pass_worker_hook()
467 TileDataEnc *this_tile = &cpi->tile_data[i]; in vp9_encode_fp_row_mt() local
468 accumulate_fp_tile_stat(first_tile_col, this_tile); in vp9_encode_fp_row_mt()
479 TileDataEnc *this_tile; in temporal_filter_worker_hook() local
499 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in temporal_filter_worker_hook()
500 mb_col_start = (this_tile->tile_info.mi_col_start) >> 1; in temporal_filter_worker_hook()
501 mb_col_end = (this_tile->tile_info.mi_col_end + 1) >> 1; in temporal_filter_worker_hook()
Dvp9_firstpass.c787 static void accumulate_fp_mb_row_stat(TileDataEnc *this_tile, in accumulate_fp_mb_row_stat() argument
789 this_tile->fp_data.intra_factor += fp_acc_data->intra_factor; in accumulate_fp_mb_row_stat()
790 this_tile->fp_data.brightness_factor += fp_acc_data->brightness_factor; in accumulate_fp_mb_row_stat()
791 this_tile->fp_data.coded_error += fp_acc_data->coded_error; in accumulate_fp_mb_row_stat()
792 this_tile->fp_data.sr_coded_error += fp_acc_data->sr_coded_error; in accumulate_fp_mb_row_stat()
793 this_tile->fp_data.frame_noise_energy += fp_acc_data->frame_noise_energy; in accumulate_fp_mb_row_stat()
794 this_tile->fp_data.intra_error += fp_acc_data->intra_error; in accumulate_fp_mb_row_stat()
795 this_tile->fp_data.intercount += fp_acc_data->intercount; in accumulate_fp_mb_row_stat()
796 this_tile->fp_data.second_ref_count += fp_acc_data->second_ref_count; in accumulate_fp_mb_row_stat()
797 this_tile->fp_data.neutral_count += fp_acc_data->neutral_count; in accumulate_fp_mb_row_stat()
[all …]
Dvp9_encoder.h819 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in get_start_tok() local
820 const TileInfo *const tile_info = &this_tile->tile_info; in get_start_tok()
Dvp9_encodeframe.c4381 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_init_tile_data() local
4382 TileInfo *tile_info = &this_tile->tile_info; in vp9_init_tile_data()
4400 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_encode_sb_row() local
4401 const TileInfo *const tile_info = &this_tile->tile_info; in vp9_encode_sb_row()
4412 encode_nonrd_sb_row(cpi, td, this_tile, mi_row, &tok); in vp9_encode_sb_row()
4414 encode_rd_sb_row(cpi, td, this_tile, mi_row, &tok); in vp9_encode_sb_row()
4430 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in vp9_encode_tile() local
4431 const TileInfo *const tile_info = &this_tile->tile_info; in vp9_encode_tile()