HomeSort by relevance Sort by last modified time
    Searched refs:this_tile (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_multi_thread.c 83 TileDataEnc *this_tile = &cpi->tile_data[tile_col]; local
84 vp9_row_mt_sync_mem_alloc(&this_tile->row_mt_sync, cm, jobs_per_tile_col);
89 this_tile->row_base_thresh_freq_fact =
91 sizeof(*(this_tile->row_base_thresh_freq_fact)));
93 this_tile->row_base_thresh_freq_fact[i] = RD_THRESH_INIT_FACT;
100 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; local
102 this_tile->row_mt_sync = this_col_tile->row_mt_sync;
108 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols]; local
109 TileInfo *tile_info = &this_tile->tile_info;
137 TileDataEnc *this_tile = &cpi->tile_data[tile_col] local
146 TileDataEnc *this_tile = local
167 TileDataEnc *this_tile = &cpi->tile_data[i]; local
    [all...]
vp9_ethread.c 388 TileDataEnc *this_tile; local
412 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
419 this_tile, &best_ref_mv, mb_row);
467 TileDataEnc *this_tile = &cpi->tile_data[i]; local
468 accumulate_fp_tile_stat(first_tile_col, this_tile);
479 TileDataEnc *this_tile; local
499 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
500 mb_col_start = (this_tile->tile_info.mi_col_start) >> 1;
501 mb_col_end = (this_tile->tile_info.mi_col_end + 1) >> 1;
vp9_firstpass.c 787 static void accumulate_fp_mb_row_stat(TileDataEnc *this_tile,
789 this_tile->fp_data.intra_factor += fp_acc_data->intra_factor;
790 this_tile->fp_data.brightness_factor += fp_acc_data->brightness_factor;
791 this_tile->fp_data.coded_error += fp_acc_data->coded_error;
792 this_tile->fp_data.sr_coded_error += fp_acc_data->sr_coded_error;
793 this_tile->fp_data.frame_noise_energy += fp_acc_data->frame_noise_energy;
794 this_tile->fp_data.intra_error += fp_acc_data->intra_error;
795 this_tile->fp_data.intercount += fp_acc_data->intercount;
796 this_tile->fp_data.second_ref_count += fp_acc_data->second_ref_count;
797 this_tile->fp_data.neutral_count += fp_acc_data->neutral_count
    [all...]
vp9_encoder.h 819 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; local
820 const TileInfo *const tile_info = &this_tile->tile_info;
vp9_encodeframe.c 4381 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; local
4400 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; local
4430 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; local
    [all...]

Completed in 203 milliseconds