OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
399
TileDataEnc *
this_tile
;
local
423
this_tile
= &cpi->tile_data[tile_row * tile_cols + tile_col];
430
this_tile
, &best_ref_mv, mb_row);
478
TileDataEnc *
this_tile
= &cpi->tile_data[i];
local
479
accumulate_fp_tile_stat(first_tile_col,
this_tile
);
490
TileDataEnc *
this_tile
;
local
510
this_tile
= &cpi->tile_data[tile_row * tile_cols + tile_col];
511
mb_col_start = (
this_tile
->tile_info.mi_col_start) >> 1;
512
mb_col_end = (
this_tile
->tile_info.mi_col_end + 1) >> 1;
vp9_firstpass.c
796
static void accumulate_fp_mb_row_stat(TileDataEnc *
this_tile
,
798
this_tile
->fp_data.intra_factor += fp_acc_data->intra_factor;
799
this_tile
->fp_data.brightness_factor += fp_acc_data->brightness_factor;
800
this_tile
->fp_data.coded_error += fp_acc_data->coded_error;
801
this_tile
->fp_data.sr_coded_error += fp_acc_data->sr_coded_error;
802
this_tile
->fp_data.frame_noise_energy += fp_acc_data->frame_noise_energy;
803
this_tile
->fp_data.intra_error += fp_acc_data->intra_error;
804
this_tile
->fp_data.intercount += fp_acc_data->intercount;
805
this_tile
->fp_data.second_ref_count += fp_acc_data->second_ref_count;
806
this_tile
->fp_data.neutral_count += fp_acc_data->neutral_count
[
all
...]
vp9_encoder.h
828
TileDataEnc *
this_tile
= &cpi->tile_data[tile_row * tile_cols + tile_col];
local
829
const TileInfo *const tile_info = &
this_tile
->tile_info;
vp9_encodeframe.c
4646
TileDataEnc *
this_tile
= &cpi->tile_data[tile_row * tile_cols + tile_col];
local
4665
TileDataEnc *
this_tile
= &cpi->tile_data[tile_row * tile_cols + tile_col];
local
4695
TileDataEnc *
this_tile
= &cpi->tile_data[tile_row * tile_cols + tile_col];
local
[
all
...]
Completed in 1389 milliseconds