Searched refs:fp_data (Results 1 – 5 of 5) sorted by relevance
231 tile_data->fp_data.intra_factor += tile_data_t->fp_data.intra_factor; in accumulate_fp_tile_stat()232 tile_data->fp_data.brightness_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()236 tile_data->fp_data.frame_noise_energy += 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()[all …]
683 first_tile_col->fp_data.intra_factor = 0; in accumulate_floating_point_stats()684 first_tile_col->fp_data.brightness_factor = 0; in accumulate_floating_point_stats()685 first_tile_col->fp_data.neutral_count = 0; in accumulate_floating_point_stats()689 first_tile_col->fp_data.intra_factor += in accumulate_floating_point_stats()691 first_tile_col->fp_data.brightness_factor += in accumulate_floating_point_stats()693 first_tile_col->fp_data.neutral_count += in accumulate_floating_point_stats()783 this_tile->fp_data.intra_factor += fp_acc_data->intra_factor; in accumulate_fp_mb_row_stat()784 this_tile->fp_data.brightness_factor += fp_acc_data->brightness_factor; in accumulate_fp_mb_row_stat()785 this_tile->fp_data.coded_error += fp_acc_data->coded_error; in accumulate_fp_mb_row_stat()786 this_tile->fp_data.sr_coded_error += fp_acc_data->sr_coded_error; in accumulate_fp_mb_row_stat()[all …]
185 vp9_zero(this_tile->fp_data); in vp9_multi_thread_tile_init()186 this_tile->fp_data.image_data_start_row = INVALID_ROW; in vp9_multi_thread_tile_init()
337 FIRSTPASS_DATA fp_data; member
42 FILE *fp_data; /* File pointer for data file */ variable55 fp_data = fopen(argv[1], "r"); in main()56 if (!fp_data) { in main()78 bytes_read = fread(buff, 1, 1024, fp_data); in main()107 fclose(fp_data); in main()