Searched refs:tile_data_t (Results 1 – 1 of 1) sorted by relevance
221 TileDataEnc *tile_data_t) { in accumulate_fp_tile_stat() argument222 tile_data->fp_data.intra_factor += tile_data_t->fp_data.intra_factor; in accumulate_fp_tile_stat()224 tile_data_t->fp_data.brightness_factor; in accumulate_fp_tile_stat()225 tile_data->fp_data.coded_error += tile_data_t->fp_data.coded_error; in accumulate_fp_tile_stat()226 tile_data->fp_data.sr_coded_error += tile_data_t->fp_data.sr_coded_error; in accumulate_fp_tile_stat()228 tile_data_t->fp_data.frame_noise_energy; in accumulate_fp_tile_stat()229 tile_data->fp_data.intra_error += tile_data_t->fp_data.intra_error; in accumulate_fp_tile_stat()230 tile_data->fp_data.intercount += tile_data_t->fp_data.intercount; in accumulate_fp_tile_stat()231 tile_data->fp_data.second_ref_count += tile_data_t->fp_data.second_ref_count; in accumulate_fp_tile_stat()232 tile_data->fp_data.neutral_count += tile_data_t->fp_data.neutral_count; in accumulate_fp_tile_stat()[all …]