Searched refs:intercount (Results 1 – 5 of 5) sorted by relevance
61 int intercount; member
239 tile_data->fp_data.intercount += tile_data_t->fp_data.intercount; in accumulate_fp_tile_stat()
741 fps->pcnt_inter = (double)(fp_acc_data->intercount) / num_mbs; in first_pass_stat_calc()788 this_tile->fp_data.intercount += fp_acc_data->intercount; in accumulate_fp_mb_row_stat()1212 ++(fp_acc_data->intercount); in vp9_first_pass_encode_tile_mb_row()
346 int intercount = 0; in av1_first_pass() local668 ++intercount; in av1_first_pass()768 fps.pcnt_inter = (double)intercount / num_mbs; in av1_first_pass()
491 int intercount = 0; in vp8_first_pass() local681 intercount++; in vp8_first_pass()775 fps.pcnt_inter = 1.0 * (double)intercount / cm->MBs; in vp8_first_pass()