Searched refs:tile_data_t (Results 1 – 1 of 1) sorted by relevance
230 TileDataEnc *tile_data_t) { in accumulate_fp_tile_stat() argument231 tile_data->fp_data.intra_factor += tile_data_t->fp_data.intra_factor; in accumulate_fp_tile_stat()233 tile_data_t->fp_data.brightness_factor; in accumulate_fp_tile_stat()234 tile_data->fp_data.coded_error += tile_data_t->fp_data.coded_error; in accumulate_fp_tile_stat()235 tile_data->fp_data.sr_coded_error += tile_data_t->fp_data.sr_coded_error; in accumulate_fp_tile_stat()237 tile_data_t->fp_data.frame_noise_energy; in accumulate_fp_tile_stat()238 tile_data->fp_data.intra_error += tile_data_t->fp_data.intra_error; in accumulate_fp_tile_stat()239 tile_data->fp_data.intercount += tile_data_t->fp_data.intercount; in accumulate_fp_tile_stat()240 tile_data->fp_data.second_ref_count += tile_data_t->fp_data.second_ref_count; in accumulate_fp_tile_stat()241 tile_data->fp_data.neutral_count += tile_data_t->fp_data.neutral_count; in accumulate_fp_tile_stat()[all …]